We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should make the behaviour of initdb configurable with an initdb option to the constructor:
initdb
"auto"
false
true
"minimal"
template1
The text was updated successfully, but these errors were encountered:
pmp-p
No branches or pull requests
We should make the behaviour of initdb configurable with an
initdb
option to the constructor:"auto"
run it if needed (current behaviour)false
don't ever run it, throw if there is no datadirtrue
always run, and show is there is a datadir"minimal"
like auto but only create atemplate1
so a smaller datadirThe text was updated successfully, but these errors were encountered: