mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-22 20:55:40 +02:00
add --force to restore in maintenance script
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### v9.1.0-beta.2 (coming soon)
|
### v9.1.0-beta.2 (coming soon)
|
||||||
|
* add --force to restore in maintenance script
|
||||||
* improve shebang in scripts for downgrade and portability
|
* improve shebang in scripts for downgrade and portability
|
||||||
* enhance logging/ fix typos
|
* enhance logging/ fix typos
|
||||||
* add env PACKAGES_UPDATE and remove automatic package updates on first container start
|
* add env PACKAGES_UPDATE and remove automatic package updates on first container start
|
||||||
|
|||||||
@@ -272,7 +272,7 @@ restore_iobroker() {
|
|||||||
# restoe backup
|
# restoe backup
|
||||||
echo -n "Restoring ioBroker from $selected_backup... "
|
echo -n "Restoring ioBroker from $selected_backup... "
|
||||||
set +e
|
set +e
|
||||||
bash iobroker restore "$selected_backup" > /opt/iobroker/log/restore.log 2>&1
|
bash iobroker restore "$selected_backup" --force > /opt/iobroker/log/restore.log 2>&1
|
||||||
return_value=$?
|
return_value=$?
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user