Skip to content

Commit

Permalink
Merge pull request #3468 from mathesar-foundation/upgrade_instruction…
Browse files Browse the repository at this point in the history
…_fix

Modify upgrade command so it pulls image
  • Loading branch information
seancolsen authored Feb 29, 2024
2 parents 2f4a15f + aea18aa commit 545be92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docs/docs/administration/upgrade/0.1.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
If you have a Docker compose installation (including one from the guided script), run the command below:

```
docker compose -f /etc/mathesar/docker-compose.yml up \
--force-recreate --build service
docker compose -f /etc/mathesar/docker-compose.yml up --pull always -d
```

!!! warning "Your installation directory may be different"
Expand Down
5 changes: 2 additions & 3 deletions docs/docs/administration/upgrade/older.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
If you have a Docker compose installation (including one from the guided script), run the command below:

```
docker compose -f /etc/mathesar/docker-compose.yml up \
--force-recreate --build service
docker compose -f /etc/mathesar/docker-compose.yml up --pull always -d
```

!!! note "Your installation directory may be different"
You may need to change `/etc/mathesar/` in the command above if you chose to install Mathesar to a different directory.

## For installations done from scratch {:#scratch}

If you installed from scratch, the upgrade instructions are the same as [for 0.1.4](../upgrade/0.1.4.md#scratch), but you do not need to change the environment variables.
If you installed from scratch, the upgrade instructions are the same as [for 0.1.4](../upgrade/0.1.4.md#scratch), but you do not need to change the environment variables.

0 comments on commit 545be92

Please sign in to comment.