Changes between Initial Version and Version 1 of Ticket #7583


Ignore:
Timestamp:
Aug 30, 2010, 1:48:06 PM (14 years ago)
Author:
osimons
Comment:

I don't quite see how this is a plugin issue. From what I see the problem is in Trac itself where any upgrade will call the backend backup routine, which from what I read from the traceback factors out to subprocess.Popen(). This is basically regular shell tools, and it likely don't find the necessary tools as the local machine does not have mysql installed.

Anyway, my guess is that any plugin that needs upgrades will crash the same way. I suggest you make a db copy manually, and then turn off backup on the trac-admin upgrade command using the --no-backup (or -b) option when running.

Please reopen ticket if I got this all wrong.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7583

    • Property Status changed from new to closed
    • Property Resolution changed from to worksforme
  • Ticket #7583 – Description

    initial v1  
    11Traceback info:
     2{{{
    23Traceback (most recent call last):
    34  File "/usr/local/bin/trac-admin", line 9, in <module>
     
    2425    raise child_exception
    2526OSError: [Errno 2] No such file or directory
     27}}}
    2628
    2729if i remove the plugin ,no error!