Skip to content

Always run postgres sensible defaults

Andreas Brandl requested to merge ab/pg-sensible-defaults into main

What does this Merge Request do and why?

After a fresh installation of GDK, the PG timezone setting is my local timezone but it should be UTC. After running gdk reconfigure, the correct time zone setting is applied.

AFAIS we don't seem to apply postgres-sensible-defaults when first installing GDK, only on reconfigure. This change adds the task to the all target, so we should be doing this on any occasion (reconfigure and fresh install).

Not particularly confident about side effects or whether there's a better way to do this in GDK.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Andreas Brandl

Merge request reports