-
Steps to reproduce
Expected behaviorAll containers start. Actual behaviorRedis, Collabora, Talk, Imaginary show as green. Nextcloud logs are repeating: Database logs are repeating: Other informationHost OSNAME="Linux Mint" Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 10 comments
-
Hi, I think the reason is that docker is not up-to-date. (e.g. v27.1) Can you upgrade if with |
Beta Was this translation helpful? Give feedback.
-
Duplicate of #4390 |
Beta Was this translation helpful? Give feedback.
-
After upgrading all packages and rebooting, I'm seeing the same result as previously. "Database export failed the last time. Most likely was the export time not high enough." Thanks New docker info: Server: |
Beta Was this translation helpful? Give feedback.
-
Did you read one comment up? #4390 (reply in thread) |
Beta Was this translation helpful? Give feedback.
-
Yes. I think that is a different issue than what I'm seeing.
The machine running Nextcloud has a fairly slow hard drive and the error message seems to be implying some kind of timeout is occurring. |
Beta Was this translation helpful? Give feedback.
-
Ah I see. Is it this error? all-in-one/Containers/postgresql/start.sh Lines 59 to 63 in 531104d |
Beta Was this translation helpful? Give feedback.
-
What was the former AIO version from which you updated? |
Beta Was this translation helpful? Give feedback.
-
Yes, that's the error. I'm not sure what the old version was. I tried to wipe it out to start a new installation by killing all docker containers and then "docker container prune", "docker volume prune", and deleting everything in the nextcloud datadir. |
Beta Was this translation helpful? Give feedback.
-
I see. That should make it work if you dont need to keep the data. Did you follow https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-properly-reset-the-instance? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the link, I hadn't seen that. After docker volume prune there are a number of volumes remaining: docker volume ls --filter "dangling=true" After deleting those, the new AIO instance starts up. |
Beta Was this translation helpful? Give feedback.
Thanks for the link, I hadn't seen that. After docker volume prune there are a number of volumes remaining:
docker volume ls --filter "dangling=true"
DRIVER VOLUME NAME
local nextcloud_aio_apache
local nextcloud_aio_backup_cache
local nextcloud_aio_database
local nextcloud_aio_database_dump
local nextcloud_aio_elasticsearch
local nextcloud_aio_mastercontainer
local nextcloud_aio_nextcloud
local nextcloud_aio_redis
After deleting those, the new AIO instance starts up.