k3s-io / kine

Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.
Apache License 2.0
1.63k stars 234 forks source link

Update schema and add migrations for mysql and pgsql #273

Closed brandond closed 7 months ago

brandond commented 8 months ago

Extends id column to bigint for new databases.

Existing databases will be migrated if the KINE_SCHEMA_MIGRATION environment variable is set to 1 or higher.