Y
Hacker News
new
|
ask
|
show
|
jobs
by
paulryanrogers
1970 days ago
Good questions. As logical replication matures it may someday be possible to replicate among versions.
2 comments
skunkworker
1970 days ago
Logical replication would be nice, but at the moment it's far too slow to replicate for heavy day-to-day use, other than doing a pg upgrade between primaries and replicas.
link
sharadov
1970 days ago
I've replicated across different PG versions, there is an extension called mimeo, which is fantastic for logical replication
https://pgxn.org/dist/mimeo/1.5.1/doc/howto_mimeo.html
link