CSV, Scheduled Exports, and Backups
Export a Query to CSV
- Write or select the query to export.
- Click Export query to CSV in the query toolbar.
- Choose the destination file.
- SSH Bridge runs the query and writes the returned columns and rows to CSV.
Import CSV or TSV
Open a table and use its result-grid import action. Select a CSV or TSV file, confirm the delimiter and header behavior, map source fields to database columns, and preview the import. SSH Bridge stages the generated insert statements in a change query tab for review.
Schedule CSV Exports
- Write or select the query you want to export.
- Open Scheduled Exports and choose Schedule Current Query.
- Select a destination directory, schedule name, file prefix, and interval.
- Choose Every 15 minutes, Hourly, Every 6 hours, Daily, or Weekly.
Schedules are device-aware and run only while that database window remains open and connected. The schedule list shows its next run and last error, and lets you enable, disable, run now, or delete a schedule. Generated filenames include a timestamp.
Backup and Restore Availability
- SQLite — Backup and restore use local database-file copies.
- PostgreSQL — Requires
pg_dumpandpg_restorein the desktop application's PATH. - MySQL — Requires
mysqldumpandmysql. - MongoDB — Requires
mongodumpandmongorestore. - Redis — Backup requires
redis-cli; restore is not offered as a safe local-file workflow. - SQL Server and Oracle — Backup and restore are not currently offered by this desktop workflow.
Native backup tools cannot currently reuse a database profile's SSH tunnel. Restore operations can overwrite existing data and always require confirmation.