From 52387cea74f245a7f257e9d31e0b239113836d87 Mon Sep 17 00:00:00 2001 From: felixx9 <51174875+felixx9@users.noreply.github.com> Date: Sat, 4 Dec 2021 16:11:44 +0100 Subject: [PATCH] Update importing-postgres.md removing -K --- docs/importing-postgres.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/importing-postgres.md b/docs/importing-postgres.md index ead8af186..146fc5897 100644 --- a/docs/importing-postgres.md +++ b/docs/importing-postgres.md @@ -83,7 +83,7 @@ In this case you can use the command suggested in the import task to clear the d # systemctl start matrix-postgres ``` -Now on your local machine run `ansible-playbook -i inventory/hosts setup.yml -K --tags=setup-postgres` to prepare the database roles etc. +Now on your local machine run `ansible-playbook -i inventory/hosts setup.yml --tags=setup-postgres` to prepare the database roles etc. If not, you probably get this error. `synapse` is the correct table owner, but the role is missing in database. ```