Whats the closest counterpart in Postgres ecosystem?
log shipping[1] or logical replication[2]
[1] https://www.postgresql.org/docs/current/warm-standby.html [2] https://www.postgresql.org/docs/current/logical-replication....
This isn't what you mean but I can't resist:
pg_dump -U postgres db | ssh [email protected] "dd of=db_dump"
log shipping[1] or logical replication[2]
[1] https://www.postgresql.org/docs/current/warm-standby.html [2] https://www.postgresql.org/docs/current/logical-replication....