Cache Database backup and restore
Hi,
Please let me know best way to restore single cache database of 300 GB from one server to another with minimum downtime.
Cold backup will take lot of time for 300 GB database size and snapshot backup not possible.
Not sure about cache online backup which take all databases backup.
Online backup can run for exactly selected DBs.
It gives an exact image taking also care for all changes during the backup process.
requirement:
-Journal for the DB must be active at least during the backup process.
- enough disk space to hold the backup
Hint:
backup of %SYS is good for recovery but not recommended for a copy
there a lot of instance related settings (e.g. config) included that may cause serious problems in the copy.
You can edit which databases you want to backup in the management portal under Backup Database List and you can run a online backup from Run Backup. Hope this helps.
Hi,
Please confirm if I follow below steps for refresh.
1. Export user permission on destination database.
2. Dismount source database and destination database.
3. copy cache.dat file from source server and replace on destination server.
4. Mount database on both source and destination server.
5. Import user permission.
What Cache version are you using?