opf / openproject-docker-compose

Recipes to deploy OpenProject with Docker, Docker Compose, Kubernetes, etc.
181 stars 164 forks source link

docker-compose database will not start #50

Closed Scott8586 closed 1 year ago

Scott8586 commented 1 year ago
Attaching to compose_db_1, compose_autoheal_1, compose_cache_1, compose_seeder_1, compose_worker_1, compose_cron_1, compose_web_1, compose_proxy_1
cron_1      | -----> Setting PGVERSION=13 PGBIN=/usr/lib/postgresql/13/bin PGCONF_FILE=/etc/postgresql/13/main/postgresql.conf
db_1        | chown: cannot dereference '/var/lib/postgresql/data/postgresql.conf': No such file or directory
cron_1      | [cron] IMAP email checking is disabled
cron_1      | [cron] Rescheduling in 600s
proxy_1     | -----> Setting PGVERSION=13 PGBIN=/usr/lib/postgresql/13/bin PGCONF_FILE=/etc/postgresql/13/main/postgresql.conf
seeder_1    | -----> Setting PGVERSION=13 PGBIN=/usr/lib/postgresql/13/bin PGCONF_FILE=/etc/postgresql/13/main/postgresql.conf
web_1       | -----> Setting PGVERSION=13 PGBIN=/usr/lib/postgresql/13/bin PGCONF_FILE=/etc/postgresql/13/main/postgresql.conf
worker_1    | -----> Setting PGVERSION=13 PGBIN=/usr/lib/postgresql/13/bin PGCONF_FILE=/etc/postgresql/13/main/postgresql.conf
proxy_1     | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.224.3. Set the 'ServerName' directive globally to suppress this message
compose_seeder_1 exited with code 2
compose_db_1 exited with code 1
db_1        | chown: cannot dereference '/var/lib/postgresql/data/postgresql.conf': No such file or directory
db_1        | chown: cannot dereference '/var/lib/postgresql/data/postgresql.conf': No such file or directory
db_1        | chown: cannot dereference '/var/lib/postgresql/data/postgresql.conf': No such file or directory
db_1        | chown: cannot dereference '/var/lib/postgresql/data/postgresql.conf': No such file or directory
db_1        | chown: cannot dereference '/var/lib/postgresql/data/postgresql.conf': No such file or directory
seeder_1    | -----> Setting PGVERSION=13 PGBIN=/usr/lib/postgresql/13/bin PGCONF_FILE=/etc/postgresql/13/main/postgresql.conf
seeder_1    | -----> Setting PGVERSION=13 PGBIN=/usr/lib/postgresql/13/bin PGCONF_FILE=/etc/postgresql/13/main/postgresql.conf
seeder_1    | -----> Setting PGVERSION=13 PGBIN=/usr/lib/postgresql/13/bin PGCONF_FILE=/etc/postgresql/13/main/postgresql.conf
seeder_1    | -----> Setting PGVERSION=13 PGBIN=/usr/lib/postgresql/13/bin PGCONF_FILE=/etc/postgresql/13/main/postgresql.conf
seeder_1    | -----> Setting PGVERSION=13 PGBIN=/usr/lib/postgresql/13/bin PGCONF_FILE=/etc/postgresql/13/main/postgresql.conf
db_1        | chown: cannot dereference '/var/lib/postgresql/data/postgresql.conf': No such file or directory
db_1        | chown: cannot dereference '/var/lib/postgresql/data/postgresql.conf': No such file or directory
db_1        | chown: cannot dereference '/var/lib/postgresql/data/postgresql.conf': No such file or directory
db_1        | chown: cannot dereference '/var/lib/postgresql/data/postgresql.conf': No such file or directory
db_1        | chown: cannot dereference '/var/lib/postgresql/data/postgresql.conf': No such file or directory
db_1        | chown: cannot dereference '/var/lib/postgresql/data/postgresql.conf': No such file or directory

Not sure how to proceed or troubleshoot.