ISSUE:  The database backup directory variable is provided for a postgres database, but psql is not installed and on the PATH on the current server.

RESOLUTION: 1) Remove the DATABASE_BACKUP_DIR variable on the configuration file to have the database backup be cloned to a backup schema on the database.
            2) Or install psql on the current server to have the database backup be exported to a directory.