From 5793c07afcfa1576bc7c7325c1bc404b32ceaadc Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Fri, 31 Aug 2018 08:26:01 -0400 Subject: [PATCH] update ghost readme with 1.x => 2.x migration --- ghost/content.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ghost/content.md b/ghost/content.md index aeaff918b..e978d1392 100644 --- a/ghost/content.md +++ b/ghost/content.md @@ -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 ``` -### 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: