Backup and restore is a PRO feature.

Tools, handled for you
Backups use each engine’s native client tools (pg_dump / pg_restore, mysqldump, mongodump / mongorestore, and the SQLite and Redis equivalents). FlexTable downloads and verifies the version-matched tools automatically and shows their status, so a backup taken here is compatible and you never hunt for a matching CLI.
Back up
Pick the options for that engine
- Format - for example PostgreSQL custom or plain SQL, a MongoDB archive, a MySQL SQL dump, a SQLite file copy, or a Redis snapshot.
- Scope - the whole database, or selected tables/collections.
- Compression - optional, to shrink the output.

Restore

Per-table data
For CSV/JSON/SQL/Excel of a single table, use Import and export instead.