Skip to content

nixos/hydron: replace deprecated usage of PermissionsStartOnly#62050

Merged
matthewbauer merged 1 commit intoNixOS:masterfrom
aanderse:hydron
Jun 1, 2019
Merged

nixos/hydron: replace deprecated usage of PermissionsStartOnly#62050
matthewbauer merged 1 commit intoNixOS:masterfrom
aanderse:hydron

Conversation

@aanderse
Copy link
Member

Motivation for this change

see #53852

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@ofborg ofborg bot added 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: module (update) This PR changes an existing module in `nixos/` labels May 25, 2019
@aanderse
Copy link
Member Author

@Chiiruno I ran minimal tests against this to check if the service would boot on an existing install. I have concerns about this:

-        "connection": "user=hydron password=${cfg.password} dbname=hydron sslmode=disable"
+        "connection": "user=hydron password=${cfg.password} host=/run/postgresql dbname=hydron sslmode=disable"

Is the underlying go library smart enough to fallback to password if socket authentication doesn't work all the time? Initial tests say yes, but I'll need someone familiar with the application to do thorough testing.

Also make special note that unless you're running unstable you will likely have to change the host=/run/postgresql to host=/tmp as the location of the socket file has changed since 19.03.

@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels May 25, 2019
@nixos-discourse
Copy link

This pull request has been mentioned on Nix community. There might be relevant details there:

https://discourse.nixos.org/t/prs-ready-for-review-may-2019/3032/3

@matthewbauer matthewbauer merged commit 002cce2 into NixOS:master Jun 1, 2019
@aanderse
Copy link
Member Author

aanderse commented Jun 2, 2019

@matthewbauer were you able to test this on existing install?

@aanderse aanderse deleted the hydron branch July 29, 2019 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: module (update) This PR changes an existing module in `nixos/` 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants