-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed49ef6
commit c4b1f91
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Update Gramps Web | ||
|
||
If you are using one of the installation methods based on Docker Compose, updating Gramps Web to the latest version is simple. In the folder where your `docker-compose.yml` is located, run the following commands | ||
|
||
```bash | ||
docker-compose pull | ||
docker-compose up -d | ||
``` | ||
|
||
For minor version jumps of [Gramps Web API](https://github.com/gramps-project/gramps-web-api), this is all that is needed. Do follow the [release notes of Gramps Web API](https://github.com/gramps-project/gramps-web-api/releases) though, as there could be breaking changes that require additional attention or configuration changes. | ||
|
||
Note that the default `grampsweb:latest` docker image always combines the latest version of the API with the latest version of the frontend. If you want to upgrade the two components separately - which is possible - a more involved setup than described here is necessary. |