mirror of
https://github.com/siderolabs/omni.git
synced 2026-01-25 21:01:02 +01:00
This pulls in https://github.com/cosi-project/state-sqlite/pull/2 Fixes https://github.com/siderolabs/omni/issues/1770 See https://github.com/siderolabs/omni/issues/1768 Sample migration logs: ``` 2025-11-05T11:18:47.340Z ESC[34mINFOESC[0m omni/state_sqlite.go:122 migrated resources from BoltDB to SQLite {"namespace": "metrics" , "type": "EtcdBackupOverallStatuses.omni.sidero.dev", "count": 1} 2025-11-05T11:18:47.340Z ESC[34mINFOESC[0m omni/state_sqlite.go:122 migrated resources from BoltDB to SQLite {"namespace": "metrics" , "type": "EtcdBackupStatuses.omni.sidero.dev", "count": 0} 2025-11-05T11:18:47.342Z ESC[34mINFOESC[0m omni/state_sqlite.go:122 migrated resources from BoltDB to SQLite {"namespace": "metrics" , "type": "MachineStatusLinks.omni.sidero.dev", "count": 2} 2025-11-05T11:18:47.342Z ESC[34mINFOESC[0m omni/state_sqlite.go:67 removed old BoltDB database after migration {"path": "_out/secondary-storag e/bolt.db"} ``` Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>