patroni/debian/patches/acceptance_tests_postgres_port.patch
Michael Banck fbfd686a2b * debian/patches/acceptance_tests_coverage_binary.patch: Updated according to
upstream feedback.
  * debian/patches/behave_failure_logging.patch: Likewise.
  * debian/patches/acceptance_tests_postgres_port.patch: Refreshed.
  * debian/patches/acceptance_tests_system_patroni.patch: Likewise.
2019-02-08 15:45:23 +01:00

14 lines
406 B
Diff

Index: patroni/features/environment.py
===================================================================
--- patroni.orig/features/environment.py
+++ patroni/features/environment.py
@@ -83,7 +83,7 @@ class AbstractController(object):
class PatroniController(AbstractController):
- __PORT = 5440
+ __PORT = 5340
PATRONI_CONFIG = '{}.yml'
""" starts and stops individual patronis"""