diff options
author | Marco Kundt <1415596+flexo3001@users.noreply.github.com> | 2021-02-17 16:20:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 15:20:06 +0000 |
commit | d1496793b9c21da4195d19f526d85567d277f7f0 (patch) | |
tree | 464f32f0216ad0ea680034cf0721500db7766439 /docs | |
parent | c9f305f254ad9c02427c96d77632441eed16dbde (diff) |
fix database names to reflect renaming (#1636)
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index f51660e4..1099bc83 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -109,7 +109,7 @@ On macOS, omit `sudo -u postgres` from the below commands. * If you want to run each Dendrite component with its own database: ```bash - for i in mediaapi syncapi roomserver signingkeyserver federationsender appservice keyserver userapi_account userapi_device naffka; do + for i in mediaapi syncapi roomserver signingkeyserver federationsender appservice keyserver userapi_accounts userapi_devices naffka; do sudo -u postgres createdb -O dendrite dendrite_$i done ``` |