diff --git a/Writerside/images/sm_skip_dblocs.png b/Writerside/images/sm_skip_dblocs.png new file mode 100644 index 0000000..a6d4c3b Binary files /dev/null and b/Writerside/images/sm_skip_dblocs.png differ diff --git a/Writerside/topics/Release-Notes.md b/Writerside/topics/Release-Notes.md index 3b5f923..32773d7 100644 --- a/Writerside/topics/Release-Notes.md +++ b/Writerside/topics/Release-Notes.md @@ -10,6 +10,14 @@ The latest set of enhancement requests can be found [here](https://github.com/cl If there is something you'd like to see, add a new issue [here](https://github.com/cloudera-labs/hms-mirror/issues) +## 2.2.0.15.1 + +**What's New** + +Feature that allows you to 'skip' modifying the database location during a storage migration. This is useful if you're trying to archive tables in a database to another storage system, but want to leave the database location as is for new tables in the database. [For STORAGE_MIGRATION, add option that would skip any Database Location Adjustments](https://github.com/cloudera-labs/hms-mirror/issues/147) + +![sm_skip_dblocs.png](sm_skip_dblocs.png) + ## 2.2.0.15 **What's New** diff --git a/Writerside/topics/STORAGE_MIGRATION.md b/Writerside/topics/STORAGE_MIGRATION.md index a0a7b4a..5052440 100644 --- a/Writerside/topics/STORAGE_MIGRATION.md +++ b/Writerside/topics/STORAGE_MIGRATION.md @@ -55,6 +55,10 @@ in the Warehouse Plan for the database. DISTCP or SQL. This will direct `hms-mirror` to build a `distcp` plan/scripts or construct `SQL` to move the data. +**Skip Database Location Adjustments** + +Defaults to 'false'. If you want to skip the location adjustments, set this to 'true'. This is useful if you're trying to archive tables in a database to another storage system, but want to leave the database location as is for new tables in the database. + ## Demo Here's how the Warehouse Plans would look for the above example: