dbmaestro's state of the database continuous delivery survey- findings revealed

57
Yaniv Yehuda Continuous Delivery Survey Findings Revealed

Upload: dbmaestro

Post on 27-May-2015

128 views

Category:

Software


0 download

DESCRIPTION

DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

TRANSCRIPT

Page 1: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

Yaniv Yehuda

Continuous Delivery Survey

Findings Revealed

Page 2: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

2

• You will be on mute for the duration of the event

• We are now talking so please type a message in the Questions box in the Control Panel if you can’t hear us (please check your speakers and GoToWebinar audio settings first)

• If you have questions during the session, please submit them on the Q&A bar on your gotowebinar dashboard and we will address them at the end

• A recording of the full webinar will be put up online

Before We Begin

Page 3: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

3

Presenter

Yaniv Yehuda• CTO, Co-Founder at DBmaestro

Page 4: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

About DBmaestro

• Founded in 2008, product launched in 2010• Founded by Yariv Tabac and Yaniv Yehuda• Headquartered in Israel, Global Operations

Page 5: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

5

The State of

Database Continuous Delivery

in 2014

The Survey

Page 6: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

6

• Over 150 Companies• Financial (49%)• Government (21%)• Retail (20%)• Other (10%)

• Over 200 participants• DBAs (26%)• Developers (24%)• Directors (16%)• IT Ops (12%)• Others (22%) – can I got more data about this?

The Survey

Page 7: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

7

The State of Database Continuous Delivery in 2014• What is Continuous Delivery?• Why is it important?

The Survey

Page 8: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

8

Continuous Integration

Continuous Delivery

Continuous Deployment

Automation is the Name of the Game…

Page 9: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

9

• A process…• Focus on streamlining development

• Developers integrate code into shared repository• Each check-in is verified• Automated builds• Automated tests• A feedback loop• High visibility

• Easier & quicker to prevent and find problems, less back tracks => short integrations

What is Continuous Integration?

Page 10: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

10

• Next step after continuous integration• Becoming lean, and even more Agile

• Make sure each change is releasable • Develop-> build-> test-> move to staging-> acceptance test

• Build a process to release with a push of a button• Deploy to production-> test production

• Actual deployment to production is manually actuated

=> Ensure risk mitigation and high efficiency

And Continuous Delivery?

Page 11: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

11

• Why is that happening?

Continuous Delivery Moving Ahead!

Page 12: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

12

• Doing better with less• Reacting quickly to market needs• Getting ahead of competition

• Just can’t wait 6 months for that next release…• Agile Development• Process Automation• DevOps

Living in an Agile world…

Page 13: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

Dealing with Risk

Smaller and more focused changes are easier to manage (Agile…) Automation of repeating tasks lowers risk of (human) error Development and Operations should work in synergy (DevOps)

Page 14: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

14

• Rapid changes• Reacting quickly to market needs• Getting ahead of competition

• Fewer changes backed out• Better collaboration• Fewer defects

• Ultimately better service • Happy customers • Profitability

Why Continuous Delivery?

Page 15: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

15

This is why!

Page 16: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

16

But…

Page 17: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

17

• Why not 100%? • What is so special about the database?

Where is the gap?

Page 18: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

18

• The database holds your essential information• Any changes can impact the entire system• Need to be synchronized with other changes• Often overlooked

Database is a Key Component

Page 19: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

19

• There is more to a database than SQL scripts• Schema structure• Code• Content and meta-content• Internal dependencies• …

• Ensure that changes are not made without authorization

• Ensure no out-of-process changes

Reaching Inside the Database

Page 20: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

20

• Old adage but true• The database is often neglected and therefore can

become the weakest link• Essential from a compliance and business point of

view• Should be the strongest link

The Weakest Link In a Chain

Page 21: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

21

• Why?

Down from 81% to a HALF?

Page 22: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

22

• Silos exist…• Don’t always communicate effectively• Need to share knowledge• Need to follow same procedures & best

