From f80021eb9fe88fc43abed4778bfe4c916a78a2b6 Mon Sep 17 00:00:00 2001 From: Derrick Mehaffy Date: Thu, 14 May 2020 08:14:17 -0700 Subject: [PATCH] Add note about CLI migration feature coming in stable. Signed-off-by: Derrick Mehaffy --- docs/3.0.0-beta.x/getting-started/troubleshooting.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/3.0.0-beta.x/getting-started/troubleshooting.md b/docs/3.0.0-beta.x/getting-started/troubleshooting.md index 3ed1e73424..b40c61b7e5 100644 --- a/docs/3.0.0-beta.x/getting-started/troubleshooting.md +++ b/docs/3.0.0-beta.x/getting-started/troubleshooting.md @@ -37,7 +37,9 @@ At this time and in the future there is no plan to allow model creating or updat ### Does Strapi handle deploying or migrating of content -Strapi does not currently provide any tools for migrating or deploying your data changes between different environments (_ie. from development to production_). We do plan to eventually add a [migration feature](https://portal.productboard.com/strapi/1-public-roadmap/c/12-migrate-across-environments) as well as a [data import and export](https://portal.productboard.com/strapi/1-public-roadmap/c/23-import-export-data) option in the future, current ETA is around Q3 of 2020. +Strapi does not currently provide any tools for migrating or deploying your data changes between different environments (_ie. from development to production_). + +With the release of the stable version (current ETA end of May 2020), there will be a CLI based migration command, and eventually this will be expanded into the AdminUI [migration feature](https://portal.productboard.com/strapi/1-public-roadmap/c/12-migrate-across-environments) as well as a [data import and export](https://portal.productboard.com/strapi/1-public-roadmap/c/23-import-export-data) option in the future, current ETA is around Q3 of 2020. ### User can't login to the admin panel