Modify

Opened 14 years ago

Closed 14 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 ?

Attachments (0)

Change History (1)

comment:1 Changed 14 years ago by Ryan J Ollos

Resolution: invalid
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain anonymous.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.