Open jessebye opened 2 years ago
Hi @jessebye , unfortunately the MySQL sunsetting option is not available at the moment. I need more time to refactor the current codebase and provide the MySQL sunsetting feature. Any contribution is appreciated :)
Can you try without the sunsetting options?
Hi @evoxmusic, I modified my config to remove the subsetting options, but still receive the same error. Here is my latest config which still exhibits the error:
source:
connection_uri: mysql://root:foobar@127.0.0.1:3306/test
transformers:
- database: test
table: area_codes
columns:
- name: city
transformer_name: redacted
datastore:
local_disk:
dir: ./data
destination:
connection_uri: mysql://root:foobar@127.0.0.1:3306/test
When attempting to restore a dump with
replibyte -c conf.yaml dump restore local -v latest -i mysql
, we receive this error:Here is our config file: