When trying to start postgres I get the following error
when I try to start things up I get the following error:
immich_postgres |
immich_postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization
immich_postgres |
immich_postgres | 2023-02-27 16:19:55.564 UTC [1] FATAL: could not open directory "pg_notify": No such file or directory
immich_postgres | 2023-02-27 16:19:55.572 UTC [1] LOG: database system is shut down
my copose entry for postgres:
1 Reply
probably related to your custom mounted volume
${UPLOAD_LOCATION}/pgdata
is it still there?