Skip to content

Strip whitespace chars from replication password

Grzegorz Bizon requested to merge fix/gb/strip-replication-password into master

There is a bug in the replicate-geo-database when user provides the password through STDIN. A new line characters get appended, and we need to strip it.

/cc @nick.thomas

Merge request reports