matrix-docker-ansible-deploy
matrix-docker-ansible-deploy copied to clipboard
Database matrix_ma1sd was missing after following the postgres change guide
On one of my systems the setup-all did fail because af the missing matrix_ma1sd database. I followed the guide to create the new matrix role with a safe password.
When I ran the setup-all it failed with the error message:
Failed to connect to pgsql at "matrix-postgres" (port 5432) as user "matrix_ma1sd": Database error 3D000: database "matrix_ma1sd" does not exist"
I created the empty database with: CREATE DATABASE matrix_ma1sd OWNER matrix;
After that the import for the ma1sd database worked.
Maybe I missed a step or it is an issue within the guide or the migration process.