dataplat / dbaclone

👯 Clone SQL Server databases using PowerShell previously named PSDatabaseClone
https://github.com/sqlcollaborative/dbaclone/wiki
MIT License
133 stars 29 forks source link
Master Branch Development Branch
Build status Build status

dbaclone

dbaclone is a PowerShell module for creating SQL Server database images and clones. It enables administrator to supply environments with database copies that are a fraction of the original size.

Do you have any ideas for new commands? Please propose them as issues and let us know what you'd like to see. Bug reports should also be filed under this repository's issues section.

Take a look at the wiki to get more information on how to install, configure and use dbaclone.

Why use dbaclone

Usage scenarios

There are multiple scenarios where you could use the module with

Prerequisites

As with every piece of software we need to set some prerequisites to make this module work.

How does it work

The process consists of the following steps:

  1. Setup the module
  2. Create an image of the database
  3. Create a clone based on an image

It's that easy.

Planned for future releases