Skip to content

Commit b9ce348

Browse files
authored
br: restore json type (#15701) (#15709)
1 parent 9355a34 commit b9ce348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-type-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For more information, see [JSON Functions](/functions-and-operators/json-functio
2828
## Restrictions
2929

3030
- Currently, TiDB only supports pushing down limited `JSON` functions to TiFlash. For more information, see [Push-down expressions](/tiflash/tiflash-supported-pushdown-calculations.md#push-down-expressions).
31-
- TiDB Backup & Restore (BR) versions earlier than v6.3.0 do not support recovering data containing JSON columns. No version of BR supports recovering data containing JSON columns to TiDB clusters earlier than v6.3.0.
31+
- TiDB Backup & Restore (BR) changes how JSON column data is encoded in v6.3.0. Therefore, it is not recommended to use BR to restore data containing JSON columns to a TiDB cluster earlier than v6.3.0.
3232
- Do not use any replication tool to replicate data containing non-standard `JSON` data types, such as `DATE`, `DATETIME`, and `TIME`.
3333

3434
## MySQL compatibility

0 commit comments

Comments
 (0)