From 9f962c45d16f54bb84167f2f05094c067205dadf Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 20 Dec 2021 16:07:33 +0000 Subject: [PATCH] --- devdocs/deploy.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/devdocs/deploy.txt b/devdocs/deploy.txt index b65f39e5..50f37230 100644 --- a/devdocs/deploy.txt +++ b/devdocs/deploy.txt @@ -37,7 +37,14 @@ Once tests pass move on to next step - +LINUX MANUAL UPGRADE PROCEDURE +From AyaNova folder +sudo systemctl stop ayanova.service +rm *.dll +rm -r ./resource +rm -r ./wwwroot +unzip -o ayanova-linux-x64-server.zip -x "config.json" +sudo systemctl start ayanova.service