Merge pull request #278 from silverstripe/camfindlay-patch-1

DOCS Updating information about BlogMigrationTask
This commit is contained in:
Daniel Hensby 2015-06-28 06:19:10 +01:00
commit 6100a89d3a
1 changed files with 2 additions and 2 deletions

View File

@ -31,9 +31,9 @@ silverstripe/comments: *
composer require silverstripe/blog 2.0.x-dev
```
## Upgrading
## Upgrading legacy blog to 2.0
If you're upgrading from an earlier version to 2.0, running a `dev/build` will migrate your legacy blog to the new version.
If you're upgrading from blog version 1.0 to 2.0 you will need to run the `BlogMigrationTask`. Run the task using `dev/tasks/BlogMigrationTask` either via the browser or sake CLI to migrate your legacy blog to the new version data structure.
## Usage