From 1e7edf1c1702de1b3c30fdb052b553844ad54413 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Sat, 16 Sep 2023 16:45:09 +0300 Subject: [PATCH] Prepare migration --- rsconcept/backend/import/README.txt | 3 +++ scripts/prod/CreateBackup.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 rsconcept/backend/import/README.txt diff --git a/rsconcept/backend/import/README.txt b/rsconcept/backend/import/README.txt new file mode 100644 index 00000000..d9b49a65 --- /dev/null +++ b/rsconcept/backend/import/README.txt @@ -0,0 +1,3 @@ +copy compiled python wheels here + +1. pyconcept = ConceptCore: https://github.com/IRBorisov/ConceptCore \ No newline at end of file diff --git a/scripts/prod/CreateBackup.sh b/scripts/prod/CreateBackup.sh index 73eddf66..7f3cbf0e 100644 --- a/scripts/prod/CreateBackup.sh +++ b/scripts/prod/CreateBackup.sh @@ -3,7 +3,7 @@ # Create a copy in secure location @production host. Update backup scripts from repository manually # ======================================== -backupLocation="/home/admuser/backup" +backupLocation="/home/prod/backup" pgUser="portal-admin" pgDB="portal-db" containerDB="portal-db"