Modify ↓
Opened 14 years ago
Closed 14 years ago
#8571 closed defect (invalid)
Can't install the plugin
Reported by: | Owned by: | Russ Tyndall | |
---|---|---|---|
Priority: | normal | Component: | TimingAndEstimationPlugin |
Severity: | blocker | Keywords: | trac-admin upgrade mySQLConnector pg_dump_path |
Cc: | Trac Release: | 0.11 |
Description
I am trying to install the plugin on:
mac os 10.6.6 pyton 2.6.5 latest trac using a mysql db
Compilation goes fine. .egg is in plugins dir of my local trac install.
Running trac-admin upgrade terminates with:
AttributeError: 'MySQLConnector' object has no attribute 'pg_dump_path'
I have not been able to find any information about this error at all.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Run the trac-admin command with --no-backup to skip making a backup, which will allow you to bypass this error.
You might wish to manually run a backup before running the command. Not sure where the error is actually coming from (dont use trac on mysql, except occasionally to test), but I know that it has nothing to do with this plugin (other than needing to run upgrade).
As an aside, trac 12 is nice improvement to trac 11 for most cases (and might also fix this error along the way).
Please reopen if you need further assistance, Russ