You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#249] Fix of port number leak in NodeBackup::spawn_replica (#250)
This patch has the following changes:
1) It adds a new argument release_resources to PostgresNode::cleanup method. Default value is False.
2) It fixes a port number leak in NodeBackup::spawn_replica through explicit call of PostgresNode::cleanup(release_resources=True).
Closes#249.
0 commit comments