Hello everyone, I hope you are well.
I am looking for a way to make and store a backup of my database in some other directory other than those provided by Odoo.sh, so that we can have direct access to those backups, and that it is automated.
It had occurred to me to connect a database manager to the database via SSH; However, the user I have to make this connection does not have permissions to make backups, and I am not sure if this option will generate a dump that Odoo can map.
Does anyone have an idea that allows these dumps to be generated and stored automatically? or how to connect to the database with the administrator user?