embedded-postgres-binaries
embedded-postgres-binaries copied to clipboard
Lightweight bundles of PostgreSQL binaries with reduced size intended for testing purposes.
Zonky fails to find the postgres command running under Rosetta 2: :06.139 INFO [main] i.z.t.d.p.e.DefaultPostgresBinaryResolver System specific postgres binaries found: 'postgres-darwin-x86_64.txz' 22:37:06.340 INFO [main] i.z.t.d.p.e.EmbeddedPostgres Postgres binaries at /var/folders/3j/7r1wlvfx0pz4czr1bny8llg80000gp/T/embedded-pg/PG-a2a9bc65661eac6f108fc920268a87b3 22:37:06.414...
Hi, Wanted to ask whether you are planning to release binaries of embedded postgres with postgis extension? ([following this PR](https://github.com/zonkyio/embedded-postgres-binaries/pull/5)) I have tried to build it manually following the instructions...
I know the documentation says only versions 2.5.2+, 2.4.7+, 2.3.9+ but I wanted to build with 3.2.4. When building with the `-PpostgisVersion=3.2.4` flag, my build is failing with the following...
Thanks you for all your effort in producing / maintaining the PostgreSQL binaries! I have recently updated [theseus-rs/postgresql-embedded](https://github.com/theseus-rs/postgresql-embedded) to support installing the archives from this project. I believe the other...
This project is used by lots of other projects it seems, but it is entirely unclear to me what the security assumptions for downloading these postgres binaries are. Is it...
Running on a M1 Pro: ``` java.lang.IllegalStateException: Process [/tmp/embedded-pg/PG-88e316b7b2c2fa6db9edbebfc9863872/bin/initdb, -A, trust, -U, postgres, -D, /tmp/epg1048179472521581922, -E, UTF-8] failed at io.zonky.test.db.postgres.embedded.EmbeddedPostgres.system(EmbeddedPostgres.java:653) at io.zonky.test.db.postgres.embedded.EmbeddedPostgres.initdb(EmbeddedPostgres.java:261) at io.zonky.test.db.postgres.embedded.EmbeddedPostgres.(EmbeddedPostgres.java:159) ``` Running it manually shows a...
Hi, Do you have any plans to include FreeBSD support? Thanks
Flyway and Liquibase allow running schema migrations through `psql`. If the migrations used to setup the test environment rely on being run with `psql` using embedded-postgres gets a bit tricky....