Skip to content

Commit

Permalink
Update upgrade.md +binary info (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKohler committed Dec 2, 2023
1 parent e06d379 commit 95dabe5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/content/upgrade.md
Expand Up @@ -7,6 +7,10 @@ Some versions may require changes to the database. These changes or database "mi
- `./listmonk --upgrade` to upgrade an existing DB. Upgrades are idempotent and running them multiple times have no side effects.
- Run `./listmonk` and visit `http://localhost:9000`.

If you installed listmonk as a service, you will need to stop it before overwriting the binary. Something like `sudo systemctl stop listmonk` or `sudo service listmonk stop` should work. Then overwrite the binary with the new version, then run `./listmonk --upgrade, and `start` it back with the same commands.

If it's not running as a service, `pkill -9 listmonk` will stop the listmonk process.

## Docker

- `docker compose pull` to pull the latest version from DockerHub.
Expand Down

0 comments on commit 95dabe5

Please sign in to comment.