- Print
- DarkLight
- PDF
How can I Manually Create a FIMS Database Backup?
I would like to create a backup for the FIMS database and do not want to wait for the scheduled task to run, how can I do that?
Answer:
What is the Recommended Backup Process for the FIMS Database?
Do the following tasks on the FIMS database server:
1. Go Start\all Programs\OpenEdge\Proenv
2. Right click on the Proenv shortcut and run as administrator
3. Once the command window opens, change the prompt to be able to see what folder you are currently in using the following command: Prompt ProEnv $p$g
You will then see what folder you are currently in. FIMS may be located in a different path on your machine other than C drive:
4. Change to the dbfiles folder. Using cd command for example: Cd d:\npo\found\dbfiles (the drive letter of course will be different for each customer)
Can also use cd /d if changing the directory and disk. For example, if in c:\program files, can use cd /d d:\npo.
5. Make a backup of the live FIMS database using the following command:
Probkup online found ..\dbbackup\found-backupfilename.bkp (For this step, you may need to put in the explicit path to dbbackup for example C:\npo\found\dbbackup\found-backupfilename.bkp)
Double check in the dbbackup folder located in \npo\found\DBBackup that the backup was created.