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
mamba activate instance
cd ~/INSTANCE/config
export PYTHONPATH=`pwd`
cd ~/INSTANCE/wsgi
flask --app mscolab.py db init
flask --app mscolab.py db migrate -m "To version 8.0.0"
flask --app mscolab.py db upgrade
The output looks like
~/INSTANCE/wsgi$ flask --app mscolab.py db upgrade
INFO [alembic.runtime.migration] Context impl SQLiteImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
INFO [alembic.runtime.migration] Running upgrade -> b70961f58f94, To version 8.0.0
ReimarBauer
changed the title
mscolab dbase migration script missing
mscolab dbase migration script missing (documentation)
Apr 22, 2023
Older versions than MSS 8.0.0 don't have a difinition in the operations table of the "active" state.
We need to provide a migration script, or documentation how to update existing databases.
msui 8.0.0 can read older versions of the mscolab server and also new created databases on 8.0.0. We need only the step for updating an existing one.
We should introduce a section migrations and collect there changes for the different parts of open-mss.
The text was updated successfully, but these errors were encountered: