Changes between Initial Version and Version 1 of Ticket #11128


Ignore:
Timestamp:
May 31, 2013, 4:21:12 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11128 – Description

    initial v1  
    11I am having the following errors after migrating a trac project to a different server.
    22
    3 
    4 1. When I first log in I get this:
     3 1. When I first log in I get this:
     4 {{{
    55'Trac detected an internal error:
    66OperationalError: no such table: tags'
     7}}}
    78
    8 
    9 2. When I click on the tags or Dashboard link on the top of the page I get
     9 2. When I click on the tags or Dashboard link on the top of the page I get
     10{{{
    1011Trac Error
    1112An error occurred while loading Backlog data: no such column: b_strict
     13}}}
    1214
    13 
    14 3. The product backlog link and view sprint links aren’t showing in the left pane.
    15 
     15 3. The product backlog link and view sprint links aren’t showing in the left pane.
    1616
    1717I migrated from server A to server B.
    1818
    19 
    2019In server A:
    21 
    22 
     20{{{
    2321Trac:   0.11
    24 
    2522Python:         2.5.2 (r252:60911, Oct 5 2008, 19:49:54) [GCC 4.3.2]
    26 
    2723setuptools:     0.6c9
    28 
    2924SQLite:         3.5.9
    30 
    3125pysqlite:       2.4.1
    32 
    3326Genshi:         0.5.1
    34 
    3527mod_python:     3.3.1
    36 
    3728Agilo:  0.9.4
    38 
    3929Pygments:       0.10
    40 
    4130Subversion:     1.5.1 (r32289)
    42 
    4331jQuery: 1.2.3
    44 
     32}}}
    4533
    4634In server B:
    47 
    48 
     35{{{
    4936Trac:   0.11.3
    50 
    5137Python:         2.4.6 (#2, Jan 24 2010, 12:20:41) [GCC 4.3.2]
    52 
    5338setuptools:     0.6c9
    54 
    5539SQLite:         3.5.9
    56 
    5740pysqlite:       2.4.1
    58 
    5941Genshi:         0.5.1
    60 
    6142Subversion:     1.5.1 (r32289)
    62 
    6343jQuery: 1.2.6
    64 
    65 
     44}}}
    6645
    6746I followed this steps:
     
    6948Migrate SVN and TRAC
    7049
    71 1. $ svnadmin dump /path/to/repo > reponame.dump
    72 
    73 
    74 2. $ svnadmin create /path/to/new/repo
    75 
    76 
    77 3. $ svnadmin load /path/to/new/repo < reponame.dump
    78 
    79 
    80 4. $ sudo trac-admin /var/www/newproject/agilo_trac/ resync
    81 
     50 1. `$ svnadmin dump /path/to/repo > reponame.dump`
     51 2. `$ svnadmin create /path/to/new/repo`
     52 3. `$ svnadmin load /path/to/new/repo < reponame.dump`
     53 4. `$ sudo trac-admin /var/www/newproject/agilo_trac/ resync`
    8254
    8355I would appreciate any suggestions/help. Please let me know if I submitted this in the wrong place.