I'm using a generated script (by MySQL Workbench) to migrate the data between 2 databases.
At some point I get
> ERROR:`users`.`user_details`:Unhandled MySQL type 245 for column 'address_info'
> ERROR:`users`.`user_details`:Failed copying 154 rows
> /usr/lib/mysql-workbench/wbcopytables: line 16: 23755 Segmentation fault (core dumped) $MWB_BINARIES_DIR/wbcopytables-bin "$@"
That `address_info` column is a JSON type.
Is there something I could do to avoid this error and succeed with the migration? Or `wbcopytables` doesn't support JSON data type just yet?
FTR
> $ wbcopytables --version
> wbcopytables-bin CE (GPL) 8.0.15 CE build 14271522
Thank you,
Alexandru
At some point I get
> ERROR:`users`.`user_details`:Unhandled MySQL type 245 for column 'address_info'
> ERROR:`users`.`user_details`:Failed copying 154 rows
> /usr/lib/mysql-workbench/wbcopytables: line 16: 23755 Segmentation fault (core dumped) $MWB_BINARIES_DIR/wbcopytables-bin "$@"
That `address_info` column is a JSON type.
Is there something I could do to avoid this error and succeed with the migration? Or `wbcopytables` doesn't support JSON data type just yet?
FTR
> $ wbcopytables --version
> wbcopytables-bin CE (GPL) 8.0.15 CE build 14271522
Thank you,
Alexandru