This commit is contained in:
2022-08-27 00:13:53 +00:00
parent fa18b594ea
commit 877378d19c
2 changed files with 11 additions and 7 deletions

6
.vscode/launch.json vendored
View File

@@ -119,11 +119,11 @@
"AYANOVA_DB_CONNECTION": "Server=localhost;Username=postgres;Password=raven;Database=AyaNova;CommandTimeout=300;",
"AYANOVA_DATA_PATH": "c:\\temp\\ravendata",
"AYANOVA_USE_URLS": "http://*:7575;",
//"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true",
"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true",
//"AYANOVA_REMOVE_LICENSE_FROM_DB":"true",
//"AYANOVA_SERVER_TEST_MODE": "true",
"AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-8",
"AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small",
//"AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-8",
//"AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small",
"AYANOVA_BACKUP_PG_DUMP_PATH": "C:\\data\\code\\postgres_14\\bin"
},
"sourceFileMap": {

View File

@@ -34,10 +34,14 @@ WIP >>>>>>>>>>>>>
Once the above item is done then move to testing:
todo: TEST subscription and perpetual license code
Does a trial request for sbuscription work?
Correct date range?
Does a trial request for perpetual work?
correct date range?
Does a trial request for sbuscription work? YES
Correct date range? YES
Generate data? YES
Does a trial request for perpetual work? YES
correct date range? YES
Generate data? YES
NEXT:
Can I bump a trial subscription and / or perptual expiration date if a trialer needs more time!!! IMPORTANT, this way can keep it brief but allow for wiggle
Does new boot code still work when no database?
Does new boot code work to prevent running if wrong build or maint date expired vs build date?