Skip to content

Commit 4b6cbcf

Browse files
authored
Merge pull request #4707 from nextcloud/enh/noid/document-limitation
AIO interface: document limitation regarding restoring of community container data
2 parents 377a9b6 + c152aa3 commit 4b6cbcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php/templates/containers.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
</form>
158158
{% endif %}
159159
Choose the backup that you want to restore and click on the button below to restore the selected backup. This will restore the whole AIO instance. Please note that the current AIO passphrase will be kept and the previous AIO passphrase will not be restored from backup!<br><br>
160+
<strong>Please note:</strong> If the backup that you want to restore contained any <a href="https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers">community container</a>, but you did not specify the same community containers via environmental variable while creating this new AIO instance, you need to restore the same backup a second time after this attempt so that the community container data is also correctly restored.<br><br>
160161
<form method="POST" action="/api/docker/restore" class="xhr" id="restore_selection">
161162
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
162163
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">

0 commit comments

Comments
 (0)