auto_backup icon indicating copy to clipboard operation
auto_backup copied to clipboard

is it possible to disable backup from command line?

Open godbolt opened this issue 1 year ago • 0 comments

This is a fantastic plugin! Thanks very much for sharing this with the community.

In our odoo installation we run a second instance for testing. This instance is periodically replaced with a copy of of the production database. Whenever this replacement occurs, the testing instance has the backup active (since the settings are in the database).

Is there a way I can programmatically disable the backup in the testing instance? The intent would be that I can include it in a shell script that replaces the testing database with the updated production one.

godbolt avatar Feb 16 '24 20:02 godbolt