Skip to content

Commit

Permalink
[Dev setup] Update ES index version (#10890)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperolet authored Feb 18, 2025
1 parent fa394aa commit 589f242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init_dev_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ cd -

## Initializing Elasticsearch indices
cd core/
cargo run --bin elasticsearch_create_index -- --index-name data_sources_nodes --index-version 3 --skip-confirmation
cargo run --bin elasticsearch_create_index -- --index-name data_sources_nodes --index-version 4 --skip-confirmation
cd -

0 comments on commit 589f242

Please sign in to comment.