Opened 16 years ago
Closed 16 years ago
#769 closed Defect (fixed)
tools/upgrade gives an error when trying to update the database
Reported by: | Nicolas | Owned by: | davea |
---|---|---|---|
Priority: | Major | Milestone: | Undetermined |
Component: | Server - Other | Version: | |
Keywords: | patch upgrade | Cc: |
Description
I get the following error when trying to run the upgrade tool:
sh: upgrade_db.php: not found
The bug seems to have been introduced in [16160].
Simple fix:
-
tools/upgrade
69 69 except: 70 70 print '''Couldn't find svnversion''' 71 71 72 os.system('cd '+INSTALL_DIR+'/html/ops; upgrade_db.php')72 os.system('cd '+INSTALL_DIR+'/html/ops; ./upgrade_db.php') 73 73 74 74 print "Run `bin/start' to restart the project."
Change History (2)
comment:1 Changed 16 years ago by
Keywords: | patch upgrade added |
---|---|
Version: | 6.2.19 |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [16481]) - upgrade: run "upgrade_db.php" correctly when "." not in search path