This commit is contained in:
2021-12-21 21:03:15 +00:00
parent e4a2506614
commit 13f8539892

View File

@@ -159,22 +159,18 @@ Coded by importance
╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝ ╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝
- 1 todo: finalize a download url and naming scheme for v8 stuff so can set it in the docs *now* and in tools and script files etc - 1 todo: test single liner upgrade command in linux:
Plan: 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
always same dl file names, never change
latest release in root of v8 dl folder
one-version prior release in "previous" folder
Final major version releases in retirement go into versioned folder by name
i.e. final 8 goes into "retired/v8", final 9 goes into "retired/v9"
- 1 todo: update the version of postgreSQL in the "single" standalone installer (but do it for myself first in my dev standalone pg server) - 1 todo: update the version of postgreSQL in the "single" standalone installer (but do it for myself first in my dev standalone pg server)
- 1 todo: apparently it's easy to pick an alternate folder for install in windows single and it fucks with postgres path so not sure what to do with that - 1 todo: apparently it's easy to pick an alternate folder for install in windows single and it fucks with postgres path so not sure what to do with that
maybe force the default installation location for windows single only so people don't fuck it up? maybe force the default installation location for windows single only so people don't fuck it up?
Or add a warning we *STRONGLY advise not changing the default location or you will need to change config.json Or add a warning we *STRONGLY advise not changing the default location or you will need to change config.json
or, is it possible to write out the config.json from the installer and not include it as a physical file?? or, is it possible to write out the config.json from the installer and not include it as a physical file??
This way it can properly write out whatever paths necessary in single installer at least This way it can properly write out whatever paths necessary in single installer at least
- 1 todo: subscribe to all sources of security vulnerabilities that could apply to users of AyaNOva 8 (and 7) - 2 todo: subscribe to all sources of security vulnerabilities that could apply to users of AyaNOva 8 (and 7)
Need an ongoing defined process to follow to ensure we are not caught by surprise with any security vulnerabilities Need an ongoing defined process to follow to ensure we are not caught by surprise with any security vulnerabilities
Github watch and star all tools used for starters so get notifications via github about new releases etc Github watch and star all tools used for starters so get notifications via github about new releases etc
nginx nginx
@@ -231,6 +227,8 @@ TODO: 1 BETA DOCS:
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██ ██ ██ ██████ ██ ██ ██ ██ ██ ███████ ██ ██ ██ ██████ ██ ██ ██ ██ ██ ███████
- 1: change the installer to be named v8-migrate.exe and publish it to the new download/ folder instead
also update the version number to match the release, since it likely won't change much maybe just make it 8.0.0-beta.1 directly
## TESTING ITEMS ## TESTING ITEMS
@@ -812,14 +810,15 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
####################################################################################################################################### #######################################################################################################################################
https://www.ayanova.com/Downloads/v8/ayanova-windows-x64-single-setup.exe https://www.ayanova.com/download/v8/ayanova-windows-x64-single-setup.exe
https://www.ayanova.com/Downloads/v8/V8Migrate.exe https://www.ayanova.com/download/v8/v8-migrate.exe
BUILD 8.0.0-beta.0.6 CHANGES OF NOTE BUILD 8.0.0-beta.0.6 CHANGES OF NOTE
- fixed bug in history that would bomb if a taskgroup name needed to be displayed - fixed bug in history that would bomb if a taskgroup name needed to be displayed
- many minor changes to support e2e testing - many minor changes to support e2e testing
- new *permanent* download urls case 4053 for details