db_backup
Create database backups for PostgreSQL, MySQL, and SQLite using native dump tools, with output paths sandboxed to a designated backup directory.
Instructions
Create a database backup.
PostgreSQL: uses pg_dump
MySQL: uses mysqldump
SQLite: uses .backup via sqlite3 CLI
Paths are sandboxed to BERTH_BACKUP_DIR (default: cwd).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | ||
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |