Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Built-in tool for backfilling Elasticsearch from Cassandra #4707

Open
ignaciogonzalezsomoza opened this issue Jan 21, 2022 · 1 comment
Open
Labels
documentation improvement Incremental improvement for existing features question

Comments

@ignaciogonzalezsomoza
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The need to have a complete backup with Cassadra database and Elasticsearch, with capability to restore the entire system in disaster situation

Proposed Solution
(In analysis)

Additional context
Add any other context or screenshots about the feature request here.

@ibarrajo
Copy link
Contributor

ibarrajo commented Nov 1, 2024

Cadence provides a tool to reindex based on an ES snapshot. I'll ask others on the Cadence team what procedures we have in place in order to reindex based on Cassandra or other database.

❯ cadence admin es index -h
NAME:
   cadence admin elasticsearch index - Index docs on ElasticSearch

USAGE:
   cadence admin elasticsearch index [command options] [arguments...]

OPTIONS:
   --url value                     URL of ElasticSearch cluster
   --index value                   ElasticSearch target index
   --input_file value, --if value  Input file of indexer.Message in json format, separated by newline
   --batch_size value, --bs value  Optional batch size of actions for bulk operations (default: 1000)

@ibarrajo ibarrajo added question improvement Incremental improvement for existing features documentation labels Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation improvement Incremental improvement for existing features question
Projects
None yet
Development

No branches or pull requests

2 participants