Re: [galaxy-dev] migrate to postgresql

2014-03-22 Thread Jun Fan
ar Acevedo [mailto:ing.cesaracev...@gmail.com] Sent: Friday, March 21, 2014 1:37 PM To: Jun Fan Cc: galaxy-dev@lists.bx.psu.edu Subject: Re: [galaxy-dev] migrate to postgresql Jun, You need to change the value of host in pg_hba.conf from ident to trust and then start your psql service Regards. CA On T

Re: [galaxy-dev] migrate to postgresql

2014-03-21 Thread César Acevedo
Jun, You need to change the value of host in pg_hba.conf from ident to trust and then start your psql service Regards. CA On Thu, Mar 20, 2014 at 3:04 AM, Jun Fan wrote: > Hi all, > > > >I followed the instruction on > https://wiki.galaxyproject.org/Admin/Config/Performance/Productio

[galaxy-dev] migrate to postgresql

2014-03-19 Thread Jun Fan
Hi all, I followed the instruction on https://wiki.galaxyproject.org/Admin/Config/Performance/ProductionServer and managed to migrate to a postgresql on a Ubuntu machine. However when I tried on a CentOS 6.5, it failed.The steps are: 1. Create psql user galaxy: under psql prompt,