Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Wolfer
funkwhale
Commits
0ba59c5f
Verified
Commit
0ba59c5f
authored
Sep 21, 2021
by
Georg Krause
Browse files
Fix command in docs, fixes #1499
parent
14788810
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/admin/migration.rst
View file @
0ba59c5f
...
...
@@ -95,8 +95,8 @@ Restore the database dump:
.. code-block:: shell
docker exec -i funkwhale_postgres_1 p
g_restore -c
-U postgres -d postgres <
"
db.dump
"
docker exec -i funkwhale_postgres_1 p
sql
-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.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment