Change Management

Customers have a concept of non-prod and prod environments. What method is used to promote the changes from a non-prod environment to a prod environment?

On the BDB Platform, we have a promotion/migration tool to move contents from one environment to another environment.

To ensure proper version control and facilitate migrations, we utilize both GitHub and GitLab.

Can the workflows & custom modules be managed within a source control like GitHub/Azure Git and then deployed via GitHub Actions/Azure DevOps pipelines?

Yes, the BDB Platform supports GitHub action/Gitlab pipelines and CI/CD deployment will happen seamlessly.

During upgrades how does the BDB Platform ensure that the customizations developed for our bespoke requirements are supported?

At the BDB Platform, we utilize standardized templates during custom development projects. Custom code is maintained outside the application and containerized separately.

BDB always ensures backward compatibility during platform upgrades to ensure seamless and efficient upgrades.

Last updated