semaphore icon indicating copy to clipboard operation
semaphore copied to clipboard

Boltdb instructions

Open dewongway opened this issue 3 years ago • 3 comments

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

dewongway avatar Mar 11 '22 17:03 dewongway

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 avatar Mar 12 '22 15:03 fiftin

@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?

AndrewSav avatar May 02 '22 11:05 AndrewSav

@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?

AndrewSav avatar May 03 '22 03:05 AndrewSav