Re: Windows XP to Win 10 migration issue

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Windows XP to Win 10 migration issue
Date: 2017-12-09 21:55:33
Message-ID: bcf48eca-8879-f4a8-f062-c9d961e753dc@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/9/2017 1:03 PM, Scott Mead wrote:
> I’m guessing that the old machine was 32 but and the New is 64? They have to match. You could always setup a 32 bit VM. It must be 32 bit windows (if that’s what the original was )

you should be able to run 32 bit postgresql on 64 bit windows.

its a bit trickier than just the same version, however...  they should
be from the same distribution too... a version built with GCC and Cygwin
might not be binary compatible with a version built with Microsoft
Visual C (such as the EnterpriseDB versions) due to differences in
runtime libraries.

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steven Lembark 2017-12-09 22:01:47 Re: PG Schema to be used as log and monitoring store
Previous Message Peter Eisentraut 2017-12-09 21:28:14 Re: Future of PlPython2