2
0

fix(upgrade): Fix upgrade instructions and script (#304)

This commit is contained in:
Burak Yigit Kaya
2019-12-30 23:07:42 +03:00
committed by GitHub
parent 3af61c8f55
commit 3dfc01ec2d
2 changed files with 9 additions and 12 deletions

View File

@@ -41,14 +41,7 @@ and [Nginx](http://nginx.org/). You'll likely want to add this service to your `
## Updating Sentry
Updating Sentry using Compose is relatively simple. Just use the following steps to update. Make sure that you have the latest version set in your Dockerfile. Or use the latest version of this repository.
Use the following steps after updating this repository or your Dockerfile:
```sh
docker-compose build --pull # Build the services again after updating, and make sure we're up to date on patch version
docker-compose run --rm web upgrade # Run new migrations
docker-compose up -d # Recreate the services
```
The included `install.sh` script is meant to be idempotent and to bring you to the latest version. What this means is you can and should run `install.sh` to upgrade to the latest version available.
## Resources