Fix command in docs, fixes #1499

1381-progress-bars
Georg Krause 2021-09-21 12:02:33 +02:00
rodzic 147888106f
commit 0ba59c5fe6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: FD479B9A4D48E632
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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.