Skip to content

add Oracle binary link #19997

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions src/current/_includes/molt/molt-install.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 0 additions & 2 deletions src/current/molt/molt-fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions src/current/molt/molt-verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions src/current/releases/molt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading