Ilya
Ilya
It looks like the container is using root user, which is a known limitation of Postgres server (please refer the respective section of a readme file for more info). If...
Hey guys, sorry, I haven't been looking after this project for a while. IIRC this one hasn't been merged due to the failing builds on Windows. If someone would like...
@edrdo You're right, PostgreSQL (and therefore this library as well) has some limitations. The problem with Appveyor is that it runs builds under administrator by default and PostgreSQL cannot be...
@zsolt-donca Can you trace the problem in the code? I don't have an ability to test the library on Windows for now, so it would be really helpful.
Hi @pandey-vikesh, can you please be more specific? What are you using for the static code security analysis? Why is this important to you? In any case this project is...
Hi @jeremiehuchet . Looks like it is a bug in EmbeddedPostgres class, which is removing data only. Another issue is that by default it uses `CachedPostgresArtifactStore` which does not remove...
@mnimer I'm afraid there's no easy way to implement such feature. But I believe it is possible. Unfortunately I don't have enough time for now, but any PRs are definetely...
I'm going to setup windows based builds for this project soon. But currently I cannot test it under Windows. What's your Windows version?
@TheNitek thanks for suggestion. This project is based on [embed.process](https://github.com/flapdoodle-oss/de.flapdoodle.embed.process) library, which supports such ability. You should specify your own `proxyConfig` within the `DownloadConfigBuilder`, which is a propery of `ArtifactStoreBuilder`....
Hi guys @alinbrici @jlemay thank you very much for your contribution. Sorry for the late reply, I'm not very much into this project at the moment. Why is this important...