Skip to content

Installing

Bob Vawter edited this page May 31, 2024 · 14 revisions

Installing Replicator

Docker image

Replicator is packaged as a ready-to run container, available from DockerHub. ARM64 and AMD64 images are provided.

# For CockroachDB, MySql, and PostgreSQL support
docker run cockroachdb/replicator:master version

# For Oracle Database support
docker run cockroachdb/replicator:oracle-master version

Automated builds

See the Releases page for released builds.

Edge binaries for a number of platforms are published as artifacts of successful builds.

Platform Architecture Target Link
Darwin AMD64 Download
Darwin ARM64 Download
Linux AMD64 Download
Linux AMD64 Oracle Database Download
Linux ARM64 Download
Windows AMD64 Download
Windows ARM64 Download

From source

Replicator is a golang binary and can be installed from source:

go install github.com/cockroachdb/replicator@latest
$HOME/go/bin/replicator version
Clone this wiki locally