-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7f0976
commit 5166b90
Showing
3 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Upgrade Guide | ||
|
||
## Upgrade to v2 | ||
|
||
Dmemo v2 stopped showing some rows of a table, and dropped related tables (`table_memo_raw_dataset*` and `masked_data`). If you want to preserve the data of the tables, please take a backup of them before upgrading. | ||
|
||
The tables are deleted if you run `bin/docker_db_apply.sh` with an environment variable `RIDGEPOLE_DROP_TABLE=1`. You should drop the tables after deploying dmemo v2. | ||
|
||
Dmemo v2 also deprecates SynchronizeDataSources job. Please switch to ImportDataSourceDefinitions or SynchronizeDefinitions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters