fix: redeploy process
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 2m37s

This commit is contained in:
zver 2023-10-30 22:24:24 +00:00
parent 174f01058d
commit aabb86b6f3

View File

@ -160,7 +160,7 @@ The full redeployment process is as follows:
* Back up metadata (export DC folder as SPK file) * Back up metadata (export DC folder as SPK file)
* Back up the physical tables in the DC library * Back up the physical tables in the DC library
* Deploy a brand new instance of DC * Do a full deploy of a brand new instance of DC
- To a new metadata folder - To a new metadata folder
- To a new frontend folder (if full deploy) - To a new frontend folder (if full deploy)
* _Delete_ the **new** DC library (metadata + physical tables) * _Delete_ the **new** DC library (metadata + physical tables)
@ -175,5 +175,6 @@ The full redeployment process is as follows:
- Metadata + frontend, NOT the underlying DC library data - Metadata + frontend, NOT the underlying DC library data
* Rename the new instance so it is the same as the old * Rename the new instance so it is the same as the old
- Both frontend and metadata - Both frontend and metadata
* Run a smoke test to be sure everything works!
If you are unfamiliar with, or unsure about, the above steps - don't hesitate to contact the Data Controller team for assistance and support. If you are unfamiliar with, or unsure about, the above steps - don't hesitate to contact the Data Controller team for assistance and support.