-
Notifications
You must be signed in to change notification settings - Fork 13
How to upgrade XPRESSO to v20.12
LilyHolms edited this page Dec 4, 2020
·
16 revisions
Steps:
- Go to xpresso base directory
git pull
- Make sure xpresso_admin password should be same across all these files
- initializers/docker-entrypoint-initdb.d/1-user.sql
- initializers/settings.yml
- etc/mgmt_settings.py
- Run script to upgrade database and migrate data
./migrate202012.sh
Notes:
- If you first install XPRESSO after December 2020, you don't need to run above steps.
- If you installed XPRESSO before December 2020 and want to upgrade to see our new feature, please follow above steps.