From 5a100959b9dc60e0a8ec8cc49ee88a443e2740cb Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 17 Aug 2021 17:04:57 +0000 Subject: [PATCH] --- devdocs/deploy.txt | 4 ++-- server/AyaNova/util/AyaNovaVersion.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devdocs/deploy.txt b/devdocs/deploy.txt index 3f45b831..252c9aae 100644 --- a/devdocs/deploy.txt +++ b/devdocs/deploy.txt @@ -23,7 +23,7 @@ SERVER - BUMP AyaNova.csproj version number - BUILD RELEASE Run buildrelease.bat in server project folder -https://www.ayanova.com/Downloads/v8/ayanova8.alpha.118-win-x64.7z +https://www.ayanova.com/Downloads/v8/ayanova8.alpha.120-win-x64.7z https://www.ayanova.com/Downloads/v8/V8Migrate.exe - COPY TO DEVOPS SERVER @@ -40,7 +40,7 @@ https://www.ayanova.com/Downloads/v8/V8Migrate.exe - execute sudo docker-compose down - Build new image forcing it to update as it sometimes doesn't - - sudo docker-compose build --force-rm --pull + - docker-compose build --force-rm --pull (NOTE: this will *not* pull newer postgres as it's an image already present so to update that need to do a sudo docker pull postgres:alpine first then build the image if the major version is incompatible with the old database then there is a whole process to save it by dumping and re-building or just delete all files in the folder /var/lib/ayanova/db rm * -r diff --git a/server/AyaNova/util/AyaNovaVersion.cs b/server/AyaNova/util/AyaNovaVersion.cs index 2e1262b1..2e38228e 100644 --- a/server/AyaNova/util/AyaNovaVersion.cs +++ b/server/AyaNova/util/AyaNovaVersion.cs @@ -5,7 +5,7 @@ namespace AyaNova.Util /// internal static class AyaNovaVersion { - public const string VersionString = "8.0.0-alpha.119"; + public const string VersionString = "8.0.0-alpha.120"; public const string FullNameAndVersion = "AyaNova server " + VersionString; }//eoc }//eons \ No newline at end of file