Integrate PITR module with Restore Job

This commit is contained in:
Martin Montes
2023-12-19 11:21:14 +01:00
parent d18a671359
commit c3f4a91a7d
17 changed files with 33 additions and 71 deletions

View File

@ -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()},
},
},
},