docs
Prerequisites

Prerequisites

Before installing Bakdb, ensure you have the necessary database clients installed for the databases you plan to back up.

MySQL Client

sudo apt install mysql-client 

PostgreSQL Client

Bakdb uses the pg_dump utility to backup PostgreSQL databases.

sudo apt install postgresql-client