Changes between Version 12 and Version 13 of TracMigratePlugin


Ignore:
Timestamp:
Mar 13, 2015, 9:47:51 AM (9 years ago)
Author:
Jun Omae
Comment:

Examples in usage section is included with output of trac-migrate.py script

Legend:

Unmodified
Added
Removed
Modified
  • TracMigratePlugin

    v12 v13  
    7272Options:
    7373  -i, --in-place    migrate without creating a new environment
    74 }}}
    7574
    7675Examples:
    77 {{{
    78 trac-migrate.py /path/to/source /path/to/dest sqlite:db/trac.db
    79 trac-migrate.py /path/to/source /path/to/dest postgres://tracuser:password@localhost/trac?schema=destination
    80 trac-migrate.py /path/to/source /path/to/dest mysql://tracuser:password@localhost/trac
    81 trac-migrate.py --in-place /path/to/source sqlite:db/trac.db
    82 trac-migrate.py --in-place /path/to/source postgres://tracuser:password@localhost/trac?schema=destination
    83 trac-migrate.py --in-place /path/to/source mysql://tracuser:password@localhost/trac
     76  $ trac-migrate.py /path/to/source /path/to/dest sqlite:db/trac.db
     77  $ trac-migrate.py /path/to/source /path/to/dest postgres://tracuser:password@localhost/trac?schema=destination
     78  $ trac-migrate.py /path/to/source /path/to/dest mysql://tracuser:password@localhost/trac
     79  $ trac-migrate.py --in-place /path/to/source sqlite:db/trac.db
     80  $ trac-migrate.py --in-place /path/to/source postgres://tracuser:password@localhost/trac?schema=destination
     81  $ trac-migrate.py --in-place /path/to/source mysql://tracuser:password@localhost/trac
    8482}}}
    8583