id summary reporter owner description type status priority component severity resolution keywords cc release 11651 MySQL to PosgreSQL switch fails: no attribute get_db_ctx Quince Chris Nelson "Currently Trac 1.0.1 running on MySQL. Created database called 'trac' in PostgreSQL and added all privileges for user 'tracuser'. Downloaded TracMigratePlugin. `./trac-migrate.py --in-place /srv/trac postgres://tracuser:xxxxxxxx@127.0.0.1/trac?schema=new_schema` {{{ /usr/lib/python2.7/site-packages/pkg_resources.py:1054: UserWarning: /root/.python-eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE environment variable). warnings.warn(msg, UserWarning) Traceback (most recent call last): File ""./trac-migrate.py"", line 55, in sys.exit(main(sys.argv[1:]) or 0) File ""./trac-migrate.py"", line 51, in main return TracMigrationCommand(env)._do_migrate(dest, dburi) File ""/tmp/tracmigrate/admin.py"", line 29, in _do_migrate return self._do_migrate_inplace(dburi) File ""/tmp/tracmigrate/admin.py"", line 60, in _do_migrate_inplace env = self._create_env(env_path, dburi) File ""/tmp/tracmigrate/admin.py"", line 92, in _create_env env = Environment(env_path, create=True, options=options) File ""/usr/lib/python2.7/site-packages/trac/core.py"", line 124, in __call__ self.__init__(*args, **kwargs) File ""/usr/lib/python2.7/site-packages/trac/env.py"", line 288, in __init__ setup_participant.environment_created() File ""build/bdist.linux-x86_64/egg/tracjsgantt/tracpm.py"", line 81, in environment_created AttributeError: 'Environment' object has no attribute 'get_db_ctx' }}} How to fix? Pls help" defect closed high TracJsGanttPlugin major fixed Quince 1.0