From 740777b9671de0d59c88fe71ac065fb778fe77e7 Mon Sep 17 00:00:00 2001 From: Raju Udava Date: Wed, 25 Aug 2021 17:38:51 +0530 Subject: [PATCH] metadata import & export example Signed-off-by: Raju Udava --- .../en/setup-and-usages/meta-management.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/noco-docs/content/en/setup-and-usages/meta-management.md b/packages/noco-docs/content/en/setup-and-usages/meta-management.md index 57008a4f13..dc375b4319 100644 --- a/packages/noco-docs/content/en/setup-and-usages/meta-management.md +++ b/packages/noco-docs/content/en/setup-and-usages/meta-management.md @@ -31,6 +31,20 @@ Under ``Project Metadata``, you can perform the following operations. Import / Export will only transfer metadata and files related to the project and not any table data in the project. +## Migration example +### Export metadata +Source project : Under ``Meta Management`` tab, select ``Export zip``, click ``Submit``. This step extracts project metadata and stores it in compressed (zip) format + +![meta-dev](https://user-images.githubusercontent.com/86527202/130780497-89578bd0-a417-468a-92d8-88c5c07a72b0.png "Step-Export") + +### Import metadata +Destination project : Under ``Meta Management`` tab, select ``Import zip``, select ``meta.zip`` file stored in previous step. This step imports project metadata from compressed file (zip) selected and restarts project. + +![meta-prod](https://user-images.githubusercontent.com/86527202/130781015-3477e596-b1bc-4189-9853-bfd850157ba8.png) + +--- + + ## Database Metadata Under ``DB Metadata``, You can manage your models. For example, if you do not want to expose some APIs, you can untick those under APIs here. @@ -47,4 +61,4 @@ You can control the access to each table and relation by roles. ![image](https://user-images.githubusercontent.com/35857179/127611188-339de6ca-e648-47c0-a358-eee0d03ae9d0.png) -![image](https://user-images.githubusercontent.com/35857179/127611237-5c43e194-a8ba-4e33-b473-5b690a38e80d.png) \ No newline at end of file +![image](https://user-images.githubusercontent.com/35857179/127611237-5c43e194-a8ba-4e33-b473-5b690a38e80d.png)