semaphore
semaphore copied to clipboard
Boltdb instructions
Hi, I want to try out using the boltdb for semaphore but not sure what I need to do with it. Is there any documentation on what needs to be done? I noticed that after running semaphore setup, it would create the boltdb datafile but semaphore cannot connect to the database.
I'm using semaphore rpm version 2.8.53.
Thanks
BoltDB is a embedded database. BoltDB is a single file like SQLite. The file is created automatically. You can read it by tool https://github.com/br0xen/boltbrowser.
@fiftin Does BoltDB have performance limitations? If yes, is there a rule of thumb, when BoldDB is adequate and when Postgres/MySql is a better choice?
@fiftin and another related question, is there a way to migrate data between different dialects, e.g. if I want to move from BoltDB to Posgres/MySql?