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
No related branches found
No related tags found
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment