Open steve-chavez opened 8 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.
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.
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:
Trying to upgrade..