-
Il followed the steps explained below in order to make room on my main ssd drive (debian 11 with docker repos) : https://www.guguweb.com/2019/02/07/how-to-move-docker-data-directory-to-another-location-on-ubuntu/ I copied it all (/var/lib/docker) with rsync to another ext4 ssd drive (a bigger one). It all went well, all my docker apps are running perfectly. Except for AIO, which still works, but seems to struggle to display pages, as if there was a problem with dns resolution (which is not involved). What's more, logs appear to be hours old when i launch commands :
So AIO is still alive, but is painfully slow, while it may appear to work normally for 10 secs from time to time. Any help appreciated. thanks/ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Seems nextcloud-aio-mastercontainer is not running anymore. And if i want to start it, you can see it still wants to look in old directory :
Docker path should be now : /mnt/transcend240/docker What would be the right method to restart it all without losing any data ? Any help appreciated. |
Beta Was this translation helpful? Give feedback.
-
Bumping since the selected answer is not an answer but merely an explanation of why it is happening. I'd like to know how to fix this, short of moving the docker data directory back to its original location |
Beta Was this translation helpful? Give feedback.
Seems nextcloud-aio-mastercontainer is not running anymore.
And if i want to start it, you can see it still wants to look in old directory :
sudo docker start nextcloud-aio-mastercontainer
Error response from daemon: error evaluating symlinks from mount source "/var/lib/docker/volumes/nextcloud_aio_mastercontainer/_data": lstat /var/lib/docker: no such file or directory Error: failed to start containers: nextcloud-aio-mastercontainer
Docker path should be now : /mnt/transcend240/docker
What would be the right method to restart it all without losing any data ?
Any help appreciated.
thanks