Database restore  from a particular backup set using rman

Hi all,
My OS: UNIX
DB : 10.2.0.1
As i checked the database it will indicate datafile 5 is header corruption.
yesterday i take complete online backup of the database using RMAN but now when i run restore database command it will show as
ORA-19870: error reading backup piece /cms/BACKUP/ora_BSCS_set149_piece1_20111206_4lmth1qj_1_1
ORA-19573: cannot obtain exclusive enqueue for datafile 6
Database is open and datafile is physically present there
So can anyone tell what to do next
Edited by: Vikas Kohli on Dec 9, 2011 9:58 AM

here are the result for the same:
Starting restore at 09-DEC-11
using channel ORA_DISK_1
List of Backup Sets
===================
BS Key Type LV Size Device Type Elapsed Time Completion Time
147 Incr 0 1.10G DISK 00:14:10 06-DEC-11
BP Key: 147 Status: AVAILABLE Compressed: YES Tag: TAG20111206T085858
Piece Name: /cms/BACKUP/ora_BSCS_set149_piece1_20111206_4lmth1qj_1_1
List of Datafiles in backup set 147
File LV Type Ckp SCN Ckp Time Name
1 0 Incr 9068988016235 06-DEC-11 /u01/app/oracle/oradata/BSCS/system01.dbf
2 0 Incr 9068988016235 06-DEC-11 /u01/app/oracle/oradata/BSCS/undotbs01.dbf
3 0 Incr 9068988016235 06-DEC-11 /u01/app/oracle/oradata/BSCS/sysaux01.dbf
4 0 Incr 9068988016235 06-DEC-11 /u01/app/oracle/oradata/BSCS/users01.dbf
5 0 Incr 9068988016235 06-DEC-11 /u01/app/oracle/oradata/BSCS/DATA.dbf
6 0 Incr 9068988016235 06-DEC-11 /u01/app/oracle/oradata/BSCS/users02.dbf
BS Key Type LV Size Device Type Elapsed Time Completion Time
149 Incr 1 11.49M DISK 00:00:07 07-DEC-11
BP Key: 149 Status: AVAILABLE Compressed: YES Tag: TAG20111207T082737
Piece Name: /cms/BACKUP/ora_BSCS_set151_piece1_20111207_4nmtjkbr_1_1
List of Datafiles in backup set 149
File LV Type Ckp SCN Ckp Time Name
1 1 Incr 9068988069143 07-DEC-11 /u01/app/oracle/oradata/BSCS/system01.dbf
2 1 Incr 9068988069143 07-DEC-11 /u01/app/oracle/oradata/BSCS/undotbs01.dbf
3 1 Incr 9068988069143 07-DEC-11 /u01/app/oracle/oradata/BSCS/sysaux01.dbf
4 1 Incr 9068988069143 07-DEC-11 /u01/app/oracle/oradata/BSCS/users01.dbf
5 1 Incr 9068988069143 07-DEC-11 /u01/app/oracle/oradata/BSCS/DATA.dbf
6 1 Incr 9068988069143 07-DEC-11 /u01/app/oracle/oradata/BSCS/users02.dbf
BS Key Type LV Size Device Type Elapsed Time Completion Time
151 Incr 1 115.07M DISK 00:01:24 08-DEC-11
BP Key: 151 Status: AVAILABLE Compressed: YES Tag: TAG20111208T075327
Piece Name: /cms/BACKUP/ora_BSCS_set153_piece1_20111208_4pmtm6nn_1_1
List of Datafiles in backup set 151
File LV Type Ckp SCN Ckp Time Name
1 1 Incr 9068988123314 08-DEC-11 /u01/app/oracle/oradata/BSCS/system01.dbf
2 1 Incr 9068988123314 08-DEC-11 /u01/app/oracle/oradata/BSCS/undotbs01.dbf
3 1 Incr 9068988123314 08-DEC-11 /u01/app/oracle/oradata/BSCS/sysaux01.dbf
4 1 Incr 9068988123314 08-DEC-11 /u01/app/oracle/oradata/BSCS/users01.dbf
5 1 Incr 9068988123314 08-DEC-11 /u01/app/oracle/oradata/BSCS/DATA.dbf
6 1 Incr 9068988123314 08-DEC-11 /u01/app/oracle/oradata/BSCS/users02.dbf
no backup of log thread 1 seq 411 lowscn 9068988025356 found to restore
no backup of log thread 1 seq 412 lowscn 9068988167985 found to restore
no backup of log thread 1 seq 413 lowscn 9068988203392 found to restore
List of Archived Log Copies
Key Thrd Seq S Low Time Name
263 1 3 A 05-DEC-11 /u01/app/oracle/admin/BSCS/arch/BSCS/1_3_769127125.dbf
273 1 13 A 07-DEC-11 /u01/app/oracle/admin/BSCS/arch/BSCS/1_13_769127125.dbf
Media recovery start SCN is 9068988123314
Recovery must be done beyond SCN 9068988123314 to clear data files fuzziness
Finished restore at 09-DEC-11

