These pages cover SQL Clone Beta 0.6 to 0.9, which is not the latest version. Help for other versions is also available.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

If any of these requirements are problematic for you (or your organisation), we'd love to hear about it by email.

 

These requirements apply to both parts of SQL Clone:

  • Windows Server 2008 R2 or later, or Windows 7 or later (64-bit versions only)
  • SQL Server 2008 or later (Express edition is sufficient*)
  • .NET 4.5.2 or later (part of installation)

* Please note: Clones do not circumvent SQL Server Express' 10GB database size limit since SQL Server still perceives the clone as its original size.

SQL Clone server requirements

A single central server is required to use SQL Clone within an organization, it co-ordinates agents, and serves the SQL Clone web app.

Requires:

  • Access to a SQL Server (2008 or later) for storing configuration data
  • If using Windows Server 2008r2 or Windows 7, installation upgrades security defaults to match later Windows versions:
    • TLS 1.2 enabled (part of installation)
    • SendTrustedIssuerList disabled (part of installation)
  • If using Windows 10 or Windows Server 2016, installation allows Edge to access sites hosted on the local machine:
    • LoopbackExempt permission added to Edge (part of installation)

SQL Clone agent requirements

An agent should be installed on the same machine as any SQL Server you wish SQL Clone to use as a source of images, destination for clones, or temporary scratch space for restoring backups.

This requires a user account which has:

  • Local admin privileges in order to use the Virtual Disk Service
  • Read/write access to network locations where images will be stored
  • If you wish to use Windows Authentication for SQL Server:
    • CREATE DATABASE on local SQL Server instances where clones will be created
    • VIEW ANY DEFINITION on local SQL Server instances where images will be created from

Offline Installation

For a computer not connected to the internet, you will need to manually install these pre-requisites before running the SQL Clone Agent installer

  • No labels