PWA Content Database Consideration In Project Server

PWA Content Database Best Practices

In this article, we will explain some recommendations and considerations for PWA Content Database that we are performing when provisioning a new PWA instance in Project Server 2019,2016, and 2013.


PWA Instance Structure in Project Server

First, you should be aware of the web application in SharePoint can hold multiple content databases and each content database can hold multiple site collections.

Web-Application-Vs-Content-Database-Vs-Site-Collection-Vs-SubSite

So when you provision a new PWA instance, you must have a web application that by default holds the Top-Level Site Collection in a content database.

As the new PWA instance is a new site collection, so it will be created inside the current content database. So in this case, we have a web application that holds one content database with two site collections

  1. Top-Level Site Collection.
  2. PWA Instance Site Collection.

You might also like to read Install and Configure Project Server 2016 step by step


PWA Content Database Consideration In Project Server

Therefore, In Project Server, It’s strongly recommended to isolate each PWA site collection to be stored in an independent content database for the following reasons:

PWA Instance Performance Concern,

Using one content database to holds all site collections inside the main web application will lead to a fast growing for this content database size. So In near term, It might reach quickly to be more than the max recommended content database size that is 200 GB.

Reaching the max recommended content database size (>200 GB) will lead to farm performance issue.

You might also like to read SharePoint 2019 Limitations

PWA Instance Availability Concern,

Consider the main web application has only one content database that holds all site collections! If this content database has been dismounted or corrupted, this is will lead to all PWA Instances goes down. (High Risk).

PWA Instance Maintenance Concern,

You should be aware of the backup and restore operation for a big content database size (>200 GB) will take a long time to be completed and are at risk of failure. and the Requirements for the backup and restore may not be met by the native SharePoint Server 2013 and 2016 backup for content databases larger than 200 GB.

Read also What’s the SharePoint 2016 Content Database Limits?


What’re the best practices for the PWA Content Database?

Before creating a new PWA site collection, it’s strongly recommended to do the following:

  • Lockdown all the web application content databases.
  • Create a new independent content database for the PWA Instance.
  • Create a new PWA instance that will be created inside the newly created content database.

Check how to Get Project Web App Database Name Using PowerShell


Lockdown SharePoint Web Application Content Databases

After creating the web application that you will use to provision a new PWA instance, you should first lock down its content database that currently holds the Root site collection.

Steps

  • Open Central Administration as farm account.
Run Central Administration as Administrator
  • Go to Application Management > Databases > Manage Content Database.
Manage content database in SharePoint
  • Make Sure that you have specified the web application that will hold the PWA instance.
Change web application - Manage content database in SharePoint
  • Click on the Content Database name that you want to lock it down.
  • Below Database Capacity Settings > Update the values as shown below.
set databse capacit settings

Note: if the web application contains more than one content database, you will need to lock down all web application content databases.

Create a new PWA Content Database

Steps

  • Go back to “Manage Content Database”.
  • Click on “Add a new content database“.
  • Provide an appropriate and unique name like “WSS_Content_PWA“.
Create A PWA content database In Project Server

Provision a new PWA Instance In Project Server

  • Open Central Administration > Application Management > Manage Service Application.
Application Management - Manage Service Applications
  • Select your Project Service Application > from the above ribbon, click on Manage.
  • Click on Create Project Web App Instance.
  • Provide the required information then click Ok to provision the PWA Instance.
Create / Provision a new PWA Instance In Project Server
  • After the new PWA instance has been created, you should also lock down its content database to avoid having additional PWA site collections in the future.
Lowdown PWA Content Database

You might also like to read Project Server Permission Mode Vs SharePoint Permission Mode


Conclusion

In conclusion, we have learned What’re the best practices for the PWA Content Database that we are performing when create a new PWA instance.

Applies To
  • Project Server 2019.
  • Project Server 2016.
  • Project Server 2013.
  • Project Server 2010.
You might also like to read

6 thoughts on “PWA Content Database Consideration In Project Server”

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top