Unable to start new AIO #2953
-
docker run --sig-proxy=false --name nextcloud-aio-mastercontainer --restart unless-stopped --publish 8080:8080 --publish 8443:8443 --publish 80:80 --volume /media/nc/nextcloud_aio_mastercontainer:/mnt/docker-aio-config --volume /var/run/docker.sock:/var/run/docker.sock:ro nextcloud/all-in-one:latest use all defaults and enter my domain name... then: "https://nc.domain.tld:8443/api/docker/logs?id=nextcloud-aio-nextcloud"
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
$ sudo docker exec nextcloud-aio-nextcloud grep dbpassword config/config.php I presume the lack of a response means that the config file doesn't define the password properly (or at all) but I'm not a dbadmin. suggestions and Ideas are welcome. |
Beta Was this translation helpful? Give feedback.
-
Hi, can you post the |
Beta Was this translation helpful? Give feedback.
-
...:8443/api/docker/logs?id=nextcloud-aio-database: Setting max connections... PostgreSQL Database directory appears to contain a database; Skipping initialization 2023-07-14 12:07:12.716 UTC [13] LOG: starting PostgreSQL 15.3 on x86_64-pc-linux-musl, compiled by gcc (Alpine 12.2.1_git20220924-r10) 12.2.1 20220924, 64-bit |
Beta Was this translation helpful? Give feedback.
-
This looks like a hickup. Can you follow https://github.com/nextcloud/all-in-one#how-to-properly-reset-the-instance and try again? |
Beta Was this translation helpful? Give feedback.
-
Managed to get it working (I think). Turns out I'm an idiot, I changed "--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config" to "--volume /media/BTRFS/nextcloud:/mnt/docker-aio-config" thinking i was changing the storage location (I'm coming from nextcloudpi docker containers). So cleaned up everything per the above and actually RTFMd.... https://github.com/nextcloud/all-in-one#how-to-change-the-default-location-of-nextclouds-datadir |
Beta Was this translation helpful? Give feedback.
-
to the people of future, i've managed to fix that issue by
|
Beta Was this translation helpful? Give feedback.
Managed to get it working (I think). Turns out I'm an idiot, I changed "--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config" to "--volume /media/BTRFS/nextcloud:/mnt/docker-aio-config" thinking i was changing the storage location (I'm coming from nextcloudpi docker containers). So cleaned up everything per the above and actually RTFMd.... https://github.com/nextcloud/all-in-one#how-to-change-the-default-location-of-nextclouds-datadir