Skip to content

Commit

Permalink
Revert "fix: set version only and let pg_wrapper figure our the relev…
Browse files Browse the repository at this point in the history
…ant cluster"

This reverts commit ba4859a.

Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Dec 21, 2023
1 parent ba4859a commit 2d96563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/cli/db_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def pg_cluster_arg_from_version(pg_version: str | None) -> str:
More info (e.g. on the format) at https://manpages.ubuntu.com/manpages/trusty/man1/pg_wrapper.1.html
"""
if pg_version:
return f"--version {pg_version}"
return f"--cluster {pg_version}/main"
return ""


Expand Down

0 comments on commit 2d96563

Please sign in to comment.