Master container running out of space

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

1 Like

Hi, see GitHub - nextcloud/all-in-one: 📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.

Thanks but this will move the entire Docker Lib incl all applications. All I want is to move AIO. Is this not possible?

It is possible to move the datadir: GitHub - nextcloud/all-in-one: 📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.

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

Yes

Well your compose file says otherwise:
This line is not allowed to be changed as otherwise the built-in backup solution will not work

There is another way: all-in-one/manual-install at main · nextcloud/all-in-one · GitHub. See all-in-one/manual-install/latest.yml at main · nextcloud/all-in-one · GitHub

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