Skip to main content
< All Topics
Print

Adding extra domains

Performance Store can be installed in multiple different domains, e.g. one production domain and one non-production domain.

The Performance Store Database Finder can be used to operate on servers across domains.

Extra domains can be added to the Database Finder by change the “AvailableDomains” registry key located here:

HKEY_CURRENT_USER\Software\SoSequel\DatabaseFinder

Example of adding an extra domain to the “AvailableDomains” registry key:

<?xml version="1.0" encoding="utf-8" ?>
<domains><domain name="prod.local" performanceStoreServer="PS_PROD01" />
<domains><domain name="dev.local" performanceStoreServer="PS_DEV01" />
</domains>

Table of Contents