Re: [despammed] Re: [GENERAL]

From: Kretschmer Andreas <andreas_kretschmer(at)despammed(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: [despammed] Re: [GENERAL]
Date: 2005-08-14 11:12:51
Message-ID: 20050814111251.GD1528@kaufbach.delug.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

Adam O'Toole <adamnb1(at)hotmail(dot)com> schrieb:

> Thanks for the feedback Richard and Andreas...
>
> Ok, I am missing one thing here? my new instance is on a Windows server.
> How will I import the dump from my old 7.4.7 instance running on Linux,
> into my new 8.0.1 instance running on Windows 2003? How would you go about
> feeding a Dump file into a Windows install of postgreSQL 8.0.1? I have been

You can do on the windows-machine:

pg_dump -h <old_server> | psql

I'm not familiar with windows (i hate it), but i think, this should be
possible. Complete the calls to pg_dump & psql with the right
parameters.
If this fails, check if you are able to connect to the remote PG-Server,
adapt there the pg_hba.conf - file, if is necessary.

http://www.postgresql.org/docs/current/static/client-authentication.html

Andreas
--
Diese Message wurde erstellt mit freundlicher Unterstützung eines freilau-
fenden Pinguins aus artgerechter Freilandhaltung. Er ist garantiert frei
von Micro$oft'schen Viren. (#97922 http://counter.li.org) GPG 7F4584DA
Was, Sie wissen nicht, wo Kaufbach ist? Hier: N 51.05082°, E 13.56889° ;-)

In response to

  • Re: at 2005-08-12 17:23:32 from Adam O'Toole

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2005-08-14 15:26:33 Checking for old transaction snapshots
Previous Message Kostas Karadamoglou 2005-08-14 09:43:05 Design problem About application related with cached rows

Browse pgsql-novice by date

  From Date Subject
Next Message Adam O'Toole 2005-08-14 17:03:23 Re: [despammed] Re: [GENERAL]
Previous Message Adam O'Toole 2005-08-12 17:23:32 Re: