From e81f343bebdd6b45e6b4db620777bba0511c0fa2 Mon Sep 17 00:00:00 2001 From: sbourdeauducq Date: Wed, 21 Aug 2024 04:51:33 +0000 Subject: [PATCH] fix typo --- docs/administration/backup-and-restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/backup-and-restore.md b/docs/administration/backup-and-restore.md index 7da5f67e..f23db3ff 100644 --- a/docs/administration/backup-and-restore.md +++ b/docs/administration/backup-and-restore.md @@ -160,7 +160,7 @@ Stop the Gitea server, then make sure you have a full backup of your original da Before attempting the conversion, ensure that the original database is clean. Run `gitea doctor check --all --fix` and `gitea doctor recreate-table` to address common issues. -Use the `--database` flag to get a Gitea dump with the SQL file in the target format, in this example PostgreSQL: `gitea dump dump --database postgres`, then extract the file `gitea-db.sql` from the generated ZIP file. +Use the `--database` flag to get a Gitea dump with the SQL file in the target format, in this example PostgreSQL: `gitea dump --database postgres`, then extract the file `gitea-db.sql` from the generated ZIP file. Create the PostgreSQL Gitea user and Gitea database. Then, import the SQL file as the Gitea user into the Gitea database, using commands such as: