mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-08-15 21:02:38 +00:00
Integrate PITR module with Restore Job
This commit is contained in:
@ -61,7 +61,7 @@ var _ = Describe("MariaDB webhook", func() {
|
||||
ObjectMeta: meta,
|
||||
Spec: MariaDBSpec{
|
||||
BootstrapFrom: &RestoreSource{
|
||||
TargetRecoveryFile: func() *string { b := "backup.sql"; return &b }(),
|
||||
TargetRecoveryTime: &metav1.Time{Time: time.Now()},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user