Database is unitialized and superuser password is not specified.
Hi all, attempted updating to Immich v1.135 and updated my docker compose file appropriately. Im now unable to access Immich, and im getting the following error from immich_redis:
Error: Database is uninitialized and superuser password is not specified.
You must specify POSTGRES_PASSWORD to a non-empty value for the
superuser. For example, "-e POSTGRES_PASSWORD=password" on "docker run".
You may also use "POSTGRES_HOST_AUTH_METHOD=trust" to allow all
connections without a password. This is not recommended.