]> git.p6c8.net - nextcloud-backup-restore.git/commitdiff
Update fingerprint after disabling maintenance mode master v2.3.3
authorDecaTec <jr@decatec.de>
Thu, 2 Dec 2021 05:35:19 +0000 (06:35 +0100)
committerDecaTec <jr@decatec.de>
Thu, 2 Dec 2021 05:35:19 +0000 (06:35 +0100)
CHANGELOG.md
NextcloudBackup.sh
NextcloudRestore.sh
setup.sh

index 10240ab2a9c29d226e5cb9662fafbb6bf94f9cd8..928fa27be43bb7aa6096420ad609dc24477d5de7 100644 (file)
@@ -1,5 +1,10 @@
 # Changelog
 
 # Changelog
 
+## 2.3.3
+
+### Restore
+- Update fingerprint after disabling maintenance mode
+
 ## 2.3.2
 
 ### Restore
 ## 2.3.2
 
 ### Restore
index a60eb967b953d2d9714605456e423d2a710adbec..d96ec3c65691a8c24bc51e4e385ee4e31424f162 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Bash script for creating backups of Nextcloud.
 #
 #
 # Bash script for creating backups of Nextcloud.
 #
-# Version 2.3.2
+# Version 2.3.3
 #
 # Requirements:
 #      - pigz (https://zlib.net/pigz/) for using backup compression. If not available, you can use another compression algorithm (e.g. gzip)
 #
 # Requirements:
 #      - pigz (https://zlib.net/pigz/) for using backup compression. If not available, you can use another compression algorithm (e.g. gzip)
index 90fa3360af9a3e746557f596e17a5bba1c91004e..5febde7298b372502584682868ea8f729d88a829 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Bash script for restoring backups of Nextcloud.
 #
 #
 # Bash script for restoring backups of Nextcloud.
 #
-# Version 2.3.2
+# Version 2.3.3
 #
 # Requirements:
 #      - pigz (https://zlib.net/pigz/) for using backup compression. If not available, you can use another compression algorithm (e.g. gzip)
 #
 # Requirements:
 #      - pigz (https://zlib.net/pigz/) for using backup compression. If not available, you can use another compression algorithm (e.g. gzip)
@@ -302,18 +302,18 @@ echo "Done"
 echo
 
 #
 echo
 
 #
-# Update the system data-fingerprint (see https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html#maintenance-commands-label)
+# Disbale maintenance mode
 #
 #
-echo "$(date +"%H:%M:%S"): Updating the system data-fingerprint..."
-sudo -u "${webserverUser}" php ${nextcloudFileDir}/occ maintenance:data-fingerprint
+echo "$(date +"%H:%M:%S"): Switching off maintenance mode..."
+sudo -u "${webserverUser}" php ${nextcloudFileDir}/occ maintenance:mode --off
 echo "Done"
 echo
 
 #
 echo "Done"
 echo
 
 #
-# Disbale maintenance mode
+# Update the system data-fingerprint (see https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html#maintenance-commands-label)
 #
 #
-echo "$(date +"%H:%M:%S"): Switching off maintenance mode..."
-sudo -u "${webserverUser}" php ${nextcloudFileDir}/occ maintenance:mode --off
+echo "$(date +"%H:%M:%S"): Updating the system data-fingerprint..."
+sudo -u "${webserverUser}" php ${nextcloudFileDir}/occ maintenance:data-fingerprint
 echo "Done"
 echo
 
 echo "Done"
 echo
 
index 43fcee45320c8d0671d31db0157d16878b57f984..2f384ba084b172825c51566f632a62e1f9c239f4 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -3,7 +3,7 @@
 #
 # Bash script an easy setup of NextcloudBackup.sh and NextcloudRestore.sh
 #
 #
 # Bash script an easy setup of NextcloudBackup.sh and NextcloudRestore.sh
 #
-# Version 2.3.2
+# Version 2.3.3
 #
 # Usage:
 #      - call the setup.sh script
 #
 # Usage:
 #      - call the setup.sh script

patrick-canterino.de