[Features]
- Starting an app with HeavyScript will now unmount the app if it's mounted.
- CNPG database dumps no longer stop deployments by default, allowing for continuous operation.
[Refactor]
- The CNPG dump process has been refined to keep deployments running.
- Opt-in to stop deployments during the dump using the
stop_before_dump
option in theconfig.ini
file. - Your config files should have automatically updated to have this new section.