@@ -48,7 +48,7 @@ If you import the module for the first time you'll be prompted to enter some val
48
48
At the very least, the module needs the value for the SQL Server instance that will hold the database containing all the hosts, images and clones.
49
49
The second prompt to the user is for the database name. The default value is "PSDatabaseClone"
50
50
51
- <img src =" https://www.sqlstad.nl /wp-content/uploads/2018/07/PSDatabaseClone_Module_InitialSetup.png " align =" left " style =" max-width : 100% " />
51
+ <img src =" https://psdatabaseclone.org /wp-content/uploads/2018/07/PSDatabaseClone_Module_InitialSetup.png " align =" left " style =" max-width : 100% " />
52
52
53
53
If you want to reset the configuration you can run the command "Set-PSDCConfiguration".
54
54
@@ -57,7 +57,7 @@ Execute the following command to setup the module with a credential
57
57
Set-PSDCConfiguration -SqlInstance SQLDB1 -SqlCredential (Get-Credential)
58
58
```
59
59
60
- <img src =" https://www.sqlstad.nl /wp-content/uploads/2018/07/PSDatabaseClone_Module_ManualSetup.png " align =" left " style =" max-width : 100% " />
60
+ <img src =" https://psdatabaseclone.org /wp-content/uploads/2018/07/PSDatabaseClone_Module_ManualSetup.png " align =" left " style =" max-width : 100% " />
61
61
62
62
This will setup the module to use "SQLDB1" as the database server to host the PSDatabaseClone database.
63
63
It will also show a window to insert the credentials for the connection. The database will be called "PSDatabaseClone".
@@ -74,6 +74,8 @@ During the process a new backup will be generated.
74
74
New-PSDCImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageNetworkPath \\fileserver\psdatabaseclone\images -Database DB1 -CreateFullBackup
75
75
```
76
76
77
+ <img src =" https://psdatabaseclone.org/wp-content/uploads/2018/07/PSDatabaseClone_CreateImage.png " align =" left " style =" max-width : 100% " />
78
+
77
79
### Step 3 - Create a clone
78
80
You have done the hard work of creating the image and make sure it's accessible for everyone.
79
81
@@ -87,6 +89,8 @@ New-PSDCClone -SqlInstance SQLDB3 -Destination C:\PSDatabaseClone\clones -CloneN
87
89
88
90
This will look into the central database if there is an image for database "DB1". The clone will be called "DB1_Clone1" and will be placed on the instance SQLDB3.
89
91
92
+ <img src =" https://psdatabaseclone.org/wp-content/uploads/2018/07/PSDatabaseClone_CreateClone.png " align =" left " style =" max-width : 100% " />
93
+
90
94
## Examples
91
95
92
96
Create an image creating a full backup
0 commit comments