3.10 Changing the Mobility Connector Database Password

To change the Mobility Connector database password, you must change the password for datasync_user in two places:

  1. Reset the password for the PostgreSQL database:

    1. In a terminal window on the Synchronizer server, log in as the root user.

    2. Enter the following command:

      psql --user datasync_user mobility 
      
    3. Enter the current password for the Mobility Connector database.

    4. Enter the following command at the datasync> prompt:

      ALTER USER datasync_user WITH PASSWORD 'password';
      

      Replace password with the new password for the Mobility Connector database.

    5. Enter /q to quit.

  2. Reconfigure the Mobility Connector to use the new password:

    1. In Synchronizer Web Admin, click the Mobility Connector.

    2. In the Administrator Password field, specify the new Mobility Connector database password.

      Database options
    3. Click Save Custom Settings.

  3. Restart the Synchronizer services:

    rcdatasync restart
    
  4. (Conditional) If you want to change the Synchronizer database password to match the Mobility Connector database password, follow the instructions in Changing the Synchronizer Database Password in Synchronizer System Management in the Novell Data Synchronizer System Administration Guide.