From 51c7b5a30d60ba976739b0a704c57328bb5f28c5 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 31 May 2021 10:30:17 +0200 Subject: [PATCH] binary debian run and upgrade instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4b39612..4f9070f 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,15 @@ oncen checked it works, stop the process. [Install] WantedBy=multi-user.target ``` +- enable and run the service `sudo systemctl enable listmonk.service` and then `sudo systemctl start listmonk.service` + +#### upgrade (the binary install) +- Download the [latest release](https://github.com/knadh/listmonk/releases) and extract the listmonk binary. +- stop `listmonk` or it's service if run as so `sudo systemctl stop listmonk.service` +- move the binary to executing destination. +- change ownership of the files to `www-data` or whatever user you have assigned the webserver `chown -R www-data:www-data listmonk` +- `./listmonk --upgrade` to upgrade an existing DB. (Upgrades are idempotent and running them multiple times have no side effects). +- start again the binary or the service `sudo systemctl start listmonk.service` __________________ ### Heroku