Changes between Version 14 and Version 15 of FullBlogPlugin


Ignore:
Timestamp:
Apr 27, 2008, 12:32:55 AM (16 years ago)
Author:
John Hampton
Comment:

Basic usage info for migrate-tracblog.py script

Legend:

Unmodified
Added
Removed
Modified
  • FullBlogPlugin

    v14 v15  
    4747To see the blog in action, visit its 'home' at http://www.coderesort.com/about/blog
    4848
     49== Migration ==
     50
     51There is a script available (attached to #2927 currently) for migrating existing TracBlogPlugin users to the FullBlogPlugin.
     52
     53To use it:
     54 * Install TagsPlugin 0.6
     55 * Install FullBlogPlugin
     56 * Upgrade the Trac environment:
     57{{{
     58trac-admin /path/to/env upgrade
     59}}}
     60 * Run the migration script:
     61{{{
     62migrate-tracblog.py /path/to/environment
     63}}}
     64 * Confirm the migration succeeded, then remove the old posts (if desired)
     65{{{
     66migrate-tracblog.py /path/to/environment --delete-only
     67}}}
     68Take a look at `migrate-tracblog.py --help` for more options
     69
    4970== Bugs/Feature Requests ==
    5071