-
Hi, for a few weeks now I'm trying to install Nexcloud AIO, starting with 8, now v9.0.1 I use an Ubuntu 24.04 LTS VM inside Proxmox with limited space, so I like to use an external DATADIR. docker run Whenever I tried to set this up, the DATADIR seems to remain unused and untouched. I've had countless retries now. Every time I'm retrying, I'm returning to a clean snapshot, without any docker containers. On the Nextcloud AIO Interface the NEXTCLOUD_DATADIR is correctly shown. When I do a docker inspect of the nextcloud_aio_nextcloud container the NEXTCLOUD_DATADIR is also shown as I like it to be. But when I'm sending files to Nextcloud, the folder is not used. I thought userrights could be a problem, so I tried setting the folder from root:root to www-data:root and www-data:www-data forwards and backwards, but nothing changed. What am I missing? Has anybody an idea, what I could do? Everything else seems to work fine. The installed Nextcloud-clients like to connect to the new server, but I don't let them until their data is stored in the datadir I have prepared for them. There are similar discussions already here, but they do not seem to resolve my problem :-( Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 9 replies
-
Hi,
Can you post the outout of |
Beta Was this translation helpful? Give feedback.
-
Hi, of course I can, but it's no fun:
best, |
Beta Was this translation helpful? Give feedback.
-
Any further ideas on this? |
Beta Was this translation helpful? Give feedback.
-
Can you post the output of |
Beta Was this translation helpful? Give feedback.
-
Of course. Thanks for looking:
|
Beta Was this translation helpful? Give feedback.
Thanks! We've found the culprit: you are using docker snap which is not allowed to use bind mounts in this location on the host afaik:
"NEXTCLOUD_DATADIR=/data/nextcloud",
Supported is only the
/home/
folder and subfolders iirc.But probably better to ask in a ubuntu forum...