Skip to content

Commit cbdb399

Browse files
author
Trevor Seward
authored
Update Migrate-SPProjectDatabase.md
Removed SP/Prj Server 2019 as applicable. Fixed example. #5892
1 parent 9188382 commit cbdb399

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Migrate-SPProjectDatabase.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: sharepointserver.xml
33
Module Name: Microsoft.Sharepoint.Powershell
44
online version: https://docs.microsoft.com/powershell/module/sharepoint-server/migrate-spprojectdatabase
5-
applicable: Project Server 2016, Project Server 2019
5+
applicable: Project Server 2016
66
title: Migrate-SPProjectDatabase
77
schema: 2.0.0
88
author: techwriter40
@@ -13,7 +13,7 @@ ms.reviewer:
1313
# Migrate-SPProjectDatabase
1414

1515
## SYNOPSIS
16-
Copies the data from the Project Server 2013 database into the corresponding SharePoint Server 2016, SharePoint Server 2019 content database containing the migrated site collection.
16+
Copies the data from the Project Server 2013 database into the corresponding SharePoint Server 2016 content database containing the migrated site collection.
1717

1818
## SYNTAX
1919

@@ -24,15 +24,15 @@ Migrate-SPProjectDatabase [-AssignmentCollection <SPAssignmentCollection>] [-Con
2424
```
2525

2626
## DESCRIPTION
27-
Copies the data from the Project Server 2013 database into the corresponding SharePoint Server 2016, SharePoint Server 2019 content database containing the migrated site collection.
27+
Copies the data from the Project Server 2013 database into the corresponding SharePoint Server 2016 content database containing the migrated site collection.
2828

29-
Both the Project Server 2013 database and the SharePoint Server 2016, SharePoint Server 2019 database must be on the same instance of SQL
29+
Both the Project Server 2013 database and the SharePoint Server 2016 database must be on the same instance of SQL
3030
Server and the SharePoint farm account must have full access to the Project Server 2013 database. During the migration process the Project Server 2013 database will be modified and cannot be mounted back to a Project Server 2013.
3131
## EXAMPLES
3232

3333
### Example 1
3434
```
35-
Migrate-SPProjectDatabase -Name ProjectDB1 -SiteCollection "https://contoso1/sites/PWA"
35+
Migrate-SPProjectDatabase -DatabaseName ProjectDB1 -SiteCollection "https://contoso1/sites/PWA"
3636
```
3737

3838
This example will look for a Project Server 2013 database named ProjectDB1 on the same instance of SQL Server where the content database containing https://contoso1/sites/PWA is located. The data will be upgraded and copied into the site collection.
@@ -48,7 +48,7 @@ When the Global parameter is used, all objects are contained in the global store
4848
Type: SPAssignmentCollection
4949
Parameter Sets: (All)
5050
Aliases:
51-
Applicable: Project Server 2016, Project Server 2019
51+
Applicable: Project Server 2016
5252

5353
Required: False
5454
Position: Named
@@ -64,7 +64,7 @@ Prompts you for confirmation before running the cmdlet.
6464
Type: SwitchParameter
6565
Parameter Sets: (All)
6666
Aliases: cf
67-
Applicable: Project Server 2016, Project Server 2019
67+
Applicable: Project Server 2016
6868

6969
Required: False
7070
Position: Named
@@ -80,7 +80,7 @@ The name of the Project Server 2013 database.
8080
Type: String
8181
Parameter Sets: (All)
8282
Aliases:
83-
Applicable: Project Server 2016, Project Server 2019
83+
Applicable: Project Server 2016
8484

8585
Required: True
8686
Position: Named
@@ -96,7 +96,7 @@ The name of the instance of SQL Server hosting the Project Server 2013 database.
9696
Type: String
9797
Parameter Sets: (All)
9898
Aliases:
99-
Applicable: Project Server 2016, Project Server 2019
99+
Applicable: Project Server 2016
100100

101101
Required: False
102102
Position: Named
@@ -112,7 +112,7 @@ The name of the SQL Server failover partner for the Project Server 2013 database
112112
Type: String
113113
Parameter Sets: (All)
114114
Aliases:
115-
Applicable: Project Server 2016, Project Server 2019
115+
Applicable: Project Server 2016
116116

117117
Required: False
118118
Position: Named
@@ -128,7 +128,7 @@ Specifies to overwrite any Project data from previous attempts.
128128
Type: SwitchParameter
129129
Parameter Sets: (All)
130130
Aliases:
131-
Applicable: Project Server 2016, Project Server 2019
131+
Applicable: Project Server 2016
132132

133133
Required: False
134134
Position: Named
@@ -144,7 +144,7 @@ SQL Server authentication credentials if needed.
144144
Type: PSCredential
145145
Parameter Sets: (All)
146146
Aliases:
147-
Applicable: Project Server 2016, Project Server 2019
147+
Applicable: Project Server 2016
148148

149149
Required: False
150150
Position: Named
@@ -160,7 +160,7 @@ The URL of the site collection to which you want to copy the Project data.
160160
Type: SPSitePipeBind
161161
Parameter Sets: (All)
162162
Aliases:
163-
Applicable: Project Server 2016, Project Server 2019
163+
Applicable: Project Server 2016
164164

165165
Required: True
166166
Position: Named
@@ -177,7 +177,7 @@ The cmdlet is not run.
177177
Type: SwitchParameter
178178
Parameter Sets: (All)
179179
Aliases: wi
180-
Applicable: Project Server 2016, Project Server 2019
180+
Applicable: Project Server 2016
181181

182182
Required: False
183183
Position: Named

0 commit comments

Comments
 (0)