-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Hi there!
I've created a tool set that can be used to migrate data from BoltDB to SQLite, and I hope it helps.
I've tested it with version v2.16.19 of SemaphoreUI.
Here's how you can use it:
- First, upgrade your SemaphoreUI to version v2.16.19 (which uses BoltDB).
- Extract the data using the bolt2json tool from this repository: bolt2json
- Then, run SemaphoreUI with SQLite to generate a new empty SQLite database.
- Use my migration tool to read the exported data and convert it into plain SQL statements.
- Import these SQL statements into your SQLite database.
- Finally, restart SemaphoreUI and check if all your data has been successfully migrated.
You can find more detailed information about the migration tool here: semaphore-migration
If you're in a hurry to migrate to SQLite, you can try my tool. Otherwise, you can wait for the official migration scripts.
fiftin, mgukov and septatrix
Metadata
Metadata
Assignees
Labels
No labels