| From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
|---|---|
| To: | Andrus <kobruleht2(at)hot(dot)ee>, pgsql-general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Postgres 12 backup in 32 bit windows client |
| Date: | 2020-03-28 16:23:35 |
| Message-ID: | 9be49883-6e22-e916-c321-06c0ee4b3e3d@aklaver.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 3/28/20 8:18 AM, Andrus wrote:
> Hi!
>
> Postgres 12 is installed in Debian 10 server.
> Client computer is running 32 bit windows.
>
> pg_dump.exe which can downloaded as part of Postgres 12 windows
> installation is only 64 bit version.
>
> How to make backup from Postgres 12 in 32 bit Microsoft windows computer ?
> psqlodbc is used for data access.
> Maybe there is 32 -bit version of pg_dump.exe.
The newest I can see is for 10.12:
https://www.enterprisedb.com/downloads/postgres-postgresql-downloads
and you would not want to use that to dump a version 12 database.
What are you going to do with this backup?
Do you have shell access to the Debian machine in order to do the backup
there?
>
> Andrus.
>
>
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Enrico Pirozzi | 2020-03-28 17:35:33 | Re: PostegreSQL 9.2 to 9.6 |
| Previous Message | Andrus | 2020-03-28 15:18:50 | Postgres 12 backup in 32 bit windows client |