Pregunta

What would be a good way to replicate "Heroku pg:push/pull" style turn-key database replication on a private stack?

¿Fue útil?

Solución

You can just do what pg:push/pull is doing: a pg_dump piped to a pg_restore. See the [source code here].1

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top