You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# On each update of ownCloud, a database update must be performed before
105
+
# ownCloud can be used again.
106
+
# The ownCloud package maintainers have not automated this setup so that even
107
+
# security upgrades can not be installed unattended.
108
+
#
109
+
# Refer to the `official ownCloud Dokumentation <https://doc.owncloud.org/server/9.0/admin_manual/maintenance/package_upgrade.html#upgrade-quickstart>`__ for details.
110
+
#
111
+
# When this option is set to ``True``, the role enables a hook script for
112
+
# ``dpkg`` so that when ``dpkg`` upgrades ownCloud, the database upgrade is
113
+
# automatically performed.
114
+
#
115
+
# Change to ``False`` when you want to do database upgrades manually after upgrading the ownCloud packages.
116
+
#
117
+
# .. note:: :envvar:`owncloud__auto_database_upgrade_enabled` depends on
# Whether database schema migration should be simulated before upgrading the production database.
135
+
# Refer to the `official ownCloud Dokumentation <https://doc.owncloud.org/server/9.0/admin_manual/maintenance/package_upgrade.html#migration-test>`__ for details.
# Whether automatic ownCloud upgrades should be performed by
155
+
# ``unattended_upgrades``.
156
+
owncloud__auto_security_updates_enabled: True
157
+
158
+
96
159
# .. Basic options [[[1
97
160
#
98
161
# -----------------
@@ -536,9 +599,10 @@ owncloud__config_host: {}
536
599
# It can be used to enable apps, add users and more which can be useful when
537
600
# deploying ownCloud.
538
601
#
539
-
#Refer to the `official ownCloud Dokumentation <https://doc.owncloud.org/server/9.0/admin_manual/configuration_server/occ_command.html>`__ for details.
# Refer to the `official ownCloud Dokumentation <https://doc.owncloud.org/server/9.0/admin_manual/configuration_server/occ_command.html>`__ for details.
571
636
owncloud__run_occ_global_commands:
572
637
## Disable the updater because it does not work anyway with the way ownCloud
0 commit comments