Re: Comparing 2 databases

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: akp geek <akpgeek(at)gmail(dot)com>
Cc: Joshua Tolley <eggyknap(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Comparing 2 databases
Date: 2009-12-30 08:12:38
Message-ID: 4B3B0B76.6070208@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Le 29/12/2009 21:21, akp geek a écrit :
> thanks for the repsonse. I appreciate it. are there any limitations on using
> this one? Means that we have to the same user on both databases and same
> passwords.
>
> I have used the command following way
>
> check_postgres.pl --action=same_schema -H 172.xxxx -p 1550
> --db=myProdDB --dbuser=prodUser --dbpass=prodPwd --dbhost2=172.xxxxx
> --db=testDB --dbuser=testUser --dbpass=testPwd --verbose > difference.txt
>
> what happend was , it complained about the password, then I tried replacing
> the testPwd with prodPwd, then it started executing. but it prompted for
> password for testuser. that's where I got confused
>

You give --dbuser and other options twice. You should probably do this:

check_postgres.pl --action=same_schema \
-H 172.xxxx -p 1550 \
--db=myProdDB --dbuser=prodUser --dbpass=prodPwd
--dbhost2=172.xxxxx \
--db2=testDB --dbuser2=testUser --dbpass2=testPwd \
--verbose > difference.txt

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2009-12-30 08:26:54 Re: Installation of Postgis/postgresql
Previous Message Michael Fork 2009-12-30 05:29:36 Re: Planner Row Estimate with Function