chore(clustered): added latest release artifacts and newly supported functionality (#6441)
* chore(clustered): added latest release artificts, enabled newly supported pages * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>pull/6440/head
parent
cb3ec78635
commit
990da1b168
|
|
@ -15,7 +15,6 @@ related:
|
|||
- /influxdb3/clustered/reference/cli/influxctl/table/undelete/
|
||||
- /influxdb3/clustered/admin/tables/delete/
|
||||
- /influxdb3/clustered/admin/tokens/table/create/
|
||||
draft: true # hide until next clustered release
|
||||
---
|
||||
|
||||
Use the [`influxctl table undelete` command](/influxdb3/clustered/reference/cli/influxctl/table/undelete/)
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ menu:
|
|||
weight: 301
|
||||
metadata: [influxctl 2.10.4+]
|
||||
source: /shared/influxctl/table/undelete.md
|
||||
draft: true # hide until next clustered release
|
||||
---
|
||||
|
||||
<!-- //SOURCE content/shared/influxctl/table/undelete.md -->
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ directory. This new directory contains artifacts associated with the specified r
|
|||
{{< release-toc >}}
|
||||
|
||||
---
|
||||
|
||||
## 20250925-1878107 {date="2025-09-25"}
|
||||
|
||||
### Quickstart
|
||||
|
|
@ -69,9 +70,15 @@ spec:
|
|||
package:
|
||||
image: us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb:20250925-1878107
|
||||
```
|
||||
|
||||
#### Release artifacts
|
||||
- [app-instance-schema.json](/downloads/clustered-release-artifacts/20250925-1878107/app-instance-schema.json)
|
||||
- [example-customer.yml](/downloads/clustered-release-artifacts/20250925-1878107/example-customer.yml)
|
||||
- [InfluxDB Clustered README EULA July 2024.txt](/downloads/clustered-release-artifacts/InfluxDB%20Clustered%20README%20EULA%20July%202024.txt)
|
||||
|
||||
### Highlights
|
||||
|
||||
#### Tables rename and undelete
|
||||
#### Rename and undelete tables
|
||||
|
||||
Tables can now be renamed and undeleted with [influxctl v2.10.5](https://docs.influxdata.com/influxdb3/clustered/reference/release-notes/influxctl/#2105) or later.
|
||||
|
||||
|
|
@ -98,7 +105,10 @@ To enable hard delete of soft-deleted tables in active namespaces (soft-deleted
|
|||
|
||||
### Known Bugs
|
||||
|
||||
Customers who specify the S3 bucket in `spec.package.spec.objectStore.s3.endpoint` (e.g. "https://$BUCKET.$REGION.amazonaws.com") and the bucket in `spec.package.spec.objectStore.bucket` need to disable the `CATALOG_BACKUP_DATA_SNAPSHOT` feature:
|
||||
Customers who specify the S3 bucket in `spec.package.spec.objectStore.s3.endpoint`
|
||||
(for example: "https://$BUCKET.$REGION.amazonaws.com") and the bucket in
|
||||
`spec.package.spec.objectStore.bucket` need to disable the
|
||||
`CATALOG_BACKUP_DATA_SNAPSHOT` feature:
|
||||
|
||||
```yaml
|
||||
spec:
|
||||
|
|
|
|||
|
|
@ -10,13 +10,15 @@ influxctl table [subcommand] [flags]
|
|||
|
||||
## Subcommands
|
||||
|
||||
| Subcommand | Description |
|
||||
| :------------------------------------------------------------------- | :--------------------------------- |
|
||||
| [create](/influxdb3/version/reference/cli/influxctl/table/create/) | Create a table |
|
||||
| [delete](/influxdb3/version/reference/cli/influxctl/table/delete/) | Delete a table |
|
||||
| [iceberg](/influxdb3/version/reference/cli/influxctl/table/iceberg/) | Manage iceberg exports for a table |
|
||||
| [list](/influxdb3/version/reference/cli/influxctl/table/list/) | List tables |
|
||||
| help, h | Output command help |
|
||||
| Subcommand | Description |
|
||||
| :--------------------------------------------------------------------- | :--------------------------------- |
|
||||
| [create](/influxdb3/version/reference/cli/influxctl/table/create/) | Create a table |
|
||||
| [delete](/influxdb3/version/reference/cli/influxctl/table/delete/) | Delete a table |
|
||||
| [iceberg](/influxdb3/version/reference/cli/influxctl/table/iceberg/) | Manage iceberg exports for a table |
|
||||
| [list](/influxdb3/version/reference/cli/influxctl/table/list/) | List tables |
|
||||
| [rename](/influxdb3/version/reference/cli/influxctl/table/rename/) | Rename a table |
|
||||
| [undelete](/influxdb3/version/reference/cli/influxctl/table/undelete/) | Undelete a table |
|
||||
| help, h | Output command help |
|
||||
|
||||
## Flags
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue