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

Allow upgrading Redis version #354

Open
4 tasks
markdboyd opened this issue Jan 10, 2024 · 2 comments
Open
4 tasks

Allow upgrading Redis version #354

markdboyd opened this issue Jan 10, 2024 · 2 comments

Comments

@markdboyd
Copy link
Contributor

Background

The broker supports Redis versions 5.0.6 to 7.0. However, the broker does not support upgrading your engine version, so if you created an instance on an old version, you're stuck with that version.

This is especially problematic because there are new Redis features only available on newer Redis versions like logging: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Log_Delivery.html

Acceptance Criteria

  • Update broker to allow customers to upgrade their Redis engine version
  • Add unit tests for new behavior
  • Manually test upgrade process
  • Add acceptance test
@markdboyd
Copy link
Contributor Author

This work was started on this branch: https://github.com/cloud-gov/aws-broker/compare/allow-redis-update?expand=1

@ccostino
Copy link

ccostino commented Dec 4, 2024

In addition to upgrading the engine version, would it also be possible to update the plan used in place too, similar to how that's supported in the RDS broker? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants