Facing error with mysql migration tool

Hello Team,

I am facing issue below error when trying for migration mysql to PostgreSQL.
FATAL: password authentication failed for user “sonar”
Command use by me is below
./mysql-migrator -source /opt/sonar_backup_7.6/sonarqube-7.6/conf/sonar.properties -target /opt/sonar/sonarqube-7.8/conf/sonar.properties
Can you please help me with my error message.

Hi,

I believe the migrator needs to be able to log in to both the source and target databases. That means you must provide it correct credentials for both DBs. It looks like on of the credential sets you’ve supplied is incorrect:

 
Ann