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
Dan Wickett edited this page Nov 3, 2022
·
2 revisions
To update an existing database, first check the location of the database that you want to update. This will be specified in the webcsdbackend volumes section of your docker-compose or in-house database configuration file. Copy the new version of the database to the required location, then do the following:
docker-compose down
docker-compose -f docker-compose.yml -f docker-compose.db-config.yml up -d