dbswitch v1.8.0 has been released, heterogeneous database migration tool

dbswitch v1.8.0 has been released, heterogeneous database migration tool

Updates in this version include:

Support functions: (1) Fix several important bugs (2) Implement the functions and problems reported in multiple issues

One-click installation (or update) command based on docker-compose:

curl -sSL https://gitee.com/inrgihc/dbswitch/attach_files/1479949/download | sh

or docker install:

docker run -d --name dbswitch \
 -e MYSQLDB_HOST=192.168.31.57 \
 -e MYSQLDB_PORT=3306 \
 -e MYSQLDB_USERNAME=test \
 -e MYSQLDB_PASSWORD='123456' \
 -v /tmp:/tmp \
 -p 9088:9088 \
 registry.cn-hangzhou.aliyuncs.com/inrgihc/dbswitch:1.8.0

See details: https://gitee.com/inrgihc/dbswitch/releases/v1.8.0

Guess you like

Origin www.oschina.net/news/251396