Hi all

After updating to the last stable galaxy when I'm trying to upgrade the database I'm getting the following message:

/steno-internal/projects/galaxy/galaxy-dist/eggs/SQLAlchemy-0.7.9-py2.6-linux-x86_64-ucs4.egg/sqlalchemy/engine/url.py:105: SADeprecationWarning: The SQLAlchemy PostgreSQL dialect has been renamed from 'postgres' to 'postgresql'. The new URL format is postgresql[+driver]://<user>:<pass>@<host>/<dbname>


If I change the line in universe_wsgi.ini from 

database_connection = postgresql://galaxy:password@localhost:5432/galaxydb

to