automated databasedeployment rally

26
Automate Your Database Deployments Grant Fritchey Product Evangelist Redgate Software

Upload: grant-fritchey

Post on 14-Jul-2015

149 views

Category:

Software


0 download

TRANSCRIPT

Automate Your Database DeploymentsGrant Fritchey

Product Evangelist – Redgate Software

Get in touch

scarydba.com

[email protected]

@gfritchey

Grant Fritchey

Development

Continuous integration

Build Test

Publish Sync

ALTER

TABLE

foo…

Deployment

script

Release management

Artifact

repository

Production

Trigger

Review,

Backup

& deploy

Source control

QA / Test / Pre-production

Continuous delivery for databases

Continuous

IntegrationDevelopment ProductionTesting

OperationsDatabase development

and change management

Development

Continuous integration

Build Test

Publish Sync

ALTER

TABLE

foo…

Deployment

script

Release management

Artifact

repository

Production

Trigger

Review,

Backup

& deploy

Source control

QA / Test / Pre-production

Continuous delivery for databases

In this presentation

Continuous

IntegrationDevelopment ProductionTesting

patterns and practices

• the advantages

• the challenges

what it is and isn’t

Common misconception:

Continuous delivery = Continuous deployment

But in fact:

Continuous delivery means making sure your

database changes are always production-ready.

Development Test Production

Continuous Integration

Continuous deployment

Continuous delivery

Release pipeline

Approval

gate

deployment pipeline

SOURCE

CONTROL

CONTINUOUS

INTEGRATION

AUTOMATED

TESTING

AUTOMATED

DEPLOYMENT

• Use version control for all code (including tests)

• Commit early, commit often

• Use tools o If it’s hard, people don’t do it

• Train people

• Build often

SOURCE

CONTROL

Requires

Delivers

CONTINUOUS

INTEGRATION:

FUNDAMENTALS

Complete deployment

Incremental deploymentCONTINUOUS

INTEGRATION:

FUNDAMENTALS

Development

Continuous integration

Build Test

Publish Sync

ALTER

TABLE

foo…

Deployment

script

Release management

Artifact

repository

Production

Trigger

Review,

Backup

& deploy

Source control

QA / Test / Pre-production

Continuous delivery for databases

Focus here

Continuous

IntegrationDevelopment ProductionTesting

Deployment

package

deployment package

1

2

3

Back to

Development

FAI

L

Staging matches production

AUTOMATED

DEPLOYMENT

Development

Continuous integration

Build Test

Publish Sync

ALTER

TABLE

foo…

Deployment

script

Release management

Artifact

repository

Production

Trigger

Review,

Backup

& deploy

Source control

QA / Test / Pre-production

Continuous delivery for databases

Continuous

IntegrationDevelopment ProductionTesting

OperationsDatabase development

and change management

Wait…

AUTOMATED

DEPLOYMENT

Ready to go now?…

…you need a rollback

and recovery strategyAUTOMATED

DEPLOYMENT

AUTOMATED

DEPLOYMENT

Development Test Production

Continuous Integration

Continuous deployment

Continuous delivery

Release pipeline

Approval

gate

Continuous Delivery by Jez Humble and David Farley (Addison Wesley)The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business

Win by Gene Kim, Kevin Behr and George Spafford (IT Revolution Press)The Goal: A Process of Ongoing Improvement by Eliyahu M. Goldratt and

Jeff Cox (Gower Publishing Ltd.)Agile Organization by the agile admin (theagileadmin.com)

www.red-gate.com/deliveryPatterns and practices

Red Gate training academywww.youtube.com/user/RedGateVideos