Question: How can a backup be created of the PAS On Prem database?
Answer: To do a backup of the PAS On Prem database please do the following:
1) Create a backup folder (i.e. c:\Temp\PAS-backups 2) in Powershell, go into the ...\Centrify Identity Service\scripts folder. 3) Run the command ps > .\backup.ps1 -backupDir c:\Temp\PAS-backups
This will create the needed database backup at the specified location.