Hi,

I've set up a new server Ubuntu 16.04.3 LTS and try to migrate my existing (and 
running) trac 1.0.13 installation to 1.2.2, but this fails with

TracError: Unsupported database type "mysql"

Setting up a new environment with the same connection string gives me:

Failed to create environment.
Unsupported database type "mysql"
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/admin/console.py", line 500, in 
do_initenv
    options=options)
  File "build/bdist.linux-x86_64/egg/trac/core.py", line 136, in __call__
    self.__init__(*args, **kwargs)
  File "build/bdist.linux-x86_64/egg/trac/env.py", line 300, in __init__
    self.create(options)
  File "build/bdist.linux-x86_64/egg/trac/env.py", line 592, in create
    DatabaseManager(self).init_db()
  File "build/bdist.linux-x86_64/egg/trac/db/api.py", line 337, in init_db
    connector, args = self.get_connector()
  File "build/bdist.linux-x86_64/egg/trac/db/api.py", line 615, in get_connector
    scheme=scheme))
TracError: Unsupported database type "mysql"

So I think it is an environment/installation issue. I need help to point me to 
the right direction to find the cause. The python-mysqldb package is installed. 
But to be honest I'm not a python developer, so no idea from my site how to dig 
deeper in the code to find the root cause.

Thanks in advance
Torge


--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to