From e375966298af39abe569c86141e11e7ce85133f5 Mon Sep 17 00:00:00 2001 From: Tan Jiang Date: Fri, 8 Jul 2016 11:07:09 +0800 Subject: [PATCH] update README.md to reference data migration guide --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1d76c2964..b0f2e8ad3 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,10 @@ $ docker login reg.yourdomain.com $ docker push reg.yourdomain.com/myproject/myrepo ``` +**Data migration:** + +The database schema can be updated in new version, so if you are upgrading from an older version with existing data, you need to migrate the existing data to new schema. For more details please refer to [Data Migration Guide](migration/README.md) + **NOTE:** For those who don't want to clone the source, or need to install Harbor on a server not connected to the Internet - there is a pre-built installation package available. For details on how to download and use this installation package, please refer to [Installation and Configuration Guide](docs/installation_guide.md) .