Hi @Edith Erika Puclla Pareja, I tested this with dev latest of 1.6.0 (v0.0.0-c25b0b1) and the restore information is not coming, when creating a new database from backup
This information is available when the same database is restored using its backup.
I think this issue needs to be fixed.
Edith Erika Puclla Pareja March 24, 2025 at 2:25 PM
I tested with version 1.5.0, and the object for the new pg database is being created now. @Manish Chawla I think we can close this one
Edith Erika Puclla Pareja March 20, 2025 at 10:48 AM
Note: Test this again to see if this is still a valid issue cc @Manish Chawla
Tested with Everest v0.10.0-rc3 version.
Create a pg database, enable scheduled backup and PITR. Add some data.
Take some scheduled backups.
Create a new pg db using PITR. After the restored pg db comes up, the restore page displays no information
The response to the UI request is empty
{ "apiVersion": "everest.percona.com/v1alpha1", "items": [], "kind": "DatabaseClusterRestoreList", "metadata": { "continue": "", "resourceVersion": "106680" } }
There is no restore object created in kubernetes for the new pg db.