Couch2pg DB Sync Error

This was caused by an error in the configuration of my Postgres DB Server .
This is solved by Changing the password_encryption parameter in postgressql.conf

Edit postgresql.conf and change the parameter to

password_encryption = md5

3 Likes