Re: How to recover data from 9.3 data directory

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Andrus <kobruleht2(at)hot(dot)ee>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to recover data from 9.3 data directory
Date: 2021-03-13 14:11:45
Message-ID: CAOBaU_ZAJLqHn9F95iQ7+A-Bz1frRTHqtmar5rX6PuRSCUPOvg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Le sam. 13 mars 2021 à 22:02, Andrus <kobruleht2(at)hot(dot)ee> a écrit :

> Hi!
>
> > that won't work on windows. pg_upgrade only works if source and target
> environment are binary compatible, which isn't the case for windows / GNU
> Linux.
>
> wal archiving works between Linux and Windows. So I expected those
> commands to work also.
>

WAL archiving is only a file copy, you can copy them anywhere without
restrictions on the architecture.

> How to determine is this data from 32 or 64 bit server ?
>
it's not really a question of the binary pointer size but the target
hardware specificity.

> Should I create virtual machine and install Linux with 9.3 into it or is
> there simpler solution?
>
that's the only option, unless you already have some compatible server
around.

> Will data from 32 bit server require 32 bit Linux with 32 bit postgres or
> will it work with 64 bit Linux also ?
>
I think that it won't matter and a 64 bits server will work just fine, but
only testing will give a definite answer.

>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrus 2021-03-13 14:18:37 Re: How to recover data from 9.3 data directory
Previous Message Andrus 2021-03-13 14:02:19 Re: How to recover data from 9.3 data directory