Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/hydron: replace deprecated usage of PermissionsStartOnly #62050

Merged
merged 1 commit into from Jun 1, 2019

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.

@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.

@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants