Quantcast
Channel: Data Protection Manager - SQL Protection forum
Viewing all articles
Browse latest Browse all 397

Move DPM_SQL_PROTECT after moving Database Files - DPM2010

$
0
0

After moving the database files in SQL (using detach/reattach) is there a way of getting the DPM_SQL_PROTECT to move to the new file location (without unprotecting and re-protecting the datasource).

For example:

Original:

f:\old_DB_location\db.mdf
f:\old_DB_location\db.ldf
f:\old_DB_location\DPM_SQL_PROTECT\all the backup stuff

After detach/reattach:

f:\new_DB_location\db.mdf
f:\new_DB_location\db.ldf
f:\old_DB_location\DPM_SQL_PROTECT\all the backup stuff

Note: if you delete the DPM_SQL_PROTECT folder (when DPM is not running) then on the next synchronisation it gets recreated.

What we want:

f:\new_DB_location\db.mdf
f:\new_DB_location\db.ldf
f:\new_DB_location\DPM_SQL_PROTECT\all the backup stuff


Viewing all articles
Browse latest Browse all 397

Trending Articles