Feature #10785
closedAllow to keep addons during uninstall
0%
Description
Our CI reinstalls Klever completely on each invocation. In particular, this causes that addons are re-downloaded and re-installed each time even whey they are not changed that is normally the case. I suggest to allow to keep addons during uninstall and to reuse them for following installations.
Updated by Ilya Shchepetkov over 3 years ago
- Status changed from New to Resolved
Implemented in the feature-10785 branch: I have added a new reinstall
deployment action, which can be described as uninstall + install
, with an exception that it keeps all addons and build bases intact (unless newer versions are available).
The branch also contains the following (sorry):
uninstall
action now also deletes build bases and version file from the deployment directory- now most not very important logging messages during deployment are hidden: to view them one should use new
--log-level DEBUG
option
Updated by Evgeny Novikov over 3 years ago
- Status changed from Resolved to Closed
I slightly improved the branch, tested it and merged to master in a0b1eb86f. Everybody is welcome to reinstall
Klever unless one would like to completely withdraw it.