practices

Developers and DBAs

Page 23: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

23

• Mistrust…

So why not move forward?

Page 24: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

24

Let talk about Mistrust…

“it was difficult to track who made a change to a database object and what change they made.” (working-around file based version control)

“it took hours to get releases working. some changes were not documented and left out…” (manual and error prone releases)

“We recently had a disaster - the script in the version control was not updated and when executed in production, ran the wrong revision. That cost tens of thousands of $”(an out-of-process update to QA that was not properly tracked)

Page 25: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

25

Let talk about Mistrust…

“We had multiple releases to production every day. That is one release a week with multiple follow up fixes, and yet more fixes”(code overrides, partial versions, wrong versions – all pushed to production)

“we had an incident where a trigger was not correctly implemented during a code release. a trigger from a previous build was used instead which was only detected on Tuesday morning on the first business day after our code release. this was a customer-facing application and made our team look, and feel, bad about the release…”(manual process are hard to repeat over and over without errors)

Page 26: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

26

• Root Causes for issues:• Manual script based version control process• Deployment tools unaware of version control• No release automation red-flags…

Page 27: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

27

Mistrust in version control…

Version Control Process (file based)

Development Process

Check-Out Script

Modify Script

Get updated Script from DB

Check-In Script

Compile Scriptin DB

Debug Scriptin DB

?

??

?

A

A’

Page 28: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

28

Scripts & Version Control

Challenges… • Code-overrides• Working on the wrong revisions • Scripts do not always find their way to the version control solution• Out of process updates go unnoticed• Hard to locate outdated update scripts

Playing safe? what we really need: • The actual code of the object• The upgrade script• A roll-back script

Scripts• Hard to test in their entirely (holistically)• Hard to test due to colliding dependencies• Need to run in a specific order…• Much harder to deal with project scope changes

Page 29: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

29

X1.11.1.11.11.21.31.41.51.61.7

Mistrust in scripting automation…

Int QA Stage Prod

Database Deploy Script

Environment

Re-Base (due to defects)

DevDev

DevModel

1.1 1.2

1.2 1.3

1.3 1.4

1.4 1.5

1.5 1.6

1.6 1.7

1.11.11.41.7

1.1 1.2

1.2 1.3

1.3 1.4

1.4 1.5

1.5 1.6

1.6 1.7

1.1 1.2

1.2 1.3

1.3 1.4

1.4 1.5

1.5 1.6

1.6 1.7

Out of Process Change

X

X

X

X

X

? 1.1.1

X

Page 30: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

30

Scripts are static…

Scripts, unless super sophisticated:• Unaware of changes made in the target environment• Time passed from their coding to the time they are run• Potentially overriding production hot-fixes or work done in parallel

by another team

Content changes are very hard to manage• Metadata & lookup content does not practically fit into the VC• In most cases they are simply not managed

 

Page 31: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

31

Dealing with challenges…

Coordinated Process Traceability

Start in the Beginning

No Out-of-Process Changes

Impact Analysis

Automation

Task Based Development

Well Defined Processes

Page 32: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

32

Version Control - One Enforced Process

Page 33: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

33

Dealing with challenges…

Integrated Database Version Control process• Leverage proven version control best practices

• Forcing check in & out for changes• Labels• etc..

• No code-overrides• Always working with the correct revision• All changes are documented• Always know who did what, when, why and from where• No out-of-process changes

• Supporting structure, code and content

No time spent on manual coding of the change scripts

Page 34: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

34

Bonus Points

Task based development…• Correlate each database change with a change request

• Task ID• Work Item• Trouble Ticket• CR• etc…

…enables task based deployments• Partial deployments (a feature, a collection of bugs, etc…)• Scope changes easily synced between code and database

Page 35: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

For deployment automation we need:

Repeatability & Safety

Using tools make sense …

Page 36: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

36

1.11.21.31.41.51.61.7

Build & Deploy On Demand

*

