Skip to content

Commit 37d3b1e

Browse files
committed
Added images
1 parent 76ce841 commit 37d3b1e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you import the module for the first time you'll be prompted to enter some val
4848
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.
4949
The second prompt to the user is for the database name. The default value is "PSDatabaseClone"
5050

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%"/>
5252

5353
If you want to reset the configuration you can run the command "Set-PSDCConfiguration".
5454

@@ -57,7 +57,7 @@ Execute the following command to setup the module with a credential
5757
Set-PSDCConfiguration -SqlInstance SQLDB1 -SqlCredential (Get-Credential)
5858
```
5959

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%"/>
6161

6262
This will setup the module to use "SQLDB1" as the database server to host the PSDatabaseClone database.
6363
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.
7474
New-PSDCImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageNetworkPath \\fileserver\psdatabaseclone\images -Database DB1 -CreateFullBackup
7575
```
7676

77+
<img src="https://psdatabaseclone.org/wp-content/uploads/2018/07/PSDatabaseClone_CreateImage.png" align="left" style="max-width: 100%"/>
78+
7779
### Step 3 - Create a clone
7880
You have done the hard work of creating the image and make sure it's accessible for everyone.
7981

@@ -87,6 +89,8 @@ New-PSDCClone -SqlInstance SQLDB3 -Destination C:\PSDatabaseClone\clones -CloneN
8789

8890
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.
8991

92+
<img src="https://psdatabaseclone.org/wp-content/uploads/2018/07/PSDatabaseClone_CreateClone.png" align="left" style="max-width: 100%"/>
93+
9094
## Examples
9195

9296
Create an image creating a full backup

0 commit comments

Comments
 (0)