-
Notifications
You must be signed in to change notification settings - Fork 26
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
Automate ownCloud update #28
Comments
On DebOps-managed hosts, One of the things i would like to do in the future is split One thing I would be wary of is changes to the ownCloud configuration on a package update, any possibility that Ansible-managed configuration is overwritten this way? |
The update writes the version into the I think it would be possible to do the db upgrade in a file under |
What will happen if a new package (8.1.5) appear here (?):
Admin will get a email with information, or will |
|
Closes: debops#28 Requires: debops/ansible-unattended_upgrades#6 (Test should pass even without this patch.)
I did some more testing of this feature implemented by #44 and it is working great so far with my test instances and I will continue to test this. However, I will not enable this as role default until my confidence in this feature grows a bit more because the upstream package maintainers had trouble with this in the past and disabled it. If I don’t find further problems, I intend to reenable it for v0.3.0. |
Not sure if this is a planned feature for the ownCloud packages which we use. We could automate this by a dpkg hook. Any ideas?
The text was updated successfully, but these errors were encountered: