Closed michaelKurowski closed 4 years ago
@michaelKurowski would you mind updating to 0.72.3
? Some of those things were handled in between of these versions.
@michaelKurowski This should be resolved. Please reopen if the errors persists on your side
Kretes CLI: 0.71.0 OS: Ubuntu 18.04.4 LTS
Problem:
kretes start
ceased to work out of the sudden. After debugging it came out thatnix-shell --run 'pg_ctl restart'
that's being run underneath fails. Running the command manually outputs:Above variables are being generated by kretes CLI, and written to
kretes_demo/db/content/postgresql.conf
, which is later being read by postgress.Expected behavior: Kretes CLI, should generate config that doesn't crash the application later on.
Note: Removing lines setting the env variables from the config lets the database start, but makes kretes unable to connect it later on: