You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
 PSDatabaseClone is a PowerShell module for creating SQL Server database images and clones.
3
+
It enables administrator to supply environments with database copies that are a fraction of the original size.
4
+
5
+
Do you have any ideas for new commands? Please propose them as <ahref="https://psdatabaseclone.io/issues"target="_blank">issues</a> and let us know what you'd like to see. Bug reports should also be filed under this repository's issues section.
6
+
7
+
## Usage scenarios
8
+
9
+
There are multiple scenarios where you could use the module with
10
+
* Supply developers with a local copy of the database
11
+
* Provision non-production servers with production data
12
+
* Implement a CI/CD pipeline with production like copies
13
+
14
+
## Why use PSDatabaseClone
15
+
16
+
* Save lots of space supplying data to other locations
17
+
* Spend less time provisioning databases
18
+
* Create multiple local copies of a database
19
+
* Make sure there tests are accurate with up-to-date data
20
+
21
+
## Prerequisites
22
+
23
+
As with every piece of software we need to set some prerequisites to make this module work.
24
+
25
+
* Windows 10 (Professional, Enterprise or Education) or Windows Server 2012 R2 (Standard, Enterprise or Datacenter) and up
0 commit comments