Opened 15 years ago
Closed 15 years ago
#6315 closed defect (invalid)
Upgrade a project
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Component: | SELECT A HACK |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I've trying to update a project using postgree as database and i got this error:
Traceback (most recent call last):
File "C:\Python25\Scripts\trac-admin-script.py", line 8, in <module>
load_entry_point('Trac==0.11.5', 'console_scripts', 'trac-admin')()
File "C:\Python25\lib\site-packages\trac\admin\console.py", line 1314, in run
return admin.onecmd(command)
File "C:\Python25\lib\site-packages\trac\admin\console.py", line 133, in onecmd
rv = cmd.Cmd.onecmd(self, line) or 0
File "C:\Python25\Lib\cmd.py", line 219, in onecmd
return func(arg)
File "C:\Python25\lib\site-packages\trac\admin\console.py", line 1154, in do_upgrade
self.env.upgrade(backup=do_backup)
File "C:\Python25\lib\site-packages\trac\env.py", line 455, in upgrade
self.backup(backup_dest)
File "C:\Python25\lib\site-packages\trac\env.py", line 423, in backup
return DatabaseManager(self).backup(dest)
File "C:\Python25\lib\site-packages\trac\db\api.py", line 115, in backup
return connector.backup(dest)
File "C:\Python25\lib\site-packages\trac\db\postgres_backend.py", line 137, in
backup
p = Popen(args, env=environ, stderr=PIPE, close_fds=close_fds)
File "C:\Python25\lib\subprocess.py", line 594, in init errread, errwrite) File "C:\Python25\lib\subprocess.py", line 822, in _execute_child startupinfo)
WindowsError: [Error 2] O sistema nÒo pode encontrar o arquivo especificado
Somebody can help me ?
You didn't select a Component, so its not clear where this should be assigned. Please reopen and select a Component if you wish to follow-up.