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
When installing an update on shared hosting, you won't necessarily have access to the command line to run the migrations.
We need to provide a way to run the migrations from the web UI when they're needed. This is a particular challenge because sometimes a migration is needed in order for the new code to not crash with DB errors. So maybe we catch DB errors and prompt to migrate the DB?
The text was updated successfully, but these errors were encountered:
When installing an update on shared hosting, you won't necessarily have access to the command line to run the migrations.
We need to provide a way to run the migrations from the web UI when they're needed. This is a particular challenge because sometimes a migration is needed in order for the new code to not crash with DB errors. So maybe we catch DB errors and prompt to migrate the DB?
The text was updated successfully, but these errors were encountered: