mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 11:00:40 +08:00
- Add Upgrade Package handler -- Add base package handler service with re-usable api handle packages -- Re-usable service to extract and apply upgrade packages -- Add upgrade settings to configs - Add Base command -- Add abstract class with common input processing logic - Add Upgrade Command -- Add re-usable UpgradeHandler with api for applying upgrades -- Add command to call upgrade handler -- Add service feedback -- Call clear cache on upgrade command - Add Upgrade step by step execution -- Add process step interface and executor --- add common logging to each step execution --- add debug logging for each step execution --- allow running processes step by step --- allow configuring steps independently -- Move upgrade handler and upgrade command to use step executor -- Add upgrade log -- Improve upgrade command output
27 lines
759 B
YAML
27 lines
759 B
YAML
parameters:
|
|
upgrades:
|
|
toKeep:
|
|
- 'cache'
|
|
- 'extensions'
|
|
- 'public/extensions'
|
|
- 'public/legacy/modules'
|
|
- 'public/legacy/custom'
|
|
- 'public/legacy/cache'
|
|
- 'public/legacy/upload'
|
|
- 'public/legacy/Api/V8/OAuth2/private.key'
|
|
- 'public/legacy/Api/V8/OAuth2/public.key'
|
|
- 'public/legacy/config.php'
|
|
- 'public/legacy/config_override.php'
|
|
- 'public/legacy/config_si.php'
|
|
- 'public/legacy/suitecrm.log'
|
|
- 'public/legacy/install.log'
|
|
- 'logs'
|
|
- '.env.local'
|
|
- '.env.local.php'
|
|
toExpand:
|
|
- 'public'
|
|
- 'public/legacy'
|
|
- 'public/legacy/modules'
|
|
- 'public/legacy/Api'
|
|
- 'public/legacy/Api/V8'
|
|
- 'public/legacy/Api/V8/OAuth2'
|