Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Understanding Data Replication
  4. Sources - Preparation and Replication Considerations
  5. Targets - Preparation and Replication Considerations
  6. Starting the Server Manager
  7. Getting Started with the Data Replication Console
  8. Defining and Managing Server Manager Main Servers and Subservers
  9. Creating and Managing User Accounts
  10. Creating and Managing Connections
  11. Creating Replication Configurations
  12. Materializing Targets with InitialSync
  13. Scheduling and Running Replication Tasks
  14. Implementing Advanced Replication Topologies
  15. Monitoring Data Replication
  16. Managing Replication Configurations
  17. Handling Replication Environment Changes and Failures
  18. Troubleshooting
  19. Data Replication Files and Subdirectories
  20. Data Replication Runtime Parameters
  21. Command Line Parameters for Data Replication Components
  22. Updating Configurations in the Replication Configuration CLI
  23. DDL Statements for Manually Creating Recovery Tables
  24. Sample Scripts for Enabling or Disabling SQL Server Change Data Capture
  25. Glossary

Viewing Earlier Revisions of a Replication Configuration

Viewing Earlier Revisions of a Replication Configuration

You can view earlier revisions of a replication configuration. However, you cannot edit or save an earlier revision.
The Server Manager stores all of the revisions for the replication configurations in the following SQLite file:
DataReplication_installation
/configs/
configuration_name
.db. The Server Manager stores this file on the system where you run the Main server.
Data Replication increases the revision number for a replication configuration when any of the following events occur:
  • You manually save a replication configuration, add filters to the replicated tables, or override the schema name for a configuration that has multiple targets.
  • You import a replication configuration.
  • The Extractor captures a DDL operation.
  1. On the
    Server Manager
    tab >
    Configs
    view, select a configuration for which to view an earlier revision.
  2. Click the
    Revisions
    toolbar button, or right-click the configuration row and click
    Revisions
    .
    The
    Revisions for the Configuration 'config_name'
    dialog box appears.
    Revisions for the Configuration 'config_name' dialog box
    The dialog box displays a row for each configuration revision. Each row contains the revision number, the user or component that made the revision, the date and time of the revision, and a brief description of the change.
  3. Select the revision that you want to view.
  4. Click
    Open
    .
    The Data Replication Console opens the configuration revision in Read mode.
If you add or remove targets on the
Routing
tab across configuration revisions, the
Routing
tab shows the latest target settings regardless of which configuration revision you select.

0 COMMENTS

We’d like to hear from you!