Skip to content

Issues with postgres #2

@timaschew

Description

@timaschew

First of all thank you for providing this detailed instructions! 🙏

I have some issues with the database.
I've created the postgres database successfully but when starting the matrix app it tells me

psycopg2.OperationalError: FATAL: database "synapsedb" does not exist

When I login via psql I see this

postgres=# \l
                             List of databases
   Name    |  Owner   | Encoding  | Collate | Ctype |   Access privileges
-----------+----------+-----------+---------+-------+-----------------------
 postgres  | postgres | SQL_ASCII | C       | C     |
 template0 | postgres | SQL_ASCII | C       | C     | =c/postgres          +
           |          |           |         |       | postgres=CTc/postgres
 template1 | postgres | SQL_ASCII | C       | C     | =c/postgres          +
           |          |           |         |       | postgres=CTc/postgres
(3 rows)

Which confirms that there is no database with the name synapsedb.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions