You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
The ability to run migrations by specifying the NODE_ENV='migrations' or npm run migrations and have it run the migrations, then exit. This would allow for the migrations to be run and then the container exit.
The text was updated successfully, but these errors were encountered:
My workaround for this (depending on your dev environment) was a kubernetes job that is simply "deleted" after 3 mins. So I can run kong in development mode and then the job dies off after the hard limit since i know the db migrations will finish much much sooner than 3 mins. Of course you could call that a hack job but it does suffice for peoples needs.
The ability to run migrations by specifying the NODE_ENV='migrations' or
npm run migrations
and have it run the migrations, then exit. This would allow for the migrations to be run and then the container exit.The text was updated successfully, but these errors were encountered: