feat: use sqlite as secondary resource storage#1789
Merged
talos-bot merged 1 commit intosiderolabs:mainfrom Nov 5, 2025
Merged
feat: use sqlite as secondary resource storage#1789talos-bot merged 1 commit intosiderolabs:mainfrom
talos-bot merged 1 commit intosiderolabs:mainfrom
Conversation
08ffcca to
5278520
Compare
smira
commented
Oct 31, 2025
This comment was marked as outdated.
This comment was marked as outdated.
f6277fd to
d06a3c3
Compare
2c4b1d1 to
a14abb9
Compare
This pulls in cosi-project/state-sqlite#2 Fixes siderolabs#1770 See siderolabs#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>
a14abb9 to
75a9f3e
Compare
Unix4ever
approved these changes
Nov 5, 2025
Member
Author
|
/m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pulls in cosi-project/state-sqlite#2
Fixes #1770
See #1768
Sample migration logs: