Re: Uber migrated from Postgres to MySQL

From: Rakesh Kumar <rakeshkumar464a3(at)gmail(dot)com>
To:
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Uber migrated from Postgres to MySQL
Date: 2016-07-27 16:33:27
Message-ID: CAJBB=EU+WHcz4amzL6DDxdVsZvhWJAZQ9f_jVeV9FNW1=a6eBQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jul 27, 2016 at 11:45 AM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:

> I agree, but I am not sure how to improve it. The big complaint I have
> heard is that once you upgrade and open up writes on the upgraded
> server, you can't re-apply those writes to the old server if you need to
> fall back to the old server. I also don't see how to improve that either.

doesn't and pg_logical solve this by logically replicating and allowing for
different architecture/version between the replication nodes ?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Geoff Winkless 2016-07-27 16:33:45 Re: Uber migrated from Postgres to MySQL
Previous Message Billal Mahmood 2016-07-27 16:13:22 How to give complete ownership of a new DB to a new user (non-SU)?