Schema Migrator is responsible for Kyma Environment Broker's database schema migrations.
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.