ScalixScalix Docs
Sign up

Migrate to Scalix

Move your database, storage, and apps to Scalix Cloud — honest comparisons and one-command imports

Scalix Cloud speaks PostgreSQL wire protocol and S3-compatible storage, so most migrations are one command. These guides are honest — including when you should not migrate.

bash
# The general shape, for any Postgres source:
scalix-cloud migrate db import --source postgres://user:pass@host:5432/db
 
# Any S3-compatible storage source:
scalix-cloud migrate storage sync \
  --source-endpoint https://s3.amazonaws.com --source-bucket my-bucket \
  --source-access-key AKIA... --source-secret-key ... \
  --target-bucket my-bucket

Every migration is reversible — full export is always available (scalix-cloud export all). No lock-in is a feature, not a slogan.