Skip to content

Commit 7e0514e

Browse files
committed
TCR-792: Add description for --recreate-schema option of checkdb CLI command
1 parent 89aa59a commit 7e0514e

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

docs/command_line_interface/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,17 @@ Checks database integrity. In case database is corrupt, then this command saves
348348
imunify360-agent checkdb
349349
```
350350

351-
</div>
351+
</div>
352+
353+
The `checkdb` command includes the following options:
354+
355+
| Option | Description |
356+
|--------|--------------|
357+
| `--recreate-schema` | Recreates schemas for **linked databases**. Use this option if schema corruption or migration issues occur in attached (linked) DBs. It does **not** remove or recreate the main database. |
358+
| `--no-recreate-schema` | Runs a standard consistency check and repair without recreating schemas. |
359+
| `--json` | Returns output in **JSON** format. |
360+
| `--verbose`, `-v` | Enables verbose mode for detailed output. |
361+
| `-h`, `--help` | Shows help message and exits. |
352362

353363
**Example:**
354364

0 commit comments

Comments
 (0)