Skip to content

EQL: remove zero-downtime migration workflow #119

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

Merged
merged 1 commit into from
Jun 29, 2025

Conversation

tobyhede
Copy link
Contributor

@tobyhede tobyhede commented Jun 26, 2025

Make zero downtime migration workflow optional and no longer required eql_v2.migrate_config() and eql_v2.activate_config() as the default.

Config is now immediately active unless add_search_config is passed a migrating param of true

SELECT eql_v2.add_search_config('users', 'name', 'match', migrating => true);

@tobyhede tobyhede force-pushed the remove-zero-downtime-migration-workflow branch from 629a633 to 3093e28 Compare June 26, 2025 23:58
@tobyhede tobyhede changed the title feat: zero downtime migration workflow optional EQL: remove zero-downtime migration workflow Jun 26, 2025
@tobyhede tobyhede merged commit 6635827 into main Jun 29, 2025
4 checks passed
@tobyhede tobyhede deleted the remove-zero-downtime-migration-workflow branch June 29, 2025 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants