Database Backup Tool
Backup databases using native dump tools (pg_dump, mysqldump, mariadb-dump). Create a YAML connection with your database credentials and the tool handles the rest securely.
Tool ID
db-backup
Credential Required
Yes
Credential Properties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
vendor |
string | Yes | — | Database type: postgres, mysql, mariadb |
host |
string | No | localhost | Database host |
port |
string | No | — | Database port (uses default if blank) |
database |
string | Yes | — | Database name |
username |
string | Yes | — | Database username |
password |
string | No | — | Database password |
Input Properties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
outputFile |
string | Yes | — | Output file path for the backup |
compress |
boolean | No | — | Compress output with gzip |
extraArgs |
string | No | — | Additional arguments to pass to the dump tool |
Execution Steps
- backup (
python) — python
Published Outputs
outputFile— {{backup.outputFile}}fileSize— {{backup.fileSize}}duration— {{backup.duration}}tool— {{backup.tool}}
Vendor
Blue Isle Software