Merge pull request #1293 from acburdine/fix/ghost-v2

update ghost readme with 1.x => 2.x migration
This commit is contained in:
yosifkit 2018-08-31 12:26:06 -07:00 committed by GitHub
commit f13d6e982c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -40,7 +40,13 @@ $ docker run -d --name some-ghost -p 3001:2368 -v /path/to/ghost/blog:/var/lib/g
$ docker run -d --name some-ghost -p 3001:2368 -v /path/to/ghost/blog:/var/lib/ghost %%IMAGE%%:0.11-alpine $ docker run -d --name some-ghost -p 3001:2368 -v /path/to/ghost/blog:/var/lib/ghost %%IMAGE%%:0.11-alpine
``` ```
### Breaking change ### Breaking changes
#### Ghost 1.x.x => Ghost 2.x.x
When upgrading from Ghost 1.x to Ghost 2.x, you must make sure you are already running the latest version of Ghost 1.x *before* upgrading to 2.x. Otherwise, you may run into database errors.
#### Ghost 0.11.x => Ghost 1.x.x
If you want to run Ghost 0.11.xx, be aware of the container's path difference: If you want to run Ghost 0.11.xx, be aware of the container's path difference: