-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels