Beta release now available - Redgate Change Automation for migrations-based deployments
StephanieHerr
Redgate › Posts: 174 Gold 1
Redgate Change Automation (beta) is a command-line application that can be used as part of a CI/CD pipeline to automate the deployment of migration scripts for Oracle databases. It enables you to build a safe, automated release process with the following capabilities:
- A detailed change report so DBAs can quickly understand what objects will be changed and how as part of each release
- PL/SQL Code Analysis to check that best practices are being followed and your naming conventions are being enforced
- It integrates with utPLSQL, an Open Source database unit testing framework that we sponsor. so you can run automated tests as part of your CI/CD process to make your release safer
- Drift detection to make releases safer and catch any changes that happen outside of your release process and address these
Redgate Change Automation has the following 4 commands
- build - validates the migration scripts in the repo and runs code analysis
- test - executes any utPLSQL tests
- release-prepare - produces a targetted release artifact for a particular database version with change and drift reports
- release-perform - executes the deployment script, if there is no drift
There are currently 3 ways to get Redgate Change Automation:
- Windows - use the Deployment Suite for Oracle installer
- Docker - Download the image from Dockerhub
- Linux - (Coming soon) direct download of the .zip archive (mamailto://OracleFeedback@red-gate.com?subject=DSO-Forum-RCA-On-Linux contact us if you need this sooner)
Thank you!
Stephanie M. Herr :-)
Product Manager Database DevOps
Stephanie M. Herr :-)
Product Manager Database DevOps
Comments