We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5a4d5 commit 310a28fCopy full SHA for 310a28f
docker/README.md
@@ -30,7 +30,9 @@ docker run --rm -it -v /path/to/synapse\:/src:ro -v /path/to/where/you/want/logs
30
31
The following environment variables can be set with `-e` to control the test run:
32
33
- * `POSTGRES`: set non-empty to test against a PostgreSQL database instead of sqlite.
+ * `POSTGRES`: set non-empty to test against a PostgreSQL database instead of SQLite.
34
+ * `MULTI_POSTGRES`: set non-empty (along with `POSTGRES`) to test against multiple
35
+ PostgreSQL databases where the main store and state store are split.
36
* `WORKERS`: set non-empty to test a worker-mode deployment rather than a
37
monolith. Requires `POSTGRES`.
38
* `REDIS`: set non-empty to use redis replication rather than old
0 commit comments