Skip to content

Add recipie of proper migrations flow for rolling updates #268

@samdark

Description

@samdark

Create a cookbook recipe that defines a proper flow to apply DB changes that won't interrupt prod in case of rolling updates:

  1. Do schema changes first. Apply it to the server the way that code works. Do not touch the code.
  2. Change code to leverage new schema changes.

Should answer "why" and provide a way to handle typical changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions