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 only case to re-run the installation on an installed instance is: users may want to recover an old database.
196
-
// In such case, we should run the migrations first,
197
-
// otherwise the table schemas may conflict in the normal startup migrations, because `syncTables` below already changed the schemas to the latest.
198
-
// However, we should think carefully about should we support re-install on an installed instance, it may bring other problems, eg: secrets will be lost.
0 commit comments