You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/UPGRADE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Upgrade to 6.1.X
2
2
3
3
## Reject Configuration in Datacenter level
4
-
Version 6.0.7 has added support for disabling schedule repairs in a specified list of datacenters. Due to this the `ecchronos.reject_configuration` table
4
+
Version 6.1.X has added support for disabling schedule repairs in a specified list of datacenters. Due to this the `ecchronos.reject_configuration` table
5
5
has gotten a new column `dc_exclusion`.
6
6
7
-
The `ecchronos.reject_configuration` table must be updated before performing the upgrade to version 6.0.7.
7
+
The `ecchronos.reject_configuration` table must be updated before performing the upgrade to version 6.1.X.
8
8
9
9
The command to add the column is shown below:
10
10
```
@@ -169,4 +169,4 @@ This can be configured in `conf/ecc.yml`:
0 commit comments