* debian/patches/acceptance_tests_postgres_port.patch: Further lower the base

port to 5340.
This commit is contained in:
Michael Banck 2019-01-26 21:17:04 +01:00
parent d5b94c318e
commit e306123dcb

View file

@ -5,7 +5,7 @@
class PatroniController(AbstractController):
- __PORT = 5440
+ __PORT = 5420
+ __PORT = 5340
PATRONI_CONFIG = '{}.yml'
""" starts and stops individual patronis"""