-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Kill update simulation #26172
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
Kill update simulation #26172
Conversation
|
@PVince81, thanks for your PR! By analyzing the annotation information on this pull request, we identified @icewind1991, @nickvergessen and @DeepDiver1975 to be potential reviewers |
d5bdcf2 to
7361d3f
Compare
|
|
|
👍 |
|
Hmm, should we rather deprecate Because if people have existing automation scripts with that option these will fail to update with "option does not exist". On the other hand this directly forces admin to adjust their scripts. Thoughts @DeepDiver1975 @butonic ? |
|
A script to automate upgrades? That's as wrong as it can be. We will need to document this in the release notes anyway. |
👍 |
|
Ok. I just ran this and it worked fine. |
|
Doc ticket: owncloud-archive/documentation#2640 |
|
@owncloud/qa FYI in case testing scripts need to be adjusted |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Remove all code related to simulating migration at update time.
Related Issue
None
Motivation and Context
Update migration is only useful for small databases but also slows down upgrades by creating duplicates of databases.
Admins should rather rely on backups if something went wrong. Additionally, the new updater app will eventually be extended to also make database backups (or does it do it already @VicDeo?)
On bigger setups admins complained that they forgot to pass
--skip-migration-testand then the simulation started and they had to revert their huge database.How Has This Been Tested?
Not tested yet:
Types of changes
Checklist:
@DeepDiver1975 @butonic @VicDeo as discussed
I thought there was more code ?