Yuli

Results 21 comments of Yuli

I committed the postgresql support: https://github.com/securitybunker/databunker/blob/master/src/storage/pgsql-storage.go I will need to do some tests to make sure it is working.

You will be able now to run Databunker with PostgreSQL First run: `./generate-pgsql-env-files.sh` script to generate `.env` directory and files with sectets. Run `docker-compose -f docker-compose-pgsql.yml up` to start postgresql...

Hi *socat* is not installed by default in stolon containers. I will look at libkv alternatives too. Thanks!

Hi, I can conform that it works correctly now for my project ;-) https://github.com/securitybunker/databunker

@rakateja I am running it for quite a long time and I see no problems. Thanks

Hi I have just checked the code - I do not see that the "shareable record" is deleted from the database. So, it can be restored - there is no...

Hello Thank you for brining this issue. I implemented a simplified way of versioning for Databunker. During the code build and container build process, the version is taken from this...

I made another changes in build.sh script to generate version as you suggested. Check now: ``` ./databunker --version Databunker version: 0.8.2-20240428120914-65521a3b9f25 ``` I publish containers with *0.8.2* and *latest* tags....

Hello I am not sure the code is relevant, may be part of it. I never reached the hardware step - so I do not know about timing for a...