Skip to content

Updating your in house databases

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