#5849 closed task (worksforme)
trac-admin /project upgrade fails - "no such column: kind"
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | admin/console | Version: | 0.10.4 |
Severity: | blocker | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I am moving to a new system, upgrading OS, and TRAC 0.9 ⇒ 0.10.4
- What is the best way to transfer my projects to new server? I tried a straight "scp -rp" of the project directories.
- When I executed "trac-admin /project upgrade", I got "Command failed: no such column: kind" on 2 of 3 projects (one works fine)
Attachments (0)
Change History (5)
follow-up: 2 comment:1 by , 17 years ago
comment:2 by , 17 years ago
Replying to ecarter:
If you use trac-admin /project hotcopy projcopy and scp -rp that, do you still see the problem?
Yes :(
comment:3 by , 17 years ago
My configuration: RHEL-5 (2.6.18-36.el5 SMP 32bit) Clearsilver 0.10.5 trac 0.10.4 pysqlite 2.3.5 python 1.4.3-19.el5 Docutils 0.4 Rev 5174 subversion-ruby-1.4.2-2.el5 subversion-perl-1.4.2-2.el5 subversion-javahl-1.4.2-2.el5 subversion-1.4.2-2.el5
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
It appears that the problem was with the SVN data. With the upgrade of TRAC, I am also upgrading the version of Subversion from 1.08 to 1.42. I needed to dump & load the SVN data, then run "trac-admin /project upgrade" to correctly move the data.
comment:5 by , 14 years ago
Resolution: | fixed → worksforme |
---|
If you use trac-admin /project hotcopy projcopy and scp -rp that, do you still see the problem?