Downgrading a RepAgent to an LTM

This section applies only if you are downgrading to Replication Server version 11.5 or earlier.

StepsDowngrading a RepAgent to an LTM

  1. Stop the RepAgent for the database:

    sp_stop_rep_agent db_name
    

    This is an asynchronous command, so the RepAgent may not stop right away. Use sp_sho to detect when the RepAgent has finally shut down.

  2. Disable the RepAgent with the command:

    sp_config_rep_agent db_name, disable, "preserve secondary truncpt"
    

    WARNING! You must specify the preserve secondary truncpt parameter to prevent losing any replicated data.

  3. Start the LTM using the LTM run files.