Flyway is really nice for migrating database, but it needs something to migrate.
An system might have addition and removal of applications each having their own database and credentials in a shared Postgres in Kubernetes for instance.
Manual setup by a sysadmin or developer is not an option.
What is the best practices for this, if any?