-
Notifications
You must be signed in to change notification settings - Fork 20
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
TODO: New updater #204
Comments
I think not having a db backup is ok. Maybe we should still have the step in the updater which basically says: 'and now please do amanually a db backup' |
@karlitschek Right now |
What do you mean with 'application ready'? Making this steps executable independently was one of the main goal for the new updater. |
|
|
Ideas:
|
I'd vote for step by step migrations based on
With the following logic:
On install:
On update
In this case there is no need to perform additional version checks in the app. |
@VicDeo |
@VicDeo please update the checkboxes |
1 similar comment
@VicDeo please update the checkboxes |
asked on IRC, he said "nothing to update according to #304" |
Postponed from 9.0
done with single
occ upgrade
invocation:- [ ] upgrade:preUpgradeRepair Repair and cleanup (pre upgrade, DB collations update, ..)- [ ] upgrade:dbUpgrade db schema upgrade- [ ] upgrade:postUpgradeCleanup repair and cleanup step 2 (online) [danger, might take long]- [ ] upgrade:postUpgradeRepair repair and cleanup step 1 (post upgrade, repair legacy storage, ..) [danger, might take long]- [ ] upgrade:updateConfig update config.phpThe text was updated successfully, but these errors were encountered: