diff --git a/doc/quickstart.md b/doc/quickstart.md index e3d8684e7..cc766b805 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -28,7 +28,8 @@ sudo apt install clickhouse-client ## Start the stack -Use Docker Compose to start containers. +Use Docker Compose to start containers. +Set the `CLICKHOUSE_SINK_CONNECTOR_LT_IMAGE` to the latest release from the Releases page. ``` cd sink-connector-lightweight/docker export CLICKHOUSE_SINK_CONNECTOR_LT_IMAGE=altinity/clickhouse-sink-connector:2.2.1-lt @@ -139,6 +140,14 @@ offset.storage.jdbc.url: "jdbc:clickhouse://cloud_url:8443/altinity_sink_connect schema.history.internal.jdbc.url: "jdbc:clickhouse://cloud_url:8443/altinity_sink_connector?ssl=true" ``` +**Step 7:** Start sink connector. +After https://github.com/Altinity/clickhouse-sink-connector/blob/develop/sink-connector-lightweight/docker/config.yml is updated with both MySQL and ClickHouse information, start the sink connector service + +``` +docker-compose -f docker-compose-mysql-standalone.yml up + +``` + ## References: 1. [Sink Connector Configuration ](configuration.md) 2. [MySQL Topologies supported](https://debezium.io/documentation/reference/2.5/connectors/mysql.html#setting-up-mysql)