![]() | |||||||||||||||||||
| |||||||||||||||||||
Showing posts with label Restore. Show all posts
Showing posts with label Restore. Show all posts
Tuesday, July 31, 2012
Backup and Recover SharePoint like a time traveler
Saturday, June 16, 2012
Restore Web applicaton using SQL server tools in SharePoint 2010
There are some
limitations to restore the whole web applicartion using SQL restore but we can
use DB associated with Web Application using SQL tools
To restore
databases associated with a Web application by using SQL Server tools
- The
account must be a member of the sysadmin fixed server role.
- All stored
procedures must be finished before a restore if any procedure is running stop
SharePoint Timer service and wait for several minutes for any currently
running stored procedures to finish.
- Do not
restart the service until after you restore the databases.
- Now we
are all set open SQL management studio and expand Database server
- Select
the DB you want to restore > Right Click > Tasks > Restore
> Database.
- In the Restore
Database dialog box, specify all required information
- Open Options.
- In the Restore
options section, select only Overwrite the existing database
- Recovery
state section
specify details as per your requirements
- Click OK
Restore a web applicaiton using Central Admin in SharePoint 2010
- Open
Central Administration > Home page > Backup and Restore
section > click Restore from a backup.
- The
process consists of 3 steps
Step 1
Select
Backup to Restore page > from the
list of backups > select the backup job that contains the farm or Web
application backup > and then click Next
Step 2
Select
Component to Restore page >
select the check box that is next to the Web application > and then click Next.
Step 3
Select
Restore Options page > in the Restore
Component section > make sure that Farm\<Web application>
appears in the Restore the following content list.
3. In the Restore Only
Configuration Settings section, make sure that the Restore content and
configuration settings option is selected.
4. In the Restore Options
section, under Type of Restore, select the Same configuration
option. A dialog box appears that asks you to confirm the operation. Click OK
5. Click Start Restore.
Restore a site collection using Windows PowerShell in SharePoint 2010
1.
Open SharePoint 2010 Management Shell.
2.
At the Windows PowerShell command prompt
3.
Type the following command, and then press ENTER:Restore-SPSite -Identity <Site
collection URL> -Path <Backup file>
[-DatabaseServer <Database server name>]
[-DatabaseName <Content database name>] [-HostHeader <Host
header>] [-Force] [-GradualDelete] [-Verbose]
4.
If you want to restore the site collection to a specific content
database, use the
DatabaseServer and DatabaseName parameters
to specify the content database.
5.
If you do not specify a content database, the site collection will
be restored to a content database chosen by Microsoft SharePoint Server 2010.
6.
If you are restoring a host-named site collection, use the
Identity parameter to
specify the URL and use the HostHeader parameter to
specify the URL of the Web application that will hold the host-named site
collection.
7.
If you want to overwrite an existing site collection, use the
Force parameter.Sunday, June 10, 2012
Restore databases instantly
| |||||||||||||||||||||||
Saturday, June 9, 2012
How to restore content database using SQL server in SharePoint 2010 ?
- If the Windows SharePoint Services Timer service is
running, stop the service and wait for several minutes for any currently
running stored procedures to finish.
- Do not restart the service until after you restore the
content databases.
- Open SQL Server Management Studio
- Connect to the database server.
- Right-click the Database
that you want to restore > Tasks
> Restore > Database.
- In the Restore Database dialog box, specify the
destination and the source, and then select the backup set or sets that
you want to restore.
- In the Select a page pane, click Options.
- In the Restore options section, select only Overwrite
the existing database.
- In the Recovery state section:
- If you have included all the transaction logs that you
must restore, select RECOVER WITH RECOVERY.
- If you must restore additional transaction logs, select
RECOVER WITH NORECOVERY.
- The third option, RECOVER WITH STANDBY is not
used in this scenario.
- Click OK to complete the recovery operation.
- Repeat steps 4 through 10 for each database that you are
restoring.
- Start the Windows SharePoint Services Timer service.
How to restore content database using Central Admin in SharePoint 2010 ?
- Open Central Administration
- On the Home page, in the Backup and Restore > Restore from a backup.
- The process contains 3 steps
Step 1
Select Backup > Select the backup job
that contains the content database backup > Next.
Step 2
Select Component > select the check box
that is next to the content database > Next.
Step 3
Select Restore Options > under Type of
Restore > click
the Same configuration option. A dialog box appears that asks you to
confirm the operation. Click OK > Click Start Restore
- You can view the general status of all recovery jobs at
the top of the Backup and Restore Job Status page in the Readiness
section.
- You can view the status for the current recovery job in
the lower part of the page in the Restore section.
- The status page updates every 30 seconds automatically.
- You can manually update the status details by clicking Refresh.
- Backup and recovery are Timer service jobs. Therefore,
it may take several seconds for the recovery to start.
Subscribe to:
Posts (Atom)
Popular Posts
-
This is the method, I followed to achieve – add image to custom list with calculated / conditional column. Following is the result list...
-
if you want to do a User profile import in SharePoint 2010.. you should have the 'User Profile Synchronization Service' started....
-
SharePoint provides you “Export to Spreadsheet” feature across almost all list, allowing you to export your list content to Excel. But no...
-
Note: A LOT of these questions are specific to SharePoint 2007, and won't have applicability for SharePoint 2003! 1) What are the...
-
A very common & known issue while migrating IE versions. There is couple of steps and checking should be done to get this resolved. ...
-
I found this really great article that talks in depth as well in an easy language about the new options of under look and feel of 2013. h...
-
The April 2015 Cumulative Update for SharePoint 2010 has been released. SharePoint Foundation: https://support.microsoft.com/en-us/kb...
-
We love virtual labs they are free, non hassle and disposable ways to work around SharePoint deployment SharePoint 2010 virtual lab can be...
-
The April 2015 Cumulative Update for SharePoint 2013 has been released. SharePoint Foundation: http://support.microsoft.com/kb/29652...
-
June 2014 Cumulative Update for SharePoint 2013 has been released. SharePoint Foundation - KB2881063 http - //support.microsoft.com/kb...
Disclaimer
The opinions expressed on this blog are the personal views of Pratik's SharePoint Blog, and do not represent or reflect the viewpoints or policies of any past, present, or future employer, colleague, or customer, or any other entity. The posts on this blog are provided ‘as is’ with no warranties, express or implied, and confer no rights. Use of information contained within this blog, including specific technical steps mentioned herein, is at your own risk. References to specific software products, processes, resources, or companies do not imply any endorsement.


