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

manatee should support using the system postgres #29

Open
coyhile opened this issue May 25, 2020 · 0 comments
Open

manatee should support using the system postgres #29

coyhile opened this issue May 25, 2020 · 0 comments

Comments

@coyhile
Copy link

coyhile commented May 25, 2020

Outside Triton or Manta, users of manatee should allow easy use of the system PostgreSQL install (as from pkgsrc). The default sitter.json already allows one to set paths to initdb and postgres binaries.

I propose modifying the code that determines the paths to the postgres and initdb binaries such that if the following all hold, it should return the values of pgInitDbPath and postgresPath as specified in sitter.json rather than building the paths based on pgBaseDir:

  • options.pgBaseDir is an empty string
  • options.pgInitDbPath exists
  • options.postgresPath exists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant