From b84e09cd7b8c2fd52d8c8f1a2d56eded027a0111 Mon Sep 17 00:00:00 2001 From: 99rgosse <99rgosse@noreply.gitea.com> Date: Fri, 17 Jan 2025 17:43:21 +0000 Subject: [PATCH] Add the "--skip-index" parameter for dump command (#158) Hello This PR is only to show up the "--skip-index" parameter missing from the documentation from the "dump" command Reference in code : https://github.com/go-gitea/gitea/blob/main/cmd/dump.go#L267 Reviewed-on: https://gitea.com/gitea/docs/pulls/158 Co-authored-by: 99rgosse <99rgosse@noreply.gitea.com> Co-committed-by: 99rgosse <99rgosse@noreply.gitea.com> --- docs/administration/command-line.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/administration/command-line.md b/docs/administration/command-line.md index 0ea6a8a7..9bf4a16e 100644 --- a/docs/administration/command-line.md +++ b/docs/administration/command-line.md @@ -325,6 +325,7 @@ in the current directory. - `--skip-attachment-data`: Skip dumping of attachment data. Optional. - `--skip-package-data`: Skip dumping of package data. Optional. - `--skip-log`: Skip dumping of log data. Optional. + - `--skip-index`: Skip dumping of Bleve indexer data. Optional. Applies only for bleve. - `--database`, `-d`: Specify the database SQL syntax. Optional (supported arguments: sqlite3, mysql, mssql, postgres). - `--verbose`, `-V`: If provided, shows additional details. Optional. - `--type`: Set the dump output format. Optional. (formats: zip, tar, tar.sz, tar.gz, tar.xz, tar.bz2, tar.br, tar.lz4, tar.zst default: zip).