-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Try this:
click-odoo-backupdb --force --format folder db1 /var/lib/odoo/db1backup
test -d /var/lib/odoo/db1backup/filestore || echo Filestore not in backup
click-odoo-restoredb --force --copy --jobs 12 db2 /var/lib/odoo/db1backup
test -d /var/lib/odoo/db1backup/filestore || echo Filestore removed from backupIt should print Filestore removed from backup.
That's because filestore is always moved, regardless if restoredb uses --copy or --move:
| shutil.move(filestore_dir_path, filestore_dest) |
@moduon MT-10273
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working