Database Migration Runbook
Table of Contents
Procedures for migrating databases, expanding storage, and schema changes.
Storage Expansion
# Expand PVC
kubectl edit pvc mysql-data-mysql-0 -n dev
# Increase storage size
# Verify expansion
kubectl exec mysql-0 -n dev -- df -h /var/lib/mysql