In this article, I will explain how DevOps can help you gain a competitive edge. I’ll also dive deep into the top challenges of DevOps adoption.
DevOps
Flyway Error: Found non-empty schema(s) without schema history table
We bumped into a Flyway error while trying to deploy new schema changes against an existing database. In this blog, I will explain how to identify and resolve this Flyway error so that you can successfully deploy your schema changes through an automated pipeline.
Speaking at SteelCity SQL Meeting on Azure DevOps
I will be presenting on Azure DevOps at the SteelCity SQL User Group September Meeting tonight. To all the user community in Birmingham please RSVP using the Meetup link below, so that we can plan the logistics accordingly.
Speaking at SQL Saturday Atlanta 2018
I am excited to be presenting at SQL Saturday Atlanta this weekend. This will be my 2nd year speaking at this awesome conference. I am looking forward to meet lot of folks from the Tech community and have a good time with friends and SQLFamily.
Continuous Delivery with Blue-Green Deployments
Blue-Green Deployment is a software pattern to deploy and release your application with minimal downtime and risk. This is achieved by maintaining multiple production-ready environments at the same time – termed as Blue and Green.
It’s time for CodeStock 2018
I am super excited to be presenting at CodeStock tomorrow. This will be my 2nd year speaking at this awesome conference. I look forward to meet lot of folks from the Tech Community and have a good time.
Database Delivery – State based vs Migration based
For database development and deployment there are primarily 2 delivery mechanisms — State based and Migration based approach. In this article, we will understand in details about these 2 approaches and identify use cases in real world & scenarios where they fit and not.
Handling Rollback of Database Deployments with a single click
Performing Database rollbacks is complex and cannot be an after thought. In this article, we will learn how to make your Database Rollbacks a non-event and have the luxury of one click rollbacks.
Handling Database Drifts in State based vs Migration based approach
Database Drifts can be termed as any change to the database schema or reference data that was made directly in the database environment – outside of the normal automated delivery pipeline. In this article, we will understand how to handle it in State based and Migration based approach.
Continuous Delivery Is Not Continuous Deployment
In this article, we will quickly learn about the difference between Continuous Integration, Continuous Delivery and Continuous Deployment.
Continuous Database Integration with Flyway
Data is hard to manage and databases are hard to test. Database deployments are far more complicated than application deployment, since you cannot redeploy your code from scratch every time. In this article, you will learn about an open source tool called Flyway and how it makes database migrations easier.