I am trying to restore a site collection backup on PowerShell using Restore-spsite, but I got the bellow error:
How to solve the unsuccessful Restore-spsite operation?
Try the following solutions:
`Restore-SpSite “http://mysitecollectionURL/” -Path "D:\pathname\Backup.bak" -Force -DatabaseServer <SQL server name> - DatabaseName <DB>`
If the restored site collection is already existed use -force parameter to force the restore and overwrite the database.
If you want to delete and restore the site collection, make sure you deleted with the "Remove-SPDeletedSite" cmdlet.
1.1k questions
673 answers
454 comments
193k users
Related Activities
Categories
Most popular tags