Overview
This service is used to make periodically backups of a PostgreSQL database and if necessary allows to restore them.
Depending on the network location of the database you should consider using a secure connection(configuring a SSL Cert in the settings sets the postgres ssl mode to verify-full
). SSL should always be enabled when data is send over untrusted networks!
Last updated on