From 698510b1a3eca2a3fd2b489aa018d00295fe2fa4 Mon Sep 17 00:00:00 2001 From: Ryan Kuo Date: Fri, 25 Jul 2025 11:06:25 -0400 Subject: [PATCH] add Oracle binary link --- src/current/_includes/molt/molt-install.md | 15 ++++++++++----- src/current/molt/molt-fetch.md | 2 -- src/current/molt/molt-verify.md | 2 -- src/current/releases/molt.md | 2 -- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/current/_includes/molt/molt-install.md b/src/current/_includes/molt/molt-install.md index 518eafda31a..28ae85dcdb1 100644 --- a/src/current/_includes/molt/molt-install.md +++ b/src/current/_includes/molt/molt-install.md @@ -1,8 +1,13 @@ -| Operating System | AMD 64-bit | ARM 64-bit | -|------------------|---------------------------------------------------------------------------------|---------------------------------------------------------------------------------| -| Windows | [Download](https://molt.cockroachdb.com/molt/cli/molt-latest.windows-amd64.tgz) | [Download](https://molt.cockroachdb.com/molt/cli/molt-latest.windows-arm64.tgz) | -| Linux | [Download](https://molt.cockroachdb.com/molt/cli/molt-latest.linux-amd64.tgz) | [Download](https://molt.cockroachdb.com/molt/cli/molt-latest.linux-arm64.tgz) | -| Mac | [Download](https://molt.cockroachdb.com/molt/cli/molt-latest.darwin-amd64.tgz) | [Download](https://molt.cockroachdb.com/molt/cli/molt-latest.darwin-arm64.tgz) | +To install MOLT, download the binary that matches your architecture and source database: + +| Operating System | Architecture | PostgreSQL/MySQL | Oracle (Preview) | +|------------------|--------------|---------------------------------------------------------------------------------|--------------------------------------------------------------------------------------| +| Windows | AMD 64-bit | [Download](https://molt.cockroachdb.com/molt/cli/molt-latest.windows-amd64.tgz) | N/A | +| | ARM 64-bit | [Download](https://molt.cockroachdb.com/molt/cli/molt-latest.windows-arm64.tgz) | N/A | +| Linux | AMD 64-bit | [Download](https://molt.cockroachdb.com/molt/cli/molt-latest.linux-amd64.tgz) | [Download](https://molt.cockroachdb.com/molt/cli/molt-latest.linux-amd64-oracle.tgz) | +| | ARM 64-bit | [Download](https://molt.cockroachdb.com/molt/cli/molt-latest.linux-arm64.tgz) | N/A | +| Mac | AMD 64-bit | [Download](https://molt.cockroachdb.com/molt/cli/molt-latest.darwin-amd64.tgz) | N/A | +| | ARM 64-bit | [Download](https://molt.cockroachdb.com/molt/cli/molt-latest.darwin-arm64.tgz) | N/A | The following binaries are included: diff --git a/src/current/molt/molt-fetch.md b/src/current/molt/molt-fetch.md index 9ca9550411e..159bf48ab45 100644 --- a/src/current/molt/molt-fetch.md +++ b/src/current/molt/molt-fetch.md @@ -19,8 +19,6 @@ The following source databases are currently supported: ## Installation -To install MOLT Fetch, download the binary that matches your system. To download the latest binary: - {% include molt/molt-install.md %} ## Setup diff --git a/src/current/molt/molt-verify.md b/src/current/molt/molt-verify.md index 255978d7340..03989237684 100644 --- a/src/current/molt/molt-verify.md +++ b/src/current/molt/molt-verify.md @@ -31,8 +31,6 @@ The following source databases are currently supported: ## Installation -To install MOLT Verify, download the binary that matches your system. To download the latest binary: - {% include molt/molt-install.md %} # Setup diff --git a/src/current/releases/molt.md b/src/current/releases/molt.md index 8c33e52765f..5997ef1e272 100644 --- a/src/current/releases/molt.md +++ b/src/current/releases/molt.md @@ -14,8 +14,6 @@ Cockroach Labs recommends using the latest available version of each tool. See [ ## Installation -To download the latest MOLT Fetch/Verify binary: - {% include molt/molt-install.md %} ## July 24, 2025