From d10bcbce42d7367792b00341e67d670508896c1e Mon Sep 17 00:00:00 2001 From: jo Date: Thu, 15 Sep 2022 16:07:13 +0200 Subject: [PATCH] chore(installer): migrate instructions on upgrade --- install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install b/install index a08a61c3c..f843e50ae 100755 --- a/install +++ b/install @@ -763,6 +763,12 @@ ${reset}" else printf " +${yellow}\ +Once upgraded, run the following command to migrate the database: + +${cyan}\ +$ sudo -u $LIBRETIME_USER libretime-api migrate + ${yellow}\ You can restart LibreTime using the following command: