#14054 closed defect (invalid)
Requires trac and tracmigrateplugin: cannot import name _parse_db_str
Reported by: | anonymous | Owned by: | Jun Omae |
---|---|---|---|
Priority: | high | Component: | TracMigratePlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 1.4 |
Description
Requires trac and tracmigrateplugin: cannot import name _parse_db_str
BTW.. it's problem due no pip install, as long path when need call .py file, should work more simple
Attachments (0)
Change History (5)
comment:1 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 3 years ago by
Resolution: | fixed → invalid |
---|
Requires trac and tracmigrateplugin: cannot import name _parse_db_str
Use convert_db
command. See Notice in TracMigratePlugin.
BTW.. it's problem due no pip install, as long path when need call .py file, should work more simple
I don't understand your saying. Details?
comment:3 follow-up: 5 Changed 3 years ago by
I don't understand your saying. Details?
Eg. hard to update by --upgrade after fix and cmnds looks like
python /usr/home/xuser/.venv/venvpython27/lib/python2.7/site-packages/tracmigrateplugin/0.12/trac-migrate.py --in-place /usr/home/xuser/trac/project_track mysql://user:pas@server.net/table?schema=new_schema
comment:4 Changed 3 years ago by
This plugin should not be needed with Trac 1.4 since we integrated it into Trac. See:
comment:5 Changed 3 years ago by
Eg. hard to update by --upgrade after fix and cmnds looks like
python /usr/home/xuser/.venv/venvpython27/lib/python2.7/site-packages/tracmigrateplugin/0.12/trac-migrate.py --in-place /usr/home/xuser/trac/project_track mysql://user:pas@server.net/table?schema=new_schema
Incorrect. It is not needed to install the plugin to your site-packages. I recommend to remove /.../site-packages/tracmigrateplugin directory.
In 18447: