TASK [galaxy/postgres : Execute Postgres managed database initialization SQL file for synapse] : 'psql: error: connection to server at "matrix-postgres" (192.168.64.2), port 5432 failed: FATAL: password authentication failed for user "matrix"' #3554
Labels
Describe the bug
While installing for the first time, "Postgres managed database initialization SQL file for synapse" apparently fails.
To Reproduce
My
vars.yml
file looks like this:To reproduce :
Install Debian 12 on x64 platform with kernel version 6.1.0-25-amd64.
Install docker
Clone the repo
Populate vars.yml and hosts with basic configuration.
Start the installation with "ansible-playbook -i inventory/hosts setup.yml --tags=install-all,ensure-matrix-users-created,start"
Expected behavior
Matrix being installed without error. No postgres connection/password errors
Matrix Server:
Additional context
Here is the error output
The text was updated successfully, but these errors were encountered: