From baccb8f03f1371445d782d5dfa24eef0f4c61146 Mon Sep 17 00:00:00 2001 From: rafael Date: Tue, 18 Jun 2024 09:50:13 +0200 Subject: [PATCH] update install.md for github --- extras/deploy-scripts/INSTALL.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/extras/deploy-scripts/INSTALL.md b/extras/deploy-scripts/INSTALL.md index 227e2e3fbb..53ea934786 100644 --- a/extras/deploy-scripts/INSTALL.md +++ b/extras/deploy-scripts/INSTALL.md @@ -64,6 +64,17 @@ To update the condos you should download the tarball package, decompress it and tar xvzf pandorafms_console-7.0NG.772.tar.gz cp -R pandora_console /var/www/html/ ``` +Run in the terminal the MR updater tool + +``` +php /var/www/html/pandora_console/godmode/um_client/updateMR.php +``` + +Delete deprecated files, run in terminal: +``` +cd /var/www/html/pandora_console/ && cat extras/delete_files/delete_files.txt | xargs rm -fr +``` + ##### Server To update the server is similar just download the tarball package from release section, decompress it, move it to the pandora_server folder and execute the installation script.