matrix-org / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://matrix-org.github.io/dendrite/
Apache License 2.0
5.75k stars 676 forks source link

Mention that you can use a single Postgres database earlier in INSTALL.md #1637

Closed aaronraimist closed 3 years ago

aaronraimist commented 3 years ago

By the time INSTALL.md mentions

Dendrite supports running all components from the same database in PostgreSQL mode

people have probably already run the loop to create individual databases since that is higher up in the file.

https://github.com/matrix-org/dendrite/blob/master/docs/INSTALL.md#postgresql-database-setup should mention that you can create just one database

neilalexander commented 3 years ago

Is that better?

aaronraimist commented 3 years ago

Looks much better thanks