Using exclusive database locks to ensure only a single process is running the migrations, a server process should run DB migrations on startup. This should allow for fully automated updates since an administrator will no longer need to manually run migrations after each update.
Using exclusive database locks to ensure only a single process is running the migrations, a server process should run DB migrations on startup. This should allow for fully automated updates since an administrator will no longer need to manually run migrations after each update.