Skip to content

Commit 310a28f

Browse files
committed
Document the MULTI_POSTGRES environment variable for the Synapse SyTest docker
1 parent 5e5a4d5 commit 310a28f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ docker run --rm -it -v /path/to/synapse\:/src:ro -v /path/to/where/you/want/logs
3030

3131
The following environment variables can be set with `-e` to control the test run:
3232

33-
* `POSTGRES`: set non-empty to test against a PostgreSQL database instead of sqlite.
33+
* `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.
3436
* `WORKERS`: set non-empty to test a worker-mode deployment rather than a
3537
monolith. Requires `POSTGRES`.
3638
* `REDIS`: set non-empty to use redis replication rather than old

0 commit comments

Comments
 (0)