docs icon indicating copy to clipboard operation
docs copied to clipboard

Add recipie of proper migrations flow for rolling updates

Open samdark opened this issue 1 month ago • 0 comments

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.

samdark avatar Oct 31 '25 20:10 samdark