I already installed the module 'Database Auto-Backup Upload' in Odoo and in Schedule Actions, I run it manually but the error says:
File "/usr/lib/python3.8/os.py", line 223, in makedirs mkdir(name, mode) ValueError: <class 'PermissionError'>: "13 Permission denied" while evaluating 'model.schedule_backup()'
I saw some comments that I need to give access right that folder to Odoo user but I don't know how can it be done on ssh in linux. I tried mkdir to create a folder but it always says permission denied.
You should change the owner of your backup folder "/path/to/backup/folder" to the Odoo user (its name:
user=odoois set in your odoo configuration file: /etc/odoo/odoo.conf):Then, grant write permissions to this Odoo user:
Find the name of the Odoo service
...and restart it to apply the new permissions (its name is for example: odoo):