Home / Companies / Octopus Deploy / Blog / Post Details
Content Deep Dive

Deploying to Oracle with Octopus Deploy and Liquibase

Blog post from Octopus Deploy

Post Details
Company
Date Published
Author
Shawn Sesna
Word Count
862
Language
English
Hacker News Points
-
Summary

Deploying an Oracle database using Liquibase with Octopus Deploy can streamline the typically challenging process of database deployments by utilizing Liquibase's unique changelog feature, which allows migrations to be defined in formats like XML, JSON, and YAML, in addition to SQL. The post details the steps involved in incorporating a Liquibase step template within Octopus Deploy, emphasizing the importance of selecting the appropriate database type and providing necessary connection details like server name, port, and credentials. It also outlines additional steps like creating users, assigning roles, and generating change scripts for review before deployment. The example uses a sample project, Sakila, to demonstrate these procedures, showcasing how Octopus Deploy supports various database technologies and deployment methods, ultimately enhancing the efficiency and reliability of database updates.