
pghoard
SQL Developer
phpMyAdmin
DbVisualizer
Navicat
DBeaver
Sequel Pro
DataGrip
Toad for Oracle
SQL DeveloperNo pghoard videos yet. You could help us improve this page by suggesting one.
Based on our record, pghoard seems to be more popular. It has been mentiond 2 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
The "closest" would be using Barman with hook scripts (https://docs.pgbarman.org/release/3.18.0/user_guide/hook_scripts.html#hook-scripts-using-barman-cloud-scripts-as-hooks-in-barman) if you rely on cloud storage for storing backups. https://github.com/aiven-open/pghoard seems like a good option too, but I havenโt tested it yet to have a solid opinion. - Source: Hacker News / 4 months ago
This story starts with our own PgHoard, a PITR backup tool for PostgreSQL. PgHoard offers several methods to archive the WAL (Write Ahead Log), including pg_receivewal, a small application shipping with PostgreSQL which connects to a PostgreSQL cluster using the physical replication protocol to stream WAL as they are produced, optionally keeping track of the position on the server using a replication slot. - Source: dev.to / over 4 years ago