Skip to content

Production operations

Production operation spans application schema, database files, internal storage formats, backup chains, and service boundaries. These are independent; a binary upgrade, schema migration, and backup restore are not the same action.

Read in order:

  1. Storage and failures
  2. Schema migrations
  3. Backup, restore, and compaction
  4. Service deployment
  5. Metrics and diagnosis
  6. Upgrading

Rehearse material changes against a quiescent copy and verify schema identity, ledger, typed rows, indexes, application reads/writes, reopen, and check.

Last updated:

Released under the MIT License.