当我想要实现从 Mysql 同步数据到 Postgresql 时,使用generate_sink_sql = true选项,自动建表时提示 database 已存在。 正常理解,当 database 存在时,应当跳过创建 database,去直接创建表,而不是终止任务。
Hi, I am currently using Windows 11 and trying to install via docker-compose (with MySQL selected). After the Docker containers start, the MySQL service starts normally, but the NocoBase container ...