## Description Decide on: - Logical (SQL dump) vs physical (file-system level) backup - Tool recommendation: `pg_dump`/`pg_dumpall` (PostgreSQL), `mysqldump` (MySQL), `mongodump` (MongoDB), custom script, or third-party (restic, wal-g, etc.)
Description
Decide on:
pg_dump/pg_dumpall(PostgreSQL),mysqldump(MySQL),mongodump(MongoDB), custom script, or third-party (restic, wal-g, etc.)