-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLI only] Add option to skip backup. #292
Conversation
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason this is a draft?
Untested yet. I will build it later and use it to update my production instance. |
Works on My Machine. |
/backport to stable19 |
/backport to stable18 |
/backport to stable17 |
Will be shipped in 19.0.2, 18.0.8 and 17.0.9. |
@kesselb @MorrisJobke this command doesn't output in 19.0.2:
|
Ooops .... we forgot to build the phar. |
Next releases will contain it. Or you just download it from this repo and place it in the updater folder manually. |
19.0.4, 18.0.10 and 17.0.10 |
I'm wondering if there's an option that's the inverse of --no-backup? Like, if you don't want updater to run, but just want the updater step 3 to run, is there an occ or updater command for this already? I think this is sort of a necessary compliment to updater --no-backup. |
@jackrsteiner No there isn't. I doubt there will be within the Updater itself. The backup functionality here is more intended for the Updater's own use. It's not backing up your data directory (files) nor your database. It's just the installation files (well, and your |
No description provided.