Hi - my installation works well but my master container is residing on the same drive as my docker installation due to the provided default AIO compose settings. Is it possible to move the master container by defining a different folder? I understand that Borg depends on the original setup but is there a workaround? I am rapidly running out of space on the docker drive.
The Basics
NC 9 (30.0.4)
Installation method (AlO on Bare Metal under Debian OMV)
Summary of the issue you are facing:
Running out of Space and would like to move AIO master container
Configuration
Nextcloud
My Compose:
volumes:
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be changed as otherwise the built-in backup solution will not work
Data dir is already moved. The issue is this line in AIO compose which forces AIO onto the same location as DOcker installation. Is it not possible to move this?
volumes:
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be changed as otherwise the built-in backup solution will not work
Well this basically looses all the AIO features as it says:
* You lose the AIO interface
* You lose update notifications and automatic updates
* You lose all AIO backup and restore features
* You lose all community containers: https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers
* **You need to know what you are doing, especially when modifying the compose.yaml file**
* For updating, you need to strictly follow the at the bottom described update routine
* Probably more