Skip to content

Commit

Permalink
Merge pull request #6397 from dimagi/ap/es5-upgrade/swap-all-indices
Browse files Browse the repository at this point in the history
Swap all remaining indices
  • Loading branch information
AmitPhulera authored Oct 2, 2024
2 parents 16152f3 + 2e4e18c commit 4c1235d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions environments/staging/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,14 @@ localsettings:
ES_USERS_INDEX_MULTIPLEXED: True
ES_GROUPS_INDEX_MULTIPLEXED: True
ES_DOMAINS_INDEX_MULTIPLEXED: True
ES_APPS_INDEX_SWAPPED: False
ES_APPS_INDEX_SWAPPED: True
ES_CASE_SEARCH_INDEX_SWAPPED: True
ES_CASES_INDEX_SWAPPED: False
ES_DOMAINS_INDEX_SWAPPED: False
ES_FORMS_INDEX_SWAPPED: False
ES_GROUPS_INDEX_SWAPPED: False
ES_SMS_INDEX_SWAPPED: False
ES_USERS_INDEX_SWAPPED: False
ES_CASES_INDEX_SWAPPED: True
ES_DOMAINS_INDEX_SWAPPED: True
ES_FORMS_INDEX_SWAPPED: True
ES_GROUPS_INDEX_SWAPPED: True
ES_SMS_INDEX_SWAPPED: True
ES_USERS_INDEX_SWAPPED: True
CASE_SEARCH_SUB_INDICES: {
'co-carecoordination-test': {
'index_cname': 'case_search_bha',
Expand Down

0 comments on commit 4c1235d

Please sign in to comment.