-
Notifications
You must be signed in to change notification settings - Fork 0
Updating your in house databases
Dan Wickett edited this page Sep 30, 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
#Use one of the following two commands depending on if you have in-house database configuration
#Use this command if you have no in-house database configuration
docker-compose up -d
#Use this command if you have in-house database configuration
docker-compose -f docker-compose.yml -f docker-compose.db-config.yml up -d