evo
9 years agoLevel 4
restoring sybase database with different database name
Hi All,
We are using NBU 7.7 to backup Sybase databases.
Now we are doing restore tests of Sybase databases. We can restore database with same database name with the following LOAD command.
load database mydb from "sybackup::SYBASE.mydb.D.0.14693.07-08-2015.09:29:37 -SERV saturn"
go
But we want to restore the database with different name. source db name is mydb and destination db name must be testdb. So what is the LOAD command for this operation?
Regards
I recommend to test it "off NetBackup" first, so from a simple native disk dump.
If it succeeds, the Restore via NetBackup should succeed, too.
There should be some prereq on Sybase side as I remember, like similar db segment structure etc.