Postgres Password Authentication Failure After Restore
Hello everyone, I just recently wanted to redo my home lab so I could add a reverse proxy and use different hardware so I followed the Backup & Restore steps on the Immich website so I could set it back up later. It just came time to restart my Immich instance and I've been running into a problem where the
The first thing I did was setup a fresh instance with the docker-compose.yaml file and .env file and I kept the password default since I didn't save the password from my last Immich instance (which I hope is okay). I followed the restoration steps by pulling and creating the containers, starting the Postgres database, and restoring it. Once I started all the other containers, this error is on repeat in the server container and keeps restarting.
My docker-compose.yaml file and .env file are too long to fit in this post but I got the files straight from the GitHub repo and I only changed my timezone to
immich_server container keeps giving me this error:The first thing I did was setup a fresh instance with the docker-compose.yaml file and .env file and I kept the password default since I didn't save the password from my last Immich instance (which I hope is okay). I followed the restoration steps by pulling and creating the containers, starting the Postgres database, and restoring it. Once I started all the other containers, this error is on repeat in the server container and keeps restarting.
My docker-compose.yaml file and .env file are too long to fit in this post but I got the files straight from the GitHub repo and I only changed my timezone to
America/New_York in the environment file.