-
Notifications
You must be signed in to change notification settings - Fork 13
How to migrate Xpresso from v21.3 to 21.8
jatinbajaj1 edited this page Oct 20, 2021
·
3 revisions
- Take backup of your current changes to .env or docker-compose.yml,
-
git pull origin master
<-- merge initializer/settings.yml if there is any existing changes in this file - If you changes REDIS_PASS in .env , then do change the same REDIS_PASS in initializers/settings.yml settings for CELERY_BROKER_PASSWORD , CELERY_REDIS_PASSWORD and PASSWORD under REDIS section. [Don't miss this Step.]
- After Git pull, run migration script , Make Sure all services should be running before running this.
-
./migrate_to_21.8.sh
or./migrate_to_21.8.sh > output.log
-
Work is in progress, This page would be updated soon