mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-30 18:26:58 +00:00
fix(docs): Fix upgrade restore docs (#15103)
Co-authored-by: Harsh Verma <harsh.verma@slack-corp.com>
This commit is contained in:
parent
9016a4446f
commit
dc0b9b2f76
@ -52,10 +52,10 @@ When running the `RestoreIndices` job, you can pass additional arguments to cust
|
||||
|
||||
### 🧱 Other Options
|
||||
|
||||
| Argument | Description |
|
||||
| ---------------------- | ----------------------------------------------------------------------------------------------------------- |
|
||||
| `createDefaultAspects` | Whether to create default aspects in SQL & index if missing. **Disable** this if using a read-only replica. |
|
||||
| `clean` | **Deletes existing index documents before restoring.** Use with caution. |
|
||||
| Argument | Description |
|
||||
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `createDefaultAspects` | Whether to create default aspects in SQL & index if missing. **Disable** this if using a read-only replica. |
|
||||
| `clean` | **Deletes existing index documents before restoring.** Use with caution. Note, it will clean the entire index before running the reindex step, thus ignoring any filters based on urn and aspect for reindex. |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user