PostgREST / postgrest-benchmark

Reproducible benchmark for PostgREST
MIT License
2 stars 0 forks source link

upgrade nixops to latest #3

Open steve-chavez opened 3 months ago

steve-chavez commented 3 months ago

Trying to upgrade..

steve-chavez commented 3 months ago

postgrest-bench-deploy works normally now but I'm compiling a lot of stuff. Will try a least recent version of nixpkgs in case caches are available.

steve-chavez commented 3 months ago

Will try a least recent version of nixpkgs in case caches are available.

Ah nice, tried a 2 days older version and I'm getting cache hits now.

steve-chavez commented 3 months ago

There are some problems with Nginx now. Its systemd service comes with PrivateTmp=true now, making it impossible to share it the /tmp/socket created by PostgREST. Disabling PrivateTmp causes other issues..

Seems I need to add a systemd socket to share it between the services...

References: