We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6a203 commit 502f752Copy full SHA for 502f752
docs/content/doc/usage/backup-and-restore.en-us.md
@@ -62,7 +62,7 @@ The SQL dump created by `gitea dump` uses XORM and Gitea admins may prefer to us
62
# mysql
63
mysqldump -u$USER -p$PASS --database $DATABASE > gitea-db.sql
64
# postgres
65
-pgdump -U $USER $DATABASE > gitea-db.sql
+pg_dump -U $USER $DATABASE > gitea-db.sql
66
```
67
68
### Using Docker (`dump`)
0 commit comments