Changes between Version 6 and Version 7 of TracInstallInstance
- Timestamp:
- 02/28/10 09:14:35 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracInstallInstance
v6 v7 145 145 COMMIT; 146 146 }}} 147 Save this in {{{/tmp/milestones.sql}}} and load with 148 {{{ 149 sqlite3 /var/www/trac/db/trac.db 150 .read /tmp/milestones.sql 151 }}} 147 152 There will be an error message with the create table because it already exists but this does not prevent the insert statements from being executed. The above lines can be generated using the following python script: 148 153 {{{