Hi All,
I am running Odoo15 on Ubuntu AWS EC2 instance.
I have to take the backup of the database using the terminal commands. But if I use usual postgresql backup commands (like pg_dump), I am not able to get the documents data in the backup as they will be saved in filestore.
Is there a possibility to get the backup of filestore and database using terminal commands other than backup option in the front end.