Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rc9000 authored Jul 18, 2022
1 parent e189b54 commit ee283bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You can also speak to someone in the [`#netdisco@libera`](https://kiwiirc.com/ne

## Upgrading

Downloading new images with `docker-compose pull` is all there is to it. When our database image starts it always updates the DB schema to the latest release. To upgrade your own PostgreSQL database, run:
Pulling new images and recreating the containers with `docker-compose down ; docker-compose pull ; docker-compose up --force-recreate` is all there is to it. When our database image starts it always updates the DB schema to the latest release. To upgrade your own PostgreSQL database, run:

docker-compose run --entrypoint=bin/netdisco-db-deploy netdisco-backend

Expand Down

0 comments on commit ee283bb

Please sign in to comment.