title | summary | tags | ||
---|---|---|---|---|
Backup the ServiceControl Data |
How to backup the ServiceControl RavenDB Embedded instance |
|
ServiceControl utilizes an embedded RavenDB for data storage. To backup or restore the database instance follow these procedures:
- Open the ServiceControl Management Utility to view the list of ServiceControl Service instances
- Stop the service, to backup, from the action icons.
- Click the link under data path to go to the data directory.
- Copy the contents of the data directory.
- Start the service again once the copy is complete
- Open the ServiceControl Management Utility to view the list of ServiceControl Service instances
- Stop the service, to restore to, from the action icons.
- Click the link under data path to go to the data directory.
- Replace the contents of this directory with the previously copied data,
- Start the service again once the copy is complete
Care should be taken when planning to move ServiceControl from one server to another. Moving databases between servers can be problematic. The embedded RavenDB does not support moving from a new versions of Windows back to older versions of Windows. See this link for more details.
The ServiceControl database should not be restored to older copies of the ServiceControl service. This is not supported as both the database structure and the version on RavenDB may change between versions. These changes aren't necessarily backward compatible.