Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ The parameters are described as follows:

destination:

* type: The type of the destination. Valid values are `NFS`, `OSS`, `S3`, `COS`, and `S3_COMPATIBLE`.
* path: The path of the backup destination.
* For `NFS`, you must specify a relative path, which must not start with `/`.
* For `OSS`, the path must start with `oss://` and include the `host` parameter. Example: `oss://bucket/backup?host=oss-cn-hangzhou.aliyuncs.com`
* For `S3`, the path must start with `s3://` and include the `host` parameter. Example: `s3://bucket/backup?host=s3.us-west-1.amazonaws.com`
* For `COS`, the path must start with `cos://` and include the `host` parameter. Example: `cos://bucket/backup?host=cos.ap-nanjing.myqcloud.com`
* For `S3_COMPATIBLE`, the path must start with `s3://` and include the `host` parameter for the S3-compatible endpoint. Example: `s3://bucket/backup?host=minio.example.com`
* type: The type of the destination. Valid values are `NFS`, `OSS`, `S3`, `COS`, and `S3_COMPATIBLE`.
* path: The path of the backup destination.
* For `NFS`, you must specify a relative path, which must not start with `/`.
* For `OSS`, the path must start with `oss://` and include the `host` parameter. Example: `oss://bucket/backup?host=oss-cn-hangzhou.aliyuncs.com`
* For `S3`, the path must start with `s3://` and include the `host` parameter. Example: `s3://bucket/backup?host=s3.us-west-1.amazonaws.com`
* For `COS`, the path must start with `cos://` and include the `host` parameter. Example: `cos://bucket/backup?host=cos.ap-nanjing.myqcloud.com`
* For `S3_COMPATIBLE`, the path must start with `s3://` and include the `host` parameter for the S3-compatible endpoint. Example: `s3://bucket/backup?host=minio.example.com`
* ossAccessSecret: The name of the secret resource that stores the access credential. This is required for `OSS`, `S3`, `COS`, and `S3_COMPATIBLE`.

Here is the configuration of a sample tenantSecret resource:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ spec:

destination:

* type:目的地类型,支持 `NFS`、`OSS`、`S3`、`COS` 和 `S3_COMPATIBLE`。
* path:目的地的备份路径。
* `NFS` 类型:非 `/` 开头的相对路径。
* `OSS` 类型:以 `oss://` 开头,并包含 `host` 参数。示例:`oss://bucket/backup?host=oss-cn-hangzhou.aliyuncs.com`
* `S3` 类型:以 `s3://` 开头,并包含 `host` 参数。示例:`s3://bucket/backup?host=s3.us-west-1.amazonaws.com`
* `COS` 类型:以 `cos://` 开头,并包含 `host` 参数。示例:`cos://bucket/backup?host=cos.ap-nanjing.myqcloud.com`
* `S3_COMPATIBLE` 类型:以 `s3://` 开头,并包含 S3 兼容存储的 `host` 参数。示例:`s3://bucket/backup?host=minio.example.com`
* type:目的地类型,支持 `NFS`、`OSS`、`S3`、`COS` 和 `S3_COMPATIBLE`。
* path:目的地的备份路径。
* `NFS` 类型:非 `/` 开头的相对路径。
* `OSS` 类型:以 `oss://` 开头,并包含 `host` 参数。示例:`oss://bucket/backup?host=oss-cn-hangzhou.aliyuncs.com`
* `S3` 类型:以 `s3://` 开头,并包含 `host` 参数。示例:`s3://bucket/backup?host=s3.us-west-1.amazonaws.com`
* `COS` 类型:以 `cos://` 开头,并包含 `host` 参数。示例:`cos://bucket/backup?host=cos.ap-nanjing.myqcloud.com`
* `S3_COMPATIBLE` 类型:以 `s3://` 开头,并包含 S3 兼容存储的 `host` 参数。示例:`s3://bucket/backup?host=minio.example.com`
* ossAccessSecret:存放访问凭证的 Secret 资源名。如果备份目的地类型为 `OSS`、`S3`、`COS` 或 `S3_COMPATIBLE`,该字段必须提供。

tenantSecret 示例:
Expand Down
2 changes: 1 addition & 1 deletion docsite/src/pages/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.3.2 (Release on 2025.06.12)
## 2.3.2 (Release on 2025.09.08)
### New Feature
1. Support setting addressingModel for S3_COMPATIBLE storage.
2. Support setting variables while creating tenant, for setting variables which are not able to be modifed after tenant creation.
Expand Down