CDD Database Upgrade
Database Upgrade transforms an existing database objects to new version. The Database upgrade support the below operations.
- Adding new tables
- Adding columns to existing tables
- Adding indexes to table columns
Database upgrade feature is executed in the Microservice framework in different ways based on the user requirements. We have implemented the features in all the stacks including K8, Azure, and AWS.
- Infrastructure API service
- APP Init service for Kubernetes (K8 stack alone)
In this topic