Restore is the activity to return data from a backup to its original location or to its successor.
0
votes
4answers
22 views
How can I backup and restore a site collection in SP2010?
I have a sharepoint 2010 portal. I have a farm, with inside of it some site collections. One of these site collections ok. I would like to create a new site collection and restore a backup of the old ...
0
votes
2answers
151 views
How can I restore Sharepoint web app when the DB is in another server?
I have the following situation:
I have a Sharepoint application where the data and app are in two separated servers. I create the backup of the site using:
stsadm -o backup -url http://sgd -filename ...
3
votes
1answer
368 views
Can't restore backup of content database using stsadm after migration to SQL 2008 R2
WSS 3.0 on Server 2003 within a Domain.
I set the server up 3.5 years ago along with a test setup. It's the first and only SharePoint install. I recently had to migrate the content database from ...
1
vote
1answer
516 views
Restore of content db fails to restore top-level site collection
I have a backup of a content db restored to Sql server as WSS_Content_Live
I have a brand new SP installation setup with AutoInstaller, so we have a port 80 web site called Portal Home.
I have ...
0
votes
1answer
14 views
Migrate Sharepoint do a different Server
I have a Sharepoint site with a number of web applications (that are relatively large). I need to decommission the Sharepoint site and database servers and install SharePoint from scratch to a new ...
0
votes
1answer
116 views
Restore-SPSite time scale to restore?
I am trying to restore the main site at the root of our SharePoint server after an accidental deletion using the following code:
Restore-SPSite -Identity http://server -Path "B:\SharePoint\11-12-2012 ...
0
votes
1answer
142 views
Restore-SPSite running forever
I'm trying to restore SPSite from backup.
But powershell Restore-SPSite command keeps running forever.
What can be the reason for this?
0
votes
1answer
484 views
Root Site collection is missing on restoration of SharePoint Backup File
3 to 4 document library's got accidently deleted. I restored the content DB however, after restoration I encountered the following issue:
Root site collection ("/") not available on the restoration. ...
1
vote
0answers
15 views
How do I fully automate Restore-SPFarm?
I have heard that it is a best practice to maintain a QA environment for SharePoint. I would like to script a nightly restore from our production SharePoint 2013 farm, which I'm successfully backing ...
1
vote
0answers
28 views
Connect to a Shared Folder on a new computer
I have been using SharePoint Shared Folders as a backup and synching mechanism for my working documents on my laptop. I created a Shared Folder (I called it "Synchronize") for myself and keep all my ...
1
vote
0answers
240 views
Get-SPSite fails to return all site collections for a content database
I have 3 content databases spread over 2 servers (A & B) called:
A1
B1
B2
I wanted to move a site collection from A1 to B1. As they are on different servers, I backed up, removed the site and ...
1
vote
0answers
92 views
Backup and Restore Sitecollection: users on target machine not existing
I backed up a sitecollection from Server A and restored that sitecollection to server B using stsadm backup and stsadm restore.
Before the backup I removed the users from the sitecollection user ...
1
vote
0answers
265 views
restore errors in sharepoint 2010
I am trying to restore my server back. I have full backup and a backup of the one of my web applications which is sharpeoint-81.
I perform the restore as explained on Microsofts site, I get many ...
0
votes
0answers
27 views
Roll back deployment stategy and performance testing (2010)
I am currently on the cusp of deploying a solution which will be upgrading existing .wsp solutions and also running a powershell script to upgrade masterpages, content types and page layouts on the ...
0
votes
0answers
63 views
Restore Problem about WSS_Content
I have 2 servers called ahspstest and ahsps01. They are Sharepoint 2013 servers. And a database server called ahsps02. In ahspstest, Sharepoint Server and database Server are together. In ahsps02 ...
0
votes
0answers
17 views
How to find the exact time of restore completion of a site backup
This is a very basic question. When we restore a site backup in SharePoint , does SharePoint logs the date time of the completion activity after it has successfully completed. In the powershell it ...
0
votes
0answers
39 views
SharePoint Release Management Testing and Roll back
I'm putting together a release process for our SharePoint 2007 environment. We have admins and power users who have to make out of the box changes to sites via the browser. Only one admin who can make ...
0
votes
0answers
41 views
Restore SharePoint Farm in Same Configuration Mode
Is it possible to use the Same configuration mode when restoring a full farm backup on another SharePoint server (with a different "hostname")? Or, is it necessary to use the "New configuration" mode ...
0
votes
0answers
220 views
Backup Restore SharePOint Site Collection
I have about 20 site collections in a web application and i want to restore those into a new web application . Can some one suggest me whats the best approach to do this ..
I have tried the following ...
0
votes
0answers
133 views
How to move a SharePoint 2007 site with workflow
With only access to SharePoint Designer tool and access to two SP 2007 sites, one is Production and another going to be the TEST, I want to make a copy of the production site, which contains ...
0
votes
0answers
651 views
Error: The file or folder name contains characters that are not permitted. Please use a different name
I took backup from our staging server and restored on my local development machine. My Powershell script is not raising any error while restoration. But when I open the site in browser, it's giving me ...
0
votes
0answers
47 views
How do you restore the web part gallery in SP2010?
Something got corrupted when I did a restore from a backup. When I try to add a web part to any page in any site even a newly created site and web application no web parts appear in the web part ...
0
votes
0answers
243 views
Quickest way to backup and restore a web application content database across farms?
When I perform a complete backup of my development content database using Backup-SPSite and restore the site on a separate farm using Restore-SPSite its currently taking around 25 mins to backup and ...