Similar Messages

  • Database restore with just one backup set

    Hallo experts,
    I got a big problem with restoring my XE database. I have a newly created full backup from my XE. While saving the flashback_area I got a hard crash on my system but I saved the last backup set file on a server. Unfortunately I was not able to save other backup sets and I think, there was a special backup of my control files. The restore on another system does not work because of invalid piece.
    The data of this database is necessary for my work. Is there anybody out there who can help to restore the data with the existing backup set.
    I did not change the entire structure of my original XE database. I only created to schemas with data in. is there any solution to restore the data.
    Thanks for any help.
    Holger

    Hi you all,
    I think that somebody will be interested in the solution of my problem,so I post it here and in german on my website (www.datacubus.de).
    My XEdatabase is successfully restored and I walked through some undocumented and not supported features of ORACLE to win the challenge.
    The first fact is, that ORACLE XE has a very static structure if you use it as is. The datafiles are predefined and so a manual restore with a foreign backup piece seems to be possible.
    Here is my way:
    Create a backup of your controlfile
    ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
    Shutdown your database
    shutdown immediate
    Start the database in nomount mode
    [holger@MSA04071]$ rman nocatalog target /
    RMAN> startup force nomount;
    RMAN> quit
    Restore the datafiles
    I used the following script to restore the datafiles from the backup piece without any check:
    declare
    devtype varchar2(256);
    v_file varchar2(255);
    done boolean;
    begin
    v_file:='/usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/backupset/o1_mf_nnndf_TAG20070420T234848_32lfb0w9_.bkp';
    devtype:= dbms_backup_restore.DeviceAllocate(type => '',ident => 'D1');
    dbms_backup_restore.RestoreSetDatafile;
    dbms_backup_restore.RestoreDatafileTo(dfnumber => 1,toname=>'/usr/lib/oracle/xe/oradata/XE/system.dbf');
    dbms_backup_restore.RestoreDatafileTo(dfnumber => 2,toname=>'/usr/lib/oracle/xe/oradata/XE/undo.dbf');
    dbms_backup_restore.RestoreDatafileTo(dfnumber => 3,toname=>'/usr/lib/oracle/xe/oradata/XE/sysaux.dbf');
    dbms_backup_restore.RestoreDatafileTo(dfnumber => 4,toname=>'/usr/lib/oracle/xe/oradata/XE/users.dbf');
    dbms_backup_restore.RestoreBackupPiece(done => done,handle => v_file,params => null);
    dbms_backup_restore.DeviceDeallocate;
    end;
    Start this script as sysdba. But by carefull. This only works if no entire change of datafiles had taken place!
    Reset DBID
    Because of the saved DBID within the datafile, the database can't be opened. But there is a little trick for resetting the DBID.
    shutdown;
    startup mount;
    execute dbms_backup_restore.zeroDbid(0);
    shutdown normal;
    Delete or rename existing Controlfile
    Edit trace file
    You have to modify your controlfile script as follows:
    1. Only use the CREATE CONTROLFILE... block
    2. Delete RECOVER DATABASE block
    3. Replace REUSE with SET
    4. Replace NORESETLOGS with RESETLOGS
    Create new control file
    Use the CREATE CONTROLFILE block for creation of a new control file.
    Open Database
    alter database open resetlogs;
    Much work but all my data is back and now I will backup the whole flashback_area to avoid further nightmares.
    Bye
    Holger

  • Restore from Time Capsule backup set

    What is the procedure to recover the other paritions (multiple) which are backed up using time machine?
    I am using Time capsule to maintain automated backups of my Macbook Pro. Backups to the Time capsule are performing correctly and I can see "pink" breakpoints when I enter time machine which means the backup sets are available on my time capsule. I have 3 partitions on my MBP hard drive and all these drives are included in backups to be done.
    When I tried to recover my entire backup set to a new machine I was able to restore all the contents of my boot drive (mac os partition) but the data on other partitions is not recovered. I tried multiple times with different options to recover my data on other partitions but no success. What is the procedure to recover the other paritions which are backed up using time machine? Please refer the attachment to understand my partitions which are backed up but not restored?
    I really need help on this matter as I need to streamline restore process in my organization using time capsule.
    Thanks in advance.
    Kind Regards,
    Gurdev Singh

    Me.. oh no.. I would never be so foolish as to depend on TM to do any such things.
    Look at another Pondini reference.
    http://pondini.org/OSX/SetupOther.html
    As you have discovered what looks like a simple restore turns out to be nighmarish.. that is the nature of TM.

  • Restoring from particular backup set

    Restore from a particular backup set with same tag names
    I have multiple backups of the database with the same tag name.
    I would like to restore oldest of these backups.
    For Ex:
    0n 6/15 1st full backup
    On 6/17 2nd full backup
    On 6/18 3rd full backup
    I would like to restore the backup made on 6/15. When I try to restore the db like follows
    run
    restore database;
    It just goes to the latest one which was made on 6/18. I had to make 6/17 and 6/18 backup sets status unavailable so that it picks 6/15
    Is there any otherway, I can pickup 6/15 db while doing restore

    You can use until clause:
    run{
    set until time "to_date('2008-06-15 17:00:00','YYYY-MM-DD HH24:MI:SS')";
    restore database;
    I am assuming here that the backup was taken before 5pm on 06/15.
    Reddy.

  • I live in Canada.  Each time I travel to the US, I lose all calendar entries.  I have to erase all data, then restore from an iCloud backup.  Tedious.  iPhone 4, iOS 7.1, sync set to all events.  Any suggestions?

    I live in Canada.  Each time I travel to the US, I lose all calendar entries.  I have to erase all data, then restore from an iCloud backup.  Tedious.  iPhone 4, iOS 7.1, sync set to all events.  I only use the default calendar.  Do I have an incorrect setting?

    I did find another point worth mentioning. 
    I use my iPhone 4 with a corporate Exchange email account.  I had deleted the account from my phone just before I did this backup/restore process...and I thought my battery drain was much, much better (if not outright fixed). 
    Later in the day, after seeing my battery life improve to near-new behavior, I re-added my Exchange mail account.  Considering I have 1 yahoo account and 3 gmail accounts, the Exchange account adds a 5th email account.
    What happened?  Battery drain back to "worst case".  Removing or re-adding the Exchange account is like toggling between decent and terrible drain conditions.
    Bottom line is that I re-added a couple dozen applications and battery life didn't change.  By far, the Exchange account drains the battery worse than any other app and setting.  This account must be polling very frequently and since people tend to send very large file attachments to that account, perhaps those effect the battery drain even though I have the account set to not download attachments.
    Anyone running Microsoft Exchange might be able to confirm what I see?  If so I can open an enterprise ticket with Microsoft and bug them on this issue.

  • I just recently upgraded from a 4S to a 5C.  I backloaded the 5 from Itunes and now everytime i plug into itunes, it asks if I want to set up as new or restore from a previous backup.  Why is it doing this.  I did it twice yesterday.....

    I just recently upgraded from a 4S to a 5C.  I backloaded the 5 from Itunes and now everytime i plug into itunes, it asks if I want to set up as new or restore from a previous backup.  Why is it doing this.  I did it twice yesterday.....  In addtion, those are the only options I have.  I cannot do anything else unless I choose one of the two.  Zero options.  Phone works fine though.

    I figure that either of those options will result in losing all SMS and data created since the last backup. Not a major loss, but ** annoying when nothing has changed and the time it will take to restore.
    When was the last time you synced your iPhone with iTunes since the backup is updated as the first step during the sync process?
    Is there anyway to recover this WITHOUT having to do a full restore or set up as new?
    In a word, no.
    If I do restore or set up as new, how do I know it's not going to do the same thing tomorrow (like a few other forums threads I've read indicate might happen)?
    There is no way to know for certain but I've never experienced the same in the first place. I venture to say having to do this is the exception rather than the rule.

  • I choose to restore from a safety backup in iTunes. It works ok, but iTunes is still asking to restore the iPhone. Why can't I get to syncronise the phone? I can't get the menue I am used to in iTunes. It only states "Klargjør iPhone" (Norwegian). Somethi

    I choose to restore from a safety backup in iTunes. It works ok, but iTunes is still asking to restore the iPhone. Why can't I get to syncronise the phone?
    I can't get the menue I am used to in iTunes. It only states "Klargjør iPhone" (Norwegian). Something like "Start up your iPhone". I've done this several times, restarted the iPhone and my computer, but I can't get ready to sync... The phone is working ok and my backup data is restored into the phone.

    Hi there,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    iOS: Troubleshooting backup issues in iTunes
    http://support.apple.com/kb/ts2529
    -Griff W.

  • Can I restore from an iTunes backup after setting up as a new phone when a full reboot/restore has been carried out?

    Can I restore from an iTunes backup after setting up as a new phone when a full reboot/restore has been carried out?

    As @wjosten says. Note, however, that it is important to NOT sync the phone after resetting it. A Sync will overwrite the backup that you want to restore.

  • My replacement 5S wont restore from a previous backup.  Im asked for a password and no password i use works.

    My replacement 5s wont restore from a previous backup.  I'm asked for a password and no password i use works.

    iTunes or iCloud? If it is iTunes, then it has an encryption password on it, and you won't be able to get the backup without the password. If it is iCloud, it would be your Apple ID password.
    Cheers,
    GB

  • HT4623 My new iPad mini won't install the update 7.0.6 until it has finished restoring from the iCloud backup.  What do I do to make the restoration complete? I have been using the mini for about a month.

    I have downloaded iOS 7.0.6 but it will not install until the ipad is finished restoring from the Icloud backup.  I've been using the mini for about a month, so why is it not completely restored?  How do I make the restore process finish?

    When and where was the iPad/charger purchased? It's covered by a 1-year warranty.
    The problem may be the USB cable.
     Cheers, Tom

  • Can you use Migration Assistant to restore from a previous backup date (not the last Backup)?

    How can I restore from a previous backup?  I need all my photo's, ical, and past work for all applications.  I think Bacically I need to restore all users data.
    Thanks
    Uhgolfer

    It is better to do a full restore.
    But look at Q14-16 in Pondini's KB
    http://pondini.org/TM/FAQ.html

  • I'm having a problem with logging into a FileVault-protected user account after restoring from Time Machine backup.

    Hi all,
    My computer had been running really slowly for a while, so I decided to erase the whole hard drive and reinstall the operating system, and then I was going to restore the files I cared about from Time Machine. The main account, which had all my documents and photos, was FileVault-protected. The last thing I did before erasing the hard drive was to run one last Time Machine backup. As far as I remember, I always ran Time Machine backups with the FileVaulted user logged in.
    I don't remember whether I was using FileVault 1 or 2. I had been using FileVault 1, but I installed Lion as soon as it came out and I thought I had migrated to FileVault 2 at that point.
    Once I erased the hard drive and reinstalled the operating system, I browsed the Time Machine disk and, within the Users folder, there was no folder for the main user account. When I tried to reinstall everything by restoring from Time Machine backup, I'd get the option for all the user accounts, but when I tried to log in with the main one I'd get the dreaded "You are unable to log in to the FileVault user account "User" at this time. Log in failed because an error occurred." Finally, when attempting to restore from the Time Machine backup again, I noticed something strange: After the computer got to about 10% done restoring, it declared itself completed successfully and rebooted.
    I've tried a number of tips that came up from questions about similar issues on the Apple support forum, but had no luck. Is there any way to get these files back? Did they ever even get backed up?
    Thanks.

    Hroodbwai wrote:
    I can't find it! not sure what's going on but the only folder shown is the " Shared" folder.
    Did you have only the one user account? If there were others, they should also be in the "Users" folder. You probably won't have access to the files inside them, but they should be there.
    From what can make out, it looks like it's not backed up any of the files for the filevault account. Can't see user folder when looking through previous backups in Time Machine galaxy view.
    Are you doing that from a Finder window set to your internal HD, or your computer name? It should look something like this (with the Finder in List view):
    |
    |
    I'd been logging out and backing up manually on a regular basis.
    Scheduled backups should run normally; but they won't back up the File Vault sparse bundle, nor will any run manually.
    The only time it's backed-up is when you actually log out.
    You should have seen this window on logout:
    |
    |
    followed by this one:
    |
    |
    If you didn't see the second one, or cancelled it, the account wasn't backed-up.

  • Imac won't restore from time machine backup after HD (hard drive) recall replacement

    I have an imac bought in 2011, running Snow Leopard.  It required an HD replacement due to the 1 TB Seagate recall - the replacement was done by a certified Apple repair station yesterday.  Before the guy left he started a backup/restore from my latest time machine backup set.  It failed.  I attempted it two times and got error messages that it failed and the computer needed to be restarted to try it again.  No luck.  I called the guy back and he told me to call Apple Care.  Not thrilled about that response since the guy had just left my house I did what he told me to do.  (A quick sideline here:  I recognize that a time machine backup should be no big deal and SHOULD work everytime, but it doesn't.  It irks me that Apple is replacing my HD through no fault of mine and yet they don't allow the restore of data to be a "covered" expense in this process - this isn't just because this was an authorized repair guy - the Apple store would have done the same). 
    Back to the issue.  When I called apple care they pretty much had me try the same thing again with an earlier back up set.  To my knowledge, it didn't work.  I say this because it looked like it was working and when I came back to the imac later, it had restarted and once again booted to the OSX install.  (The boot disc is still in the imac).  When I tried to boot from another location, one did not show up to boot from so I assumed that the data didn't transfer and it forced another restart.  So, I tried something else.  I tried to re-install the snow leopard OSX without using the restore function.  That appeared to work and then when the machine restarted it asked if I had another mac and I chose the option to get the files/apps/etc. from my time machine backup.  The computer chose what I can only assume is the most recent backup set (It chose what I know to be a subfolder that appears under the dated backup folder - Macintosh HD--which btw is confusing seeing as that's always the name of the HD on the imac).  I again stepped away from the computer so it could do its thing for two hours.  When I returned, I was back to the MAC OSX screen that asks you to choose a language.  There were no more options to choose DISK UTILITY or RESTORE FROM BACKUP, etc.  When I clicked on English it took me right back into the screen where you say whether you have another Apple that you want to transfer data from.  I realized that the imac must have restarted and I assumed maybe it was because the boot disk was still in - except how do you get the disc to eject?  I also initially assumed that the backup had somehow failed again and triggered a restart.  I tried to choose the option to just set up the machine without transferring data and when I got to the choose a name for your HOME folder message I tried to enter the same name I had it as before and it wouldn't allow me to do so, saying that that name was already in use.  I also tried a different name and that didn't work either - got the same message (I assume if it is not the same name that it won't sync up with the time machine data from the backup set).  So, I almost tried the "select time machine backup" option again until I looked at my HD space.  Clearly, there is space that has been used.  HD space was 997 at the start and now it's 636. My initial thought is to somehow get back into the setup area where I can use disc utility and erase the whole thing and then start over but 1) I don't think it's going to work even if I could get back there 2) I have no idea how to get this thing to reboot into that mode 3) I can't get the boot CD out to even try to restart to see if this thing did what it was supposed to, SO NOW I AM TOTALLY STUCK!  I have not called Apple Care back because quite frankly they were useless the first time.  I have a call into the repair guy but who knows how much help he will be.  In the mean time, I have a million things to do and a computer that isn't working - Whoever said Apples never have issues needs to be seriously censored!
    A few other notes:  I use Time Machine Editor to run my backups weekly.  It was set up that way from the get go by an Apple rep who came to my house to get us up and running.  Editor should not effect the way that time machine does its work, so I doubt there is relevance but thought it worth mentioning. 
    One other note is that the Apple Care agent tried to have me do something called a "Source" something or other from the disk utility screen but when she realized that my backup file (shown by date) contained many other sub files (11-27-12/MacintoshHD/MyNamesIMAC/etc.), it was not possible to run this operation - thus we aborted.  Sorry I don't remember the name of the process and unfortunately now can't access that option to go find it. 
    If you can help me, I would be eternally grateful!  I am open to having a phone conversation if you are willing to give me your email to mail you my number. I have so much work to do this week and this was the last thing I needed.  Did I mention this was supposed to be EASY?
    I used to be quite the geek with my PC - still on the learning curve with the mac but not enjoying it.  I am fairly tech savvy and I can follow instructions for a step by step solution if you've got one. 

    I got a recall and had the drive replaced. I have retored 3 timesa dn even had apple do the job and it is still not right. I still can't get a simple ghost of the data from time machineback tot he new drive. 
    This is Apple's explaination as taken from their web page.:
    Restoring your entire system from a backup
    If you are restoring a backup made by a Mac to the same Mac
    With your backup drive connected, start up your Mac from the Recovery system (Command-R at startup) or Mac OS X v10.6 installation disc. Then use the "Restore From Time Machine Backup" utility.
    Note: If "You can't restore   this backup because it was created by a different model of Mac" appears  when restoring  a backup that was  made on a different Mac, follow the onscreen instructions.
    I even posted this information on the community and apple removed it... because they don't like the:
    Off-topic or non-technical posts
    Non-constructive rants or complaints
    But here is my experieince:
    Take in 27iMac running 10.6.8, 5-7 days, what a joke, my boss will be happy to pay for a week without working. Finally get, "if you have TM back up, 3 days." Get machine back with 10.6.3, hit the R recovery, click TM back up, runs for 2 hours, reboots, looks great. Box up take back to office... update to install - OH NO, still running 10.6.3. Updates crash with no specific error on install, BUG PROBELM, nothing runs.
    Call Apple... after hours, tells me to boot using 10.6.2 disk, wipe, reinstall OS, udate to 10.6.8, THEN do the restore. GREAT! Only thing 10.6.2 DVD won't read... now back on phone... take back to the store, Genius says, he'll ix it just like it was. PROMISES it'll be fixed.
    Pick up next day, supposedly, booted to disk, wiped drive, reinstalled, updated to 10.6.8 and THEN did the RIGHT restore... Looks GREAT... apps run and 10.6.8 OS. Back to the office... NOT RUNNING right!!!... fonts messed up, drop box app needs new install, cocktail needs upgrade, Fetch not working, memorized paths gone... back ups locked out of permissions... ***!!
    4 hours on phone with apple and still no rsolution - to missing "settings". Seems there are THREE WAYS TO RESTORE (according to apply tech)... Running MIGRATE ASSISTANT and being able to choose your files, including settings, "R" RESTORE after they load a new OS... or NOW WAITING for them to send me a bootable 10.6.3 disk and then boot from disk, w/o installing OS and doing a restore from TM. I think this is done via the disk Utilties application.
    So now can't back up without doing a full 400 GB back up since permissons are screwed and possibly destroying any good back ups... can't work, like having hands tied behind back. WAITING for solution! Very upset!!!
    I did my first restore just like they said and now an 10 days without proper machine. Just FYI. I thnk I am going to make the store do the tech work so I have somthing to fall back on.

  • Can't restore from Time Machine backup error message

    My hard drive on my Macbook failed a few days ago. Just makes a clanking noise and won't boot up etc... I installed a new drive, formatted it, and selected restore from Time Machine backup from the installer screen. It started restoring from my backup I had on an external drive and everything was fine untill it got about 6% done then get a message that says "An error occured when restoring from the backup" It is pretty non descriptive. It also says please restart your system and try again or something to that effect. I tried again, same problem.  When I try to copy files over manually I eventually gets some error that says there is a problem with a file and it will quit. Any ideas on how to get my data? I can see all my files on there, but can't get them. My backup disc is just used for backup on this one machine nothing else, so it shouldn't have a problem. Help!

    Good to hear MA is doing something!
    >I have never had much luck with Time Machine...
    Same here, not one good backup or restore, can't tell which.
    You can set any of these to Clone/Update as often as you wish...
    Carbon copy cloner...
    http://www.bombich.com/software/ccc.html
    Or SuperDuper...
    http://www.shirt-pocket.com/SuperDuper/
    Or the most expensive one & my favorite, Tri-Backup...
    http://www.tri-edre.com/english/products/tribackup.html

  • I just upgraded to the 5s but the sales lady did not restore from my last backup with my 4s. How do I get my pictures and settings restored?

    I just upgraded to the 5s but the sales lady did not restore from my last backup with my 4s. How do I get my pictures and settings restored? I cannot seem to get it to give me that option. Can anyone tell me what to do? Thanks so much!

    If the phone has already been set up, you will need to go to Settings > General > Reset > Erase All Content and Settings to be able to go through the setup again. This time use Restore from Backup.
    This will walk you through the setup screens:
    Getting Started and Get-Started Apps

Maybe you are looking for