You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the environment/manifold.env file, the system users RAILS_DB_USER as the database name, rather than the RAILS_DB_NAME option.
We're using the docker container as the basis but using an external postgres database that has a user name that is different than the database name and using a database pooler option instead of the database container, so I see the options what are being sent in the logs.
I see:
Actually, sorry, it isn't my issue. In the logs, I get this:
e3a9d5059632 psql: error: FATAL: no such database: MANIFOLD
e3a9d5059632 Postgres is unavailable - sleeping
3c77911373fd psql: error: FATAL: no such database: MANIFOLD
3c77911373fd Postgres is unavailable - sleeping
32ba2c76f2dd psql: error: FATAL: no such database: MANIFOLD
32ba2c76f2dd Postgres is unavailable - sleeping
e3a9d5059632 is the container for manifold-docker-compose_api_rails_1
3c77911373fd is the container for manifold-docker-compose_api_cable_1
MANIFOLD is the user name for the database, the database itself has a different name.
the database name can't be changed
in the environment/manifold.env file, the system users RAILS_DB_USER as the database name, rather than the RAILS_DB_NAME option.
We're using the docker container as the basis but using an external postgres database that has a user name that is different than the database name and using a database pooler option instead of the database container, so I see the options what are being sent in the logs.
I see:
08b8379c728a 2024-10-04 16:49:53.368 UTC [1] LOG C-0x565132ebb5c0: (nodb)/[email protected]:35908 login attempt: db=MANIFOLD1 user=MANIFOLD1 tls=no replication=no
(MANIFOLD1 is the RAILS_DB_USER option, RAILS_DB_NAME is set to another value)
The text was updated successfully, but these errors were encountered: