Page 1 of 1

Database update on Mac

PostPosted: Sat Jun 07, 2014 3:50 pm
by madsenma
I've been away from poker for some time and a number of updates have been released in my absence which I guess is the cause of my inability to log in to my postgres database? When I try to open PT4 I get this message:

Image

The release notes say I should update my database, would this solve the problem? Can you please advise how to do that on a Mac? I'm running OSX 10.9.3

Re: Database update on Mac

PostPosted: Sun Jun 08, 2014 4:36 am
by WhiteRider
PT4 updates do not affect your PostgreSQL installation, and that message suggests that PostgreSQL is not running.

Open Utilities -> Terminal and type this:

ps ax | grep -i postgres

..and paste the output here.

Re: Database update on Mac

PostPosted: Sun Jun 08, 2014 5:02 am
by madsenma
Output is:

25906 s000 R+ 0:00.00 grep -i postgres

Re: Database update on Mac

PostPosted: Sun Jun 08, 2014 8:18 am
by WhiteRider
That means that PostgreSQL isn't running. You will probably need to reinstall PostgreSQL - check out this guide. If you continue to have problems please open a Support Ticket and one of our support techs will work with you directly to get things sorted out.

Re: Database update on Mac

PostPosted: Sat Aug 23, 2014 6:25 pm
by gurpal0384
1754 s000 R+ 0:00.00 grep -i postgres...
i am getting this on the terminal can u help me out......this thing is to confusin

Re: Database update on Mac

PostPosted: Sun Aug 24, 2014 10:54 am
by kraada
WhiteRider wrote:That means that PostgreSQL isn't running. You will probably need to reinstall PostgreSQL - check out this guide. If you continue to have problems please open a Support Ticket and one of our support techs will work with you directly to get things sorted out.

Re: Database update on Mac

PostPosted: Thu Sep 11, 2014 12:02 pm
by Jo Irish
MIne said:

1457 ?? Ss 0:00.11 /Library/PostgreSQL/9.0//bin/postmaster -D/Library/PostgreSQL/9.0/data
1458 ?? Ss 0:00.00 postgres: logger process
1459 ?? UEs 0:00.00 postgres: startup process recovering 000000010000000000000016
1461 s000 R+ 0:00.00 grep -i postgres

Wrong version?

Re: Database update on Mac

PostPosted: Thu Sep 11, 2014 1:00 pm
by kraada
That implies it's trying to recover from a crash to some extent. Does the startup process ever finish?

highfalutin