You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
andpostgres
binaries.I propose modifying the code that determines the paths to the
postgres
andinitdb
binaries such that if the following all hold, it should return the values ofpgInitDbPath
andpostgresPath
as specified insitter.json
rather than building the paths based onpgBaseDir
:options.pgBaseDir
is an empty stringoptions.pgInitDbPath
existsoptions.postgresPath
existsThe text was updated successfully, but these errors were encountered: