Re: [galaxy-dev] pgcleanup problem

2013-09-26 Thread Eric Kuyt
Hi Dannon, I am also using postgres 9.1.9 (from Ubuntu precise repository) > $/usr/lib/postgresql/9.1/bin/postgres --version > -> postgres (PostgreSQL) 9.1.9 > hg summary > -> parent: 10411:c42567f43aa7 tip ./scripts/cleanup_datasets/pgcleanup.py -d -o1 -s 'delete_datasets' > __load_config INFO

Re: [galaxy-dev] pgcleanup problem

2013-09-25 Thread Dannon Baker
Eric, What version of posgresql are you using? The script has a comment that indicates you need 9.1+ (and I'm using 9.1.9), and it works out of the box for me. -Dannon On Fri, Sep 20, 2013 at 7:35 AM, Eric Kuyt wrote: > Hi All, > > I'm trying to do some cleanup in my test environment (galaxy

[galaxy-dev] pgcleanup problem

2013-09-20 Thread Eric Kuyt
Hi All, I'm trying to do some cleanup in my test environment (galaxy-dist) and pgcleanup.py ends with Traceback (most recent call last): > File "./scripts/cleanup_datasets/pgcleanup.py", line 773, in > cleanup = Cleanup() > File "./scripts/cleanup_datasets/pgcleanup.py", line 55, in __i