Re: [GENERAL] Upgrading to 9.0 on Mac OS X

2011-02-13 Thread Maximilian Tyrtania
> On Feb 14, 2011, at 4:42 AM, Basil Bourque wrote: > >> To be clear about the 2 passwords involved with Postgres on your Mac: >> >> • The installer asks for your usual Mac admin account password, to get >> permission for 2 operations: (1) to install stuff on your computer and (2) >> to create

Re: [GENERAL] Upgrading to 9.0 on Mac OS X

2011-02-13 Thread Sachin Srivastava
On Feb 14, 2011, at 4:42 AM, Basil Bourque wrote: > To be clear about the 2 passwords involved with Postgres on your Mac: > > • The installer asks for your usual Mac admin account password, to get > permission for 2 operations: (1) to install stuff on your computer and (2) to > create a specia

Re: [GENERAL] Upgrading to 9.0 on Mac OS X

2011-02-13 Thread Basil Bourque
To be clear about the 2 passwords involved with Postgres on your Mac: • The installer asks for your usual Mac admin account password, to get permission for 2 operations: (1) to install stuff on your computer and (2) to create a special Unix user account named (by default) 'postgres'. The actual

Re: [GENERAL] Upgrading to 9.0 on Mac OS X

2011-02-13 Thread Sachin Srivastava
The postgres account created on your OS is locked account (without any password) for security reasons. The password asked during installation is your database superuser password (used to connect to database). Thus on your MAC you can login to postgres account as "sudo su postgres". On Feb 13, 2

[GENERAL] Upgrading to 9.0 on Mac OS X

2011-02-13 Thread Maximilian Tyrtania
Just upgraded my 8.4.2 installation to 9.0.3 on Mac OS 10.6 using the Enterprise one-click installer. Everything went smoothly, except: The installer asked me for the postgres password, but PG wouldn't accept it later on. I'm pretty sure i didn't mistype it. Have seen this a number of times on