ubicloud/prog/postgres
Burak Yucesoy 85842adc04 Calculate earliest_restore_time based on the backups in blob storage
We used to cache the earliest_backup_completed_at in the database, with the
intention of updating it when we purge the backups. However, we decided to
purge backups with blob storage policy. Hence, there is no opportunity in the
code to update the earliest_backup_completed_at. This causes displaying wrong
potential restore times in the UI. To fix this, although it is slower, I'm
calculating the earliest_restore_time based on the backups in the blob storage.
2024-08-28 09:56:26 +02:00
..
postgres_resource_nexus.rb Calculate earliest_restore_time based on the backups in blob storage 2024-08-28 09:56:26 +02:00
postgres_server_nexus.rb Restart primary postgres server after failover 2024-08-19 12:19:26 +02:00
postgres_timeline_nexus.rb PostgresTimeline picks the blob store depending on the region 2024-08-23 09:20:41 +02:00