10 Jun
2013
10 Jun
'13
11:54 a.m.
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 places in the code. Not a big deal, but I figured I'd report it. -rico