Re: PITR on different machine/architecture?

From: Vick Khera <vivek(at)khera(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PITR on different machine/architecture?
Date: 2010-11-05 18:48:59
Message-ID: AANLkTin+oZxH6zPSCUjMKa++nD1is1GBxnd_hOXeJVP6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Nov 5, 2010 at 1:54 PM, Andreas Brandl <mail(at)andreas-brandl(dot)de> wrote:
> we are implementing archiving/PITR for a postgresql instance operating on OpenBSD/64-bit. Is it possible to restore the backup on a completely different machine (i.e. other OS/32-bit)? What about restoring on (slightly) different versions of postgresql?
>

If you run the same 32-bit binaries on both OpenBSD systems, it *should* work.

Anything different will not because the files will not be binary
compatible... I wonder if that is true for the minor rev number, like
9.0.0 vs. 9.0.1. That I cannot answer.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Broersma 2010-11-05 18:56:01 Re: experience with tags schemas
Previous Message lfmartinelli 2010-11-05 18:46:08 Re: Save and load jpg in a PostgreSQL database