This commit is contained in:
2021-09-01 19:56:34 +00:00
parent 6b8139edb0
commit c44abbc430

View File

@@ -44,19 +44,9 @@ Sept 1st
## V8MIGRATE OUTSTANDING
logo?
CSR
### Global Wiki
v8 does not have a Global Wiki page (the Wiki page formerly accessible from the opening screen in AyaNova 7), the migration will move the Wiki and any embedded files to a User account created just to contain it's Wiki and attached files named "V8_MIGRATE_GLOBAL_REPOSITORY".
### Region Wiki
v8 does not have Regions, all functionality previously in Regions will be split out into several new and changed objects.
The Region Wiki if found will be migrated to a User account created just to hold the Wiki and files named ""V8_MIGRATE_REGION_WIKI_REPOSITORY_region name"
## CLIENT / SERVER MISC ITEMS THAT CAME UP
@@ -827,16 +817,21 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
BUILD 128 CHANGES OF NOTE
- Migrate follow up missing wo/quote/pm message logged added internal ID of wo/quote/pm to match other errors for potential diagnostic purposes
- Migrate added code to gracefully handle attempt to upload a file as an attachment (wikifiles or assigned docs) that is too large for the destination server
Will log properly in migrate log and in destination object that couldn't be attached, also will then skip any file and log that is same size or larger
- Migrate as part of confirmation of 10gb file attachment migration (10gb is the maximum allowed attachment size in v8 for a single file upload) added http timeout to options dialog of v8 migrate
defaults to 100 seconds which is the built in default timeout for HTTP Client but for a 10gb file on my laptop (same machine) it took 290 seconds so some users may need to up that value higher
maximum is 3600 seconds or one hour
- Migrate service workorders now have their FromPM and FromQuote values set properly
- Migrate fixed issue that could have resulted in follow ups not being able to link to PM's and quotes
- Migrate: renamed default import tag from "v7-import" to "v8-migrate"
- Updated docs related to migration and changed text that says "import" or "export" to "migrate" as some of those docs were written back before the migrate plugin existed
- V8MIGRATE UTILITY
Follow up missing wo/quote/pm message logged added internal ID of wo/quote/pm to match other errors for potential diagnostic purposes
Added code to gracefully handle attempt to upload a file as an attachment (wikifiles or assigned docs) that is too large for the destination server
Will log properly in migrate log and in destination object that couldn't be attached, also will then skip any file and log that is same size or larger
Added http timeout to options dialog of v8 migrate, can be set as high as 3600 seconds (one hour) if necessary to migrate large files, but default fine for most
defaults to 100 seconds which is the built in default timeout for HTTP Client but for a 10gb file on my laptop (same machine) it took 290 seconds so some users may need to up that value higher
maximum is 3600 seconds or one hour
Service workorders now have their FromPM and FromQuote values set properly
Fixed issue that prevented some follow ups not being able to link to PM's and quotes
Renamed default import tag from "v7-import" to "v8-migrate"
Updated docs related to migration and changed text that says "import" or "export" to "migrate" as some of those docs were written back before the migrate plugin existed
Global settings now all exported including notification settings, also backup settings have defaults set
Added ACTION REQUIRED message regarding global settings / backup and notification
Memo to superuser post migrate now has their own server relative urls for helpful help docs
Global and Region WIKI's migrate implemented (as per docs they migrate to User's created for the purpose)