How to stop standardization being a stumbling block in database DevOps

Updated July 2020 More and more enterprises are seeing the merit of introducing DevOps to speed up application and database development and deliver value into hands of their customers faster. The collaboration and cooperation it encourages typically reduces errors, cuts down delays and removes the pain from deployments. That’s the good news. The downside... Read more

Eleanor Hughes

26 June 2020

Eleanor Hughes

26 June 2020

The Redgate Streamed APAC Edition – proof that virtual events can still be local events

In light of the current pandemic, IT conferences and events across the world are being cancelled, postponed – or moved to the virtual space. At Redgate, we’ve been doing the same with a series of free online webinars, livestreams and training courses. But at 8am Australian Eastern Standard Time on Thursday, July 2, we’re... Read more

Philip Liddell

25 June 2020

Philip Liddell

25 June 2020

Flyway 6.5.0 Released

Flyway 6.5.0 is out! This release contains new features and improvements over Flyway 6.4.0. Highlights You can find a detailed list of the changes in the release notes. Toggle schema creation By default, Flyway will attempt to create the schemas provided by the schemas and defaultSchema configuration options. This behavior can be toggled with the createSchemas configuration option. This might be useful... Read more

Cecilia Judmann

10 June 2020

Cecilia Judmann

10 June 2020

Join us at the DevOps Enterprise Summit and learn all about database DevOps for enterprises

This year, the DevOps Enterprise Summit London is going virtual. From June 23 to June 25, it will offer three full days of immersive online learning in a collaborative and innovative environment. Expect a world-class line-up of speakers, a packed agenda, and the opportunity to learn about the tools and practices needed to implement... Read more

Matt Hilbert

9 June 2020

Matt Hilbert

9 June 2020

Can the shared development model work without shared environments?

Discussions about the pros and cons of the shared and dedicated development models have been going on for a long time. As far back as 2011 the well-known Microsoft Regional Director and MVP, Troy Hunt, wrote a long and impassioned article on Simple Talk, titled: The unnecessary evil of the shared development database. You... Read more

Mikiel Agutu

8 June 2020

Mikiel Agutu

8 June 2020

JVM Properties

At its core, Flyway is a Java library, though it hooks into many clients which are frequently used in non-Java contexts. For non-Java contexts we’d like Flyway to be as platform-agnostic as possible. Nonetheless, some Java-specific concepts have to be exposed, like our use of Java Database Connectivity (JDBC) drivers. The Flyway Command Line... Read more

Continuous Integration vs Continuous Deployment

The terms Continuous Integration and Continuous Deployment tend to be combined into the acronym CI/CD, often without any distinction between the two. CI and CD are distinct processes, even if this combining of terms suggests that Continuous Deployment is an extension of Continuous Integration, and the execution of both processes is the responsibility of a single tool. Assuming... Read more