| From: | dennis jenkins <dennis(dot)jenkins(dot)75(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Phil Couling <couling(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Extract (Recover) data from a cluster built on a different architecture (ARM). |
| Date: | 2011-04-25 13:28:57 |
| Message-ID: | BANLkTinGKicAEEJVQZ5=YqA7nQTGiiOF_g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Sun, Apr 24, 2011 at 4:16 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Phil Couling <couling(at)gmail(dot)com> writes:
> > I'm looking for a way to extract the data from a PostgreSQL 8.3.14
> > database (cluster) that was built using an an ARM/Linux server. The
> > ...
> > Are there any tools for recovering data from a database built with a
> > different architecture or is my data toast unless I can lay my hands
> > on an ARM box?
>
> You might possibly be able to do it with a different big-endian machine
> such as PPC (it would also have to match on alignment rules and
> floating-point format, but I think you'd probably squeak by on those).
> Cedric's suggestion of an emulator is probably a surer answer though.
>
> regards, tom lane
>
> QEMU can emulate an ARM system. It won't be really fast, but it might work
for you. Disclaimer: I've never used QEMU to emulate an ARM system, but the
docs say that you can.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jean Pereira | 2011-04-25 13:59:40 | Problem with sorting on PostgreSQL 9.0.3 |
| Previous Message | Phoenix Kiula | 2011-04-25 13:19:03 | Re: Help - corruption issue? |