-
-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Labels
Feature requestenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Description
Currently, the system relies heavily on Typesense for searching by balance ID or reference code. However, when Typesense crashes, data remains stored in Postgres but becomes unavailable for querying in Typesense. This creates a data inconsistency issue. We need a mechanism to force reindex data from Postgres to Typesense to ensure data availability after a crash.
Expected behaviour
- After a Typesense crash, there should be a way to force reindex all data from Postgres to Typesense.
- Queried data should be consistently available in Typesense after reindexing.
Proposed solution
- Implement a script or process to force reindex data from Postgres to Typesense.
- Override the meta_data field (change from string to object as part of the migration).
- Document the migration steps in the process.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature requestenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed