pgmoneta / pgmoneta

Backup / restore solution for PostgreSQL
https://pgmoneta.github.io
BSD 3-Clause "New" or "Revised" License
121 stars 38 forks source link

[#187] Receive WAL end pos of backup from server #252

Closed Jubilee101 closed 1 month ago

Jubilee101 commented 1 month ago

I was investigating base backup on the server side and I realized I was ignoring starting/ending WAL position server sends us the whole time. So no need to look into the backup_label file for those info now.

Also exposed the ending pos to prometheus, and fixed some minor bugs there as well.

jesperpedersen commented 1 month ago

Merged.

Thanks for your contribution !