Jasper Siepkes
Jasper Siepkes
@jefferai Thanks for your answer! So the definitive answer is that making an atomic snapshot of the backend is enough and Vault will work with that? I'm double checking because...
As an alternative to documentation would it perhaps be an idea to add a mode in which Restic tells how many and which calls it made to a cloud backend...
I would like to propose using a different library then the (default) AWS S3 Ruby client in order to make the S3 endpoint configurable. That way its possible to use...
@gjongenelen It is currently also possible to use the file storage backend. That would solve your DB issue for now (which btw might be just a DB configuration issue). You...
As discussed on Mattermost this PR now only includes the change from C3P0 to HikariCP. I have removed the `IDEMPIERE_DB_JDBC_URL`.
I've updated the diff to also include the Oracle DB driver as requested. Though I didn't have the means yet to test it so it's untested. Additionally i've cleanup the...
Fixed all Eclipse warnings! My brain is still adjusting for Eclipse after being on Intellij for about 10 years or something ;-)
> There is a new version of HikariCP 5.0.1 with updated dependencies (log4j and h2) Log4j is only used by HikariCP in tests but it's indeed probably best to steer...
Didn't know a test suite existed, good to know! I'll dive in to it.