But when the container restarts, i’m always getting the error:
Connection to nextcloud-aio-redis (172.18.0.5) 6379 port [tcp/redis] succeeded!
Initializing nextcloud 29.0.8.1 …
Initializing finished
New Nextcloud instance.
Installing with pgsql database
Starting Nextcloud installation…
The Login is already being used
Installation of Nextcloud failed!
Since the error when i upgrade from the AIO is that it is incompatible with PHP 8.3, i’m trying to run it on PHP8.2.
the “The Login is already being used” doesn’t make much sense for me since… i know it exists, i’m not trying to reinstall the whole instance.
Hi, thank you for your reply,
Unfortunately i don’t have the daily backup feature enabled since i use a third party application to backup my server (veeam).
I have succesfully restored the vm to a working state after i tried to update it, i’ve also done a snapshot to be able to try more than once.
Unfortunately the problem is always the same.
i try to update from AIO, gives me the php version error, i follow the steps in the manual update guide and i get the error “the login is already being used”.
I’ve also tried to update the nextcloud container before updating from the AIO but then i have the PHP version error.
i think i’ve tried it 5 times now, it’s really strange.
upgraded from AIO v10.5.0
→ getting the PHP error:
-------------------------------
2025-02-11 09:11:07.850029+01
(1 row)
+ '[' -f /dev-dri-group-was-added ']'
++ find /dev -maxdepth 1 -mindepth 1 -name dri
+ '[' -n '' ']'
+ set +x
Connection to nextcloud-aio-redis (172.18.0.5) 6379 port [tcp/redis] succeeded!
This version of Nextcloud is not compatible with PHP>=8.3.<br/>You are currently running 8.3.16.It seems like your installed Nextcloud is not compatible with the by the container provided PHP version.
This most likely happened because you tried to restore an old Nextcloud version from backup that is not compatible with the PHP version that comes with the container.
Please try to restore a more recent backup which contains a Nextcloud version that is compatible with the PHP version that comes with the container.
If you do not have a more recent backup, feel free to have a look at this documentation: https:/github.com/nextcloud/all-in-one/blob/main/manual-upgrade.md
following the manual upgrade guide.
→ last /tmp/nextcloud-aio-nextcloud lines:
→ getting “The Login is already being used” error:
Connection to nextcloud-aio-database (172.18.0.4) 5432 port [tcp/postgresql] succeeded!
+ '[' -f /dev-dri-group-was-added ']'
++ find /dev -maxdepth 1 -mindepth 1 -name dri
+ '[' -n '' ']'
+ set +x
Enabling Imagick...
WARNING: opening from cache https:/dl-cdn.alpinelinux.org/alpine/v3.20/main: No such file or directory
WARNING: opening from cache https:/dl-cdn.alpinelinux.org/alpine/v3.20/community: No such file or directory
Connection to nextcloud-aio-redis (172.18.0.5) 6379 port [tcp/redis] succeeded!
Initializing nextcloud 29.0.8.1 ...
Initializing finished
New Nextcloud instance.
Installing with pgsql database
Starting Nextcloud installation...
The Login is already being used
Installation of Nextcloud failed!
root@nextcloud:~# sudo docker logs -f nextcloud-aio-nextcloud
Connection to nextcloud-aio-database (172.18.0.4) 5432 port [tcp/postgresql] succeeded!
+ '[' -f /dev-dri-group-was-added ']'
++ find /dev -maxdepth 1 -mindepth 1 -name dri
+ '[' -n '' ']'
+ set +x
Enabling Imagick...
WARNING: opening from cache https:/dl-cdn.alpinelinux.org/alpine/v3.20/main: No such file or directory
WARNING: opening from cache https:/dl-cdn.alpinelinux.org/alpine/v3.20/community: No such file or directory
Connection to nextcloud-aio-redis (172.18.0.5) 6379 port [tcp/redis] succeeded!
Initializing nextcloud 29.0.8.1 ...
Initializing finished
New Nextcloud instance.
Installing with pgsql database
Starting Nextcloud installation...
The Login is already being used
Installation of Nextcloud failed!
Connection to nextcloud-aio-database (172.18.0.4) 5432 port [tcp/postgresql] succeeded!
now
-------------------------------
2025-02-11 09:15:16.974168+01
(1 row)
+ '[' -f /dev-dri-group-was-added ']'
++ find /dev -maxdepth 1 -mindepth 1 -name dri
+ '[' -n '' ']'
+ set +x
Connection to nextcloud-aio-redis (172.18.0.5) 6379 port [tcp/redis] succeeded!
The initial Nextcloud installation failed.
Please reset AIO properly and try again. For further clues what went wrong, check the logs above.
See https:/github.com/nextcloud/all-in-one#how-to-properly-reset-the-instance
Connection to nextcloud-aio-database (172.18.0.4) 5432 port [tcp/postgresql] succeeded!
now
-------------------------------
2025-02-11 09:15:20.151721+01
(1 row)
+ '[' -f /dev-dri-group-was-added ']'
++ find /dev -maxdepth 1 -mindepth 1 -name dri
+ '[' -n '' ']'
+ set +x
Connection to nextcloud-aio-redis (172.18.0.5) 6379 port [tcp/redis] succeeded!
The initial Nextcloud installation failed.
Please reset AIO properly and try again. For further clues what went wrong, check the logs above.
See https:/github.com/nextcloud/all-in-one#how-to-properly-reset-the-instance
Connection to nextcloud-aio-database (172.18.0.4) 5432 port [tcp/postgresql] succeeded!
now
-------------------------------
2025-02-11 09:15:23.533069+01
(1 row)
+ '[' -f /dev-dri-group-was-added ']'
++ find /dev -maxdepth 1 -mindepth 1 -name dri
+ '[' -n '' ']'
+ set +x
Connection to nextcloud-aio-redis (172.18.0.5) 6379 port [tcp/redis] succeeded!
The initial Nextcloud installation failed.
Please reset AIO properly and try again. For further clues what went wrong, check the logs above.
See https:/github.com/nextcloud/all-in-one#how-to-properly-reset-the-instance
Hm, this is weird. Did you make sure to restore all necessary data? (Like the datadir and all docker volumes?) The container should not attempt to do a new installation if data is already there…