Skip to content

Commit

Permalink
Merge pull request #4783 from nextcloud/enh/noid/add-daily-backup-note
Browse files Browse the repository at this point in the history
aio interface: add hint what to do if daily backup gets stuck
  • Loading branch information
szaimen authored Jun 7, 2024
2 parents 146521b + df11865 commit 8f17edb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php/templates/containers.twig
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
{% elseif automatic_updates == true %}
The whole process can take a while as your containers will be updated.<br /><br />
{% endif %}
<a href="" class="button reload">Reload ↻</a><br/>
<a href="" class="button reload">Reload ↻</a><br/><br/>
If the daily bacckup should be stuck somehow, you can make it unstuck by running <strong>sudo docker exec nextcloud-aio-mastercontainer rm /mnt/docker-aio-config/data/daily_backup_running</strong> and afterwards reloading this interface.<br /><br />
{% elseif isWatchtowerRunning == true %}
<span class="status running"></span> Mastercontainer update currently running. Once the update is complete the mastercontainer will restart, making it unavailable for a moment. Please wait until it's done. (<a href="/api/docker/logs?id=nextcloud-aio-watchtower" target="_blank" rel="noopener">Logs</a>)<br /><br />
<a href="" class="button reload">Reload ↻</a><br/>
Expand Down

0 comments on commit 8f17edb

Please sign in to comment.