Balaji Vajjala's Blog

A DevOps Blog from Trenches

08

  • 8.1 Script a database
    • Learning Objectives
    • Scripted Databases
    • Scripted Database

8.1 Script a database

Learning Objectives

By the end of this lesson you will be able to:

  • Run database script as part of delivery pipeline.

Scripted Databases

Slide1

Scripted Database

  1. Open database schema file from the AWSCLI instance. You can also find the file by visiting https://github.com/stelligent/sample_app/tree/master/db
  2. Open database migration file from the AWSCLI instance. You can also find the file by visiting https://github.com/stelligent/sample_app/tree/master/db/migrate
  3. Open database configuration file from the AWSCLI instance. You can also find the file by visiting https://github.com/stelligent/sample_app/blob/master/config/database.yml