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
The kong/migrate command should be embedded into kong/start and it should try to migrate the database to the latest version.
If a database already exists, then kong start should alert the user asking him to migrate with a message like:
Kong cannot start because your database needs to be migrate. Would you like to start a migration to a new schema (y/n)?
In this way we're making the first execution less painful, and we're also alerting the user when a newer version of Kong is running against and older schema.
The text was updated successfully, but these errors were encountered:
The
kong/migrate
command should be embedded intokong/start
and it should try to migrate the database to the latest version.If a database already exists, then
kong start
should alert the user asking him to migrate with a message like:In this way we're making the first execution less painful, and we're also alerting the user when a newer version of Kong is running against and older schema.
The text was updated successfully, but these errors were encountered: