-
Notifications
You must be signed in to change notification settings - Fork 106
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
Upgrade API to use Elasticsearch 5.6 #2921
Comments
|
Create Elastic Search 5.6 service instances in Production: cf create-service elasticsearch56 medium-ha fec-api-search56 during the release on May 30th Ran the following command to bind this new service to the api : cf bind-service api fec-api-search56 |
No remaining items for this ticket. Thanks for all your hard work! @vrajmohan @pkfec @fec-jli |
@vrajmohan I confirmed doc counts on Archived MURs 4445 Total All 9711 |
Cloud.gov now has support for Elasticsearch version 5.6 (wohoo!) more info here, which may improve some of the performance issues we've been having with our current version (2.4).
Also, cloud.gov may end support for 2.4 in the medium-term future.
requirements.txt
and manual deploy. Update service? https://cloud.gov/docs/services/elasticsearch56/Remaining items
dev
once the PR is merged:cf delete-service SERVICE_INSTANCE
Before release cut on 5/22:
stage
:cf create-service elasticsearch56 medium-ha fec-api-search56
After release cut on 5/22:
Before deployment on 5/29:
prod
spaceAfter deployment on 5/29:
From cloud.gov: "Elasticsearch version 5.6 is now available. This includes performance improvements and new features. We recommend upgrading from version 2.4 to 5.6, but we don’t have near-term plans to end support for 2.4. "
The text was updated successfully, but these errors were encountered: