Fix command in docs, fixes #1499

This commit is contained in:
Georg Krause 2021-09-21 12:02:33 +02:00
parent 147888106f
commit 0ba59c5fe6
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 2 additions and 2 deletions

View File

@ -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.
Ensure that all DNS changes have been made and start the services.