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
Copy file name to clipboardExpand all lines: README.md
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,7 @@ and [Nginx](http://nginx.org/). You'll likely want to add this service to your `
41
41
42
42
## Updating Sentry
43
43
44
-
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.
45
-
46
-
Use the following steps after updating this repository or your Dockerfile:
47
-
```sh
48
-
docker-compose build --pull # Build the services again after updating, and make sure we're up to date on patch version
49
-
docker-compose run --rm web upgrade # Run new migrations
50
-
docker-compose up -d # Recreate the services
51
-
```
44
+
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.
0 commit comments