Repository: kylin Updated Branches: refs/heads/document e878eb7d3 -> 28d64ee80
KYLIN-1462 Update upgrade document Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/28d64ee8 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/28d64ee8 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/28d64ee8 Branch: refs/heads/document Commit: 28d64ee803f68afadd4c96f801024d9a21e60b01 Parents: e878eb7 Author: lidongsjtu <[email protected]> Authored: Wed Mar 2 15:05:50 2016 +0800 Committer: lidongsjtu <[email protected]> Committed: Wed Mar 2 15:05:50 2016 +0800 ---------------------------------------------------------------------- website/_docs2/howto/howto_upgrade.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/28d64ee8/website/_docs2/howto/howto_upgrade.md ---------------------------------------------------------------------- diff --git a/website/_docs2/howto/howto_upgrade.md b/website/_docs2/howto/howto_upgrade.md index 8d80d3a..32ac0cf 100644 --- a/website/_docs2/howto/howto_upgrade.md +++ b/website/_docs2/howto/howto_upgrade.md @@ -9,6 +9,8 @@ since: v2.0 ## Upgrade from v1.x to v2.0 +Here Kylin v2.0 are generated from 2.0-rc branch. + From v1.x to v2.0, Kylin's cube data is backward compatible, but metadata has been refactored as new schema, to support new features on cubing and query enhancement. So if you want to deploy v2.0 on your v1.x base, you need to upgrade the metadata as following steps: #### 1. Backup metadata on v1.x
