SurrealDB
SurrealDB Docs Logo

Enter a search query

Install

The Surreal Sync data migration tool can be installed using the following commands.

# Linux (x86_64) curl -L https://github.com/surrealdb/surreal-sync/releases/latest/download/surreal-sync-x86_64-unknown-linux-gnu.tar.gz | tar xz sudo mv surreal-sync /usr/local/bin/ # macOS (Apple Silicon) curl -L https://github.com/surrealdb/surreal-sync/releases/latest/download/surreal-sync-aarch64-apple-darwin.tar.gz | tar xz sudo mv surreal-sync /usr/local/bin/ # Linux (ARM64) curl -L https://github.com/surrealdb/surreal-sync/releases/latest/download/surreal-sync-aarch64-unknown-linux-gnu.tar.gz | tar xz sudo mv surreal-sync /usr/local/bin/

For more ways to install or build from source, see the project’s readme page.

Edit this page on GitHub