[Live-demo] [OSGeo] #438: Postgres 8.3 install script

OSGeo trac_osgeo at osgeo.org
Fri Sep 11 18:10:55 PDT 2009


#438: Postgres 8.3 install script
----------------------+-----------------------------------------------------
Reporter:  darkblueb  |       Owner:  live-demo at lists.osgeo.org
    Type:  defect     |      Status:  new                      
Priority:  blocker    |   Component:  LiveDVD                  
Keywords:             |  
----------------------+-----------------------------------------------------
 script install_postgres.sh attempts to make a postgres user "user" as a
 superuser
 however, it is currently not working

 run the LiveDVD VMWare image
 execute in the shell  sudu su - postgres #enter user
 psql postgres
 \du
 ## observer there is no user "user"

 \q
 >> createuser --superuser user
 ## this works
 psql postgres
 alter role "user" with password 'user';
 ## give user a password
 \q
 >> exit
 >> psql -d postgres -W  #enter user
 ##now you are in

-- 
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/438>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Osgeolive mailing list