Int QA Stage Prod

Database Deploy Script

Environment* Execute the same script being executed at the Stage environment

Re-Base (due to defects)

DevDev

DevModel

1.1 1.2

1.2 1.3

1.3 1.4

1.4 1.5

1.5 1.6

1.6 1.7

1.1 1.4

1.4 1.7

1.1.1 1.7

1.1 1.1 1.11.41.7

File Based Version Control

Out of Process Change

1.1.11.7 1.1.11.7

Page 37: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

Using tools

Test cases using compare & sync tools:

An index exists in source (QA) but not in target (Production)What should we do? Add the index or not?

Page 38: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

38

Compare & Sync tools

Safe to automate?

Sure… (?)

Page 39: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

Deployment Automation

An index exists in Target (Production) but not in source (QA)What should we do? Drop the index or not?

Page 40: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

40

Compare & Sync tools

Safe to automate?

No. Requires manual inspection…

Page 41: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

41

Safe?

Simple, right?NO! we are going to BREAK production without even

knowing…

Page 42: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

42

Why break production???

A compare & sync tool:• Is unaware of any changes that occurred before the time it ran• Has no knowledge of changes that took place at the target environment

• Does not leverage version control for more information• Unable to deal with conflicts & merges between different teams

• Requires manual inspection • Requires detailed knowledge regarding each change as part of the

process

Mistrust AGAIN…

So…no automation… as we fear automating problems into production and a major risk!!!

Page 43: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

43

We need to leverage version control into deployment decisions…

Page 44: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

Safety Net For Deployment Automation

Source vs. Target

Action

= No Action

≠ ?

Source vs. Baseline

Target vs. Baseline

Action

= = No Action

≠ = Deploy Changes

= ≠ Protect Target

≠ ≠ Merge Changes

You do not have all of the information

With Baselines and 3 way analysis the unknown is now known

Simple Compare & Sync Baseline aware Analysis

Page 45: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

45

Protecting Target Environment

Development BaselinePrevious Label /

Production Golden Copy

Production

If we had the index in the baseline =>

we should take it down from production…

(Deploy Change)

Page 46: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

46

Protecting Target Environment

Development BaselinePrevious Label /

Production Golden Copy

Production

BUT… If no index in baseline =>

we should protect the NEW index on production!!!

(Protect Target)

Page 47: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

Deployment Automation

And Merge!!!

Page 48: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

48

Conflict Resolving – Database Code

Page 49: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

49

Conflict Resolving – Meta Data/Content

Page 50: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

50

Impact Analysis

Page 51: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

51

Safety Net For Deployment Automation

Database Safe Deployment Automation:• Leverages version control (baselines & previous revisions)

• Has a flexible scope (deploy multi schema to single task or work item)

• Can be run as a batch process (repeatable & consistent)

• Integrates to ALM (labels, CRs, Continuous Integration & Delivery)

• Deals with conflicts & merges to match code agility

Can raise red flags to stop the line…

if requires human intervention

Page 52: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

52

Mistrust• Database Version control• Database Automation

Awareness

Page 53: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

53

• Why?

Who should take ownership?

Page 54: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

54

• DBAs should lead adoption of database continuous processes• Building with controls to their liking• Making sure they are leaders in this process

• Strong support from management • Understanding the value• Understanding risk

• The whole industry is moving to Agile development and Continuous Delivery

Who should take ownership?

Page 55: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

Summary - What is DBmaestro TeamWork?

• Database Enforced Change Management solution+ Database version control+ Enforce best practices+ Plugs into the ALM (change request, tickets & work items)

+ Database merge & change impact analysis+ Know who can do what, where, when & why

• DevOps Solution for databases + Baseline aware deployment automation, rollback & recovery+ Reduce database deployment issues+ Plugs into release management & Continuous Delivery

Page 56: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed

56

Beats by Dre

Page 57: DBmaestro's State of the Database Continuous Delivery Survey- Findings Revealed