Hi Rob,
Thank you for your response:
cat /var/lib/dpkg/arch
gives:
amd64
i386
I did update after adding i386- I don't think it would have found
postgresql-9.3:i386 otherwise.
Further reading indicates that packages can explicitly support
multi-arch and permit (some) dependent packages to
On Sun, 2014-11-30 at 15:17 +0400, Damian Dimmich wrote:
> Hi,
>
> I'm trying to set up a replica for a postgres 9.3 instance running on
> an older i386 debian install, replicating to a 64 bit install.
>
> Having enabled multi-arch** support on the 64 bit debian by running:
>
> dpkg --add-
Hi,
I'm trying to set up a replica for a postgres 9.3 instance running on an
older i386 debian install, replicating to a 64 bit install.
Having enabled multi-arch** support on the 64 bit debian by running:
dpkg --add-architecture i386
and trying to install:
apt-get install postgresql-9.3:i3