Skip to content
Snippets Groups Projects
Verified Commit 0ba59c5f authored by Georg Krause's avatar Georg Krause
Browse files

Fix command in docs, fixes #1499

parent 14788810
Branches
Tags 0.6.1
No related merge requests found
...@@ -95,7 +95,7 @@ Restore the database dump: ...@@ -95,7 +95,7 @@ Restore the database dump:
.. code-block:: shell .. 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. Once the database has been restored, run the migrations following the docker installation guide.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment