Commands to Migrate to the New Algorithm

Lists commands to migrate existing encrypted passwords in the Replication Server configuration file, and the rs_users and rs_maintusers tables.

Commands to Encrypt Passwords in New Algorithm

Task

Command

Migrate existing user passwords to the new alogrithm

alter user user set password password

where:

  • user is the login name of the existing user.

  • password is the existing password to encrypt using the new alogorithm.

Migrate existing database maintenance user passwords to the new algorithm

alter connection to data_server.database set password to password

where password is the existing password to encrypt using the new alogorithm.

Migrate existing route user passwords to the new algorithm

alter route to dest_replication_server set password to passwd

where:

  • dest_replication_server is the name of the destination Replication Server.

  • passwd is the existing password to encrypt using the new alogorithm.

Migrate existing user passwords in the configuration file to the new algorithm

Use rs_init to encrypt the passwords using the new algorithm.