Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Beginning Liquibase - Introduction

Beginning Liquibase - Introduction

Introduction Unit slides for the Beginning Liquibase course.

Przybylski 중광

January 22, 2013
Tweet

More Decks by Przybylski 중광

Other Decks in Technology

Transcript

  1. What is covered in this course? Understanding Liquibase tools Setting

    up a Liquibase project Copying databases Liquibase and Maven Introduction to Change Management Using Liquibase within your Development Processes Using Liquibase for environment deployment
  2. What basically IS Liquibase? Version control for database changes A

    real methodology for managing database modifications as incremental changes A process tool It integrates with Ant it Integrates with Maven A data migration tool A command line tool A documentation tool
  3. Goals and Objectives Developers will understand how to make database

    agnostic changes as well as how to test changes before deploying them. Developers will learn to keep their database changes synchronized across team members. Configuration Managers will understand how to setup projects to use liquibase. Configuration Managers will learn to implement processes for deployment, continuous integration, and testing