From 0ba59c5fe633e864f59bc8de18f832c14ce3a61e Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 21 Sep 2021 12:02:33 +0200 Subject: [PATCH] Fix command in docs, fixes #1499 --- docs/admin/migration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/migration.rst b/docs/admin/migration.rst index cc8fc3127..18f7d0513 100644 --- a/docs/admin/migration.rst +++ b/docs/admin/migration.rst @@ -95,8 +95,8 @@ Restore the database dump: .. code-block:: shell - docker exec -i funkwhale_postgres_1 pg_restore -c -U postgres -d postgres < "db.dump" + docker exec -i funkwhale_postgres_1 psql -U postgres -d postgres < db.dump Once the database has been restored, run the migrations following the docker installation guide. -Ensure that all DNS changes have been made and start the services. \ No newline at end of file +Ensure that all DNS changes have been made and start the services.