Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 739 Bytes

07-30-schema-migrator.md

File metadata and controls

9 lines (5 loc) · 739 Bytes

Schema Migrator

Schema Migrator is responsible for Kyma Environment Broker's database schema migrations.

Development

To modify the database schema, you must add migration files to the /resources/keb/migrations directory. Use the create_migration script to generate migration templates. See the Migrations document for more details. New migration files are mounted as a Volume from a ConfigMap.

Make sure to validate the migration files by running the validation script.