[galaxy-dev] minor SQLAlchemy PostgreSQL issue

2013-06-11 Thread Richard Burhans
The SQLAlchemy postgres dialect was renamed to postgresql. Changing: database_connection = postgres:///... to: database_connection = postgresql:/// in the ini file causes Galaxy (tool_shed in my case) to fail to start as the postgres dialect is mentioned by name a few

Re: [galaxy-dev] minor SQLAlchemy PostgreSQL issue

2013-06-11 Thread Dannon Baker
Even though the dialect name changed, the existing database urls should be compatible (postgres:///...). Did you find this not to be the case? -Dannon On Mon, Jun 10, 2013 at 12:54 PM, Richard Burhans r...@bx.psu.edu wrote: The SQLAlchemy postgres dialect was renamed to postgresql.