Skip to content

Commit 6163323

Browse files
update: remove cassndra docs due to EOL (#1327)
1 parent 0090a32 commit 6163323

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+24
-5168
lines changed

.github/workflow-config/labeling-rules.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ service/alloydbomni:
99
- changed-files:
1010
- any-glob-to-any-file: 'docs/products/alloydbomni/**'
1111

12-
service/cassandra:
13-
- changed-files:
14-
- any-glob-to-any-file: 'docs/products/cassandra/**'
15-
1612
service/clickhouse:
1713
- changed-files:
1814
- any-glob-to-any-file: 'docs/products/clickhouse/**'

.github/workflows/update-adv-params-all.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
update-adv-params-cassandra:
10-
name: Update parameters - Cassandra
11-
uses: ./.github/workflows/update-adv-params.yaml
12-
with:
13-
service-name: cassandra
14-
159
update-adv-params-clickhouse:
1610
name: Update parameters - Clickhouse
1711
uses: ./.github/workflows/update-adv-params.yaml

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ SCRIPTS = ./scripts
22
INCLUDESDIR = ./static/includes
33

44
# Generate config listing for a service type
5-
all-service-type-configs: service-type-config-cassandra service-type-config-clickhouse service-type-config-flink service-type-config-grafana service-type-config-kafka_mirrormaker service-type-config-kafka_connect service-type-config-kafka service-type-config-mysql service-type-config-opensearch service-type-config-pg service-type-config-dragonfly service-type-config-valkey service-type-config-alloydbomni
6-
7-
service-type-config-cassandra:
8-
node "$(SCRIPTS)/service_type_parser.js" "cassandra" "$(INCLUDESDIR)/config-cassandra.md"
5+
all-service-type-configs: service-type-config-clickhouse service-type-config-flink service-type-config-grafana service-type-config-kafka_mirrormaker service-type-config-kafka_connect service-type-config-kafka service-type-config-mysql service-type-config-opensearch service-type-config-pg service-type-config-dragonfly service-type-config-valkey service-type-config-alloydbomni
96

107
service-type-config-clickhouse:
118
node "$(SCRIPTS)/service_type_parser.js" "clickhouse" "$(INCLUDESDIR)/config-clickhouse.md"

docs/get-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {ButtonSecondary} from "@site/src/components/Buttons";
88
import Card from "@site/src/components/Card";
99
import Overview from "@site/static/images/content/platform/platform-overview.png";
1010
import GridContainer from "@site/src/components/GridContainer";
11-
import Cassandra from "@site/static/images/logos/cassandra.svg";
1211
import ClickHouse from "@site/static/images/logos/clickhouse.svg";
1312
import Dragonfly from "@site/static/images/logos/dragonfly.svg";
1413
import Opensearch from "@site/static/images/logos/opensearch.svg";

docs/platform/concepts/service-forking.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ Common use cases for forking include:
2424

2525
You can fork the following Aiven services:
2626

27-
- Apache Cassandra®
28-
- Caching
2927
- ClickHouse®
3028
- Grafana®
3129
- Metrics
@@ -42,7 +40,7 @@ and connection pools are copied to the new service.
4240
[backup](/docs/platform/concepts/service_backups).
4341
- Service integrations are not copied over to the forked versions.
4442
- You cannot [fork Aiven for ClickHouse®](/docs/products/clickhouse/howto/restore-backup)
45-
or Aiven for Apache Cassandra® services to a lower amount of nodes.
43+
services to a lower amount of nodes.
4644
- Single sign-on (SSO) methods are not copied over to forked Aiven for OpenSearch® services
4745
because they are linked to specific URLs and endpoints, which change during
4846
forking. If you don't configure the SSO methods for the forked service, this can

docs/platform/concepts/service_backups.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ backups with the appropriate tooling:
3636
- `mysqldump` for small or medium-sized databases
3737
- [`mydumper`](https://github.com/mydumper/mydumper) <EarlyBadge/> for large databases
3838

39-
- [Caching](https://redis.io/docs/connect/cli/#remote-backups-of-rdb-files):
40-
`redis-cli`
41-
- [Cassandra®](https://docs.datastax.com/en/cql-oss/3.1/cql/cql_reference/copy_r.html)
42-
`cqlsh`
4339
- [OpenSearch®](https://github.com/elasticsearch-dump/elasticsearch-dump):
4440
`elasticdump`
4541
- [Dragonfly®](https://redis.io/docs/latest/operate/rs/references/cli-utilities/redis-cli/): `redis-cli`
@@ -109,14 +105,6 @@ There are specific backup strategies for particular service types.
109105
<td>Hourly backup for 24 hours and Daily backup for 14 days</td>
110106
<td>Hourly backup for 24 hours and Daily backup for 30 days</td>
111107
</tr>
112-
<tr>
113-
<td>Aiven for Apache Cassandra®</td>
114-
<td>Plan not available</td>
115-
<td>Plan not available</td>
116-
<td>Single day backup</td>
117-
<td>Single day backup</td>
118-
<td>Single day backup</td>
119-
</tr>
120108
<tr>
121109
<td>Aiven for Caching</td>
122110
<td>Plan not available</td>
@@ -313,25 +301,6 @@ backups or hourly backups from the previous day.
313301
Find out more about using your backups in our guide:
314302
[Restore an OpenSearch® backup](/docs/products/opensearch/howto/restore_opensearch_backup)
315303

316-
### Aiven for Apache Cassandra®
317-
318-
Aiven for Apache Cassandra backups are taken every 24 hours. You can choose when a
319-
backup starts within the 24 hours and, for example, move the backup outside peak hours to
320-
save resources. To configure the `backup_hour` and `backup_minute` settings, go to
321-
the [Aiven Console](https://console.aiven.io) > your Aiven for Apache Cassandra service >
322-
<ConsoleLabel name="backups"/> > <ConsoleLabel name="actions"/> > **Configure backup settings**.
323-
324-
:::note
325-
The point-in-time recovery (PITR) feature is not available. To be notified once the PITR
326-
feature is available for Aiven for Apache Cassandra, contact
327-
[support@aiven.io](mailto:support@aiven.io).
328-
:::
329-
330-
### Aiven for Caching
331-
332-
Aiven for Caching automatically backs up data every 12 hours and supports configurable
333-
data persistence using Redis Database Backup (RDB).
334-
335304
#### Persistence settings
336305

337306
You can configure the `redis_persistence` settings from <ConsoleLabel name="actions"/> >

docs/platform/howto/add-storage-space.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ additional storage instead of upgrading the compute resources.
1515
:::note[Availability]
1616
DDS is available for the following services:
1717

18-
- Aiven for Apache Cassandra®
1918
- Aiven for Apache Kafka®
2019
- Aiven for ClickHouse®
2120
- Aiven for Grafana®
2221
- Aiven for Metrics
2322
- Aiven for MySQL®
2423
- Aiven for OpenSearch®
2524
- Aiven for PostgreSQL®
25+
2626
:::
2727

2828
When you add storage to your service, the Aiven platform provisions the
2929
extra disk space and dynamically adds it to your running instances.
3030

31-
In a clustered service such as Apache Cassandra or Apache Kafka, the
31+
In a clustered service such as Apache Kafka, the
3232
additional storage is equally divided between the nodes. In a shared
3333
service, each node receives the total shared capacity of the added
3434
storage.

docs/platform/howto/btar/enable-backup-to-another-region.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ curl --request POST \
148148
"cloud": "string",
149149
"plan": "string",
150150
"service_name": "service_2_name",
151-
"service_type": "cassandra",
151+
"service_type": "pg",
152152
"user_config": {
153153
"additional_backup_regions": ["cloud-region-name"]
154154
}

docs/platform/howto/byoc/create-cloud/create-custom-cloud.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import DocCardList from '@theme/DocCardList';
88
import ConsoleLabel from "@site/src/components/ConsoleIcons";
99
import Card from "@site/src/components/Card";
1010
import GridContainer from "@site/src/components/GridContainer";
11-
import Cassandra from "@site/static/images/logos/cassandra.svg";
1211
import RelatedPages from "@site/src/components/RelatedPages";
1312

1413
To create custom clouds in Aiven using self-service, select your cloud provider to integrate with.

docs/platform/howto/create_new_service_user.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ By default, Aiven-managed services allow up to 50 users.
2020
This limit does not apply to the following services:
2121

2222
- Aiven for AlloyDB Omni
23-
- Aiven for Apache Cassandra®
24-
- Aiven for Caching
2523
- Aiven for Dragonfly
2624
- Aiven for MySQL®
2725
- Aiven for PostgreSQL®

0 commit comments

Comments
 (0)