mirror of
https://gitea.com/gitea/docs.git
synced 2026-03-27 14:11:03 +07:00
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>
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user