Edgewall Software

Changes between Version 24 and Version 25 of TracUpgrade


Ignore:
Timestamp:
Dec 4, 2005, 4:46:58 AM (18 years ago)
Author:
Matthew Good
Comment:

as noted in #2439 loading the SQLite dump is not sufficient for migrating from SQLite to PostgreSQL

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v24 v25  
    8585After testing that the conversion was successful, the `trac2.db` file can be deleted. For more information on the SQLite upgrade see http://www.sqlite.org/version3.html.
    8686
    87 If you want to switch from SQLite to PostgreSQL after upgrading to 0.9, first dump the sqlite3 database, and after creating the Postgres database execute the dump output. For example:
    88 {{{
    89  $ sqlite trac.db .dump > trac.dmp
    90  $ createdb tracdb
    91  $ psql -f trac.dmp tracdb
    92 }}}
    93 
    94 Then make sure you have [2529] of admin.py and do a resync.
    95 
    9687== From 0.7.x to 0.8 ==
    9788