You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support:
Change root's password of specific tenant
Create a standby tenant from backup restore
Create an empty standby tenant and follow a primary tenant's log stream
Check whether the log of a tenant is of integrity
Failover by activating standby tenant
Switchover two tenants and over back
allErrs=append(allErrs, field.Invalid(field.NewPath("spec").Child("credentials").Child("root"), r.Spec.Credentials.Root, "Root password user secretref must be set"))
98
+
}
99
+
ifr.Spec.Credentials.StandbyRO=="" {
100
+
allErrs=append(allErrs, field.Invalid(field.NewPath("spec").Child("credentials").Child("standbyRo"), r.Spec.Credentials.StandbyRO, "Standby read-only user password secretref must be set"))
allErrs=append(allErrs, field.Invalid(field.NewPath("spec").Child("tenantRole"), r.Spec.TenantRole, "Standby must have a source option, but both restore and tenantRef are nil now"))
78
109
}
79
110
}
111
+
80
112
// 2. Restore until with some limit must have a limit key
0 commit comments