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

add: end of support for Aiven for Caching #542

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions docs/platform/reference/end-of-life.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,34 @@ April 30, 2025. For further assistance, contact
To keep your InfluxDB data, download a backup before April 30, 2025. You can use the
Aiven Console, Aiven API, or Aiven CLI to download the data. For detailed instructions,
see [Download InfluxDB data](/docs/products/metrics/howto/download-influxdb-data).

## Aiven for Caching

**EOL date**: April 30, 2025

### Service impact

- **End of availability (EOA)**: December 31, 2024
After this date, you can no longer create new Aiven for Caching services. Existing
services continue to operate until the end of life (EOL) date.

- **End of life (EOL)**: April 30, 2025
On this date, all active Aiven for Caching services are automatically upgraded
to **Aiven for Valkey** to maintain Redis compatibility. Any powered-off Aiven for
Caching services are permanently deleted, making data from these services
inaccessible.

### Migration options

The recommended alternative to Aiven for Caching is **Aiven for Valkey**. Aiven for
Valkey is fully compatible with Aiven for Caching, allowing your existing applications
and workflows to operate without modification. Essential settings, including DNS, URLs,
ACLs, and user configurations, remain unchanged, ensuring minimal impact on your
infrastructure and workflows.

For upgrade instructions, see
[Upgrade from Aiven for Caching to Aiven for Valkey](/docs/products/caching/howto/upgrade-aiven-for-caching-to-valkey).

To ensure uninterrupted service, complete your migration to Aiven for Valkey before
April 30, 2025. For further assistance, contact the
[Aiven support team](mailto:[email protected]) or your [sales team](mailto:[email protected]).
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,7 @@ const sidebars: SidebarsConfig = {
},
items: [
'products/caching/get-started',

{
type: 'category',
label: 'Concepts',
Expand Down