We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
但是spec.backupSpec. cluster 创建后,不能备份标准版的。 改成下面的,会报编排文件不支持。希望官方支持一下标准版的备份调度。 kubectl apply -n polardbx-operator-system -f - <<EOF apiVersion: polardbx.aliyun.com/v1 kind: PolarDBXBackupSchedule metadata: name: pxc-schedule-standard spec: schedule: "*/20 * * * *" maxBackupCount: 5 suspend: false backupSpec: xstore: name: polardbx-start retentionTime: 240h storageProvider: storageName: s3 sink: jxminio preferredBackupRole: follower EOF
The text was updated successfully, but these errors were encountered:
No branches or pull requests
但是spec.backupSpec. cluster 创建后,不能备份标准版的。
改成下面的,会报编排文件不支持。希望官方支持一下标准版的备份调度。
kubectl apply -n polardbx-operator-system -f - <<EOF
apiVersion: polardbx.aliyun.com/v1
kind: PolarDBXBackupSchedule
metadata:
name: pxc-schedule-standard
spec:
schedule: "*/20 * * * *"
maxBackupCount: 5
suspend: false
backupSpec:
xstore:
name: polardbx-start
retentionTime: 240h
storageProvider:
storageName: s3
sink: jxminio
preferredBackupRole: follower
EOF
The text was updated successfully, but these errors were encountered: