Moving from cPanel? Your whole site imports in one clickMoving from cPanel? One-click import
Managed databases

Import & restore

Seed a new database from an existing one. Upload a dump, or — for Postgres — point Orizon at a source database URL and let it copy across.

SQL engines

  • Upload a dump. Upload a SQL dump file (.sql / .txt, up to 16 MB) and Orizon executes it against your database.
  • From a source URL (PostgreSQL). Provide a source PostgreSQL connection URL and Orizon runs the dump on the source and loads it into your new instance.

Redis-family stores

For Redis, KeyDB and Dragonfly, upload a file of Redis commands (one per line) and Orizon replays them into the store.

LimitsImports run with a time limit (around two minutes) and dumps are capped at 16 MB. For very large migrations, restore in chunks or use a client against your connection string.

What you get back

After an import, Orizon reports the number of statements executed and how long it took, or a clear error if something failed — so you know whether the restore landed cleanly.