InTouch Hub · Blue Isle Software

Database Backup

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.

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

  1. backup (python) — python

Published Outputs

Vendor

Blue Isle Software