fix(docs): Fix upgrade restore docs (#15103)

Co-authored-by: Harsh Verma <harsh.verma@slack-corp.com>
This commit is contained in:
Harsh Verma 2025-10-27 02:32:25 -07:00 committed by GitHub
parent 9016a4446f
commit dc0b9b2f76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. |
---