If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > how to backup informix database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-01-09, 14:39
minhaj_arif minhaj_arif is offline
Registered User
 
Join Date: Apr 2009
Posts: 21
how to backup informix database

How to backup the database
Being new to Informix i have never done backup
I have a database on my informix server that i need to backup b'cos i intend to update it that might not go well or if certain issues come up
Please guide me or show me an article that lays down step by step backup of informix database.

Thanks
Reply With Quote
  #2 (permalink)  
Old 06-02-09, 12:59
ganesansubra ganesansubra is offline
Registered User
 
Join Date: May 2009
Posts: 3
change the onconfig parameter "TAPEDEV c:\tape_backup.dat", create the file c:\tape_backup.dat, then issue the command "ontape -s -L 0".
Reply With Quote
  #3 (permalink)  
Old 06-02-09, 17:45
minhaj_arif minhaj_arif is offline
Registered User
 
Join Date: Apr 2009
Posts: 21
Thank you very much i was finally able to do it now could you please tell me how to restore it what procedure has to be followed

Thanks Again
Reply With Quote
  #4 (permalink)  
Old 06-06-09, 19:22
ganesansubra ganesansubra is offline
Registered User
 
Join Date: May 2009
Posts: 3
1)Shutdown the database
2) ontape -r
3) It will ask whether you want to restore from the destination-yes
4) It will ask whether you want to restore from level1-no
5) restore from log- if you have log backup then yes otherwise no
6) Shutdown and restart
Reply With Quote
  #5 (permalink)  
Old 06-16-09, 06:03
theeiledon theeiledon is offline
Registered User
 
Join Date: Nov 2004
Posts: 60
Cool

Remember to put the server back into multi user mode with 'onmode -m' after the restore has finished.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On