Hi,
we activated the cloud storage integration with MS Azure, that is natively integrated since v18.
Additionally we are trying to migrate historical data to Azure, too. Odoo has added a new module called cloud storage migration to handle this process via a cron job.
Apparently the cron job migrates files in the ir.attachment ID range of between the system parameters for min and max attachment ID.
We started the cronjob and also saw files coming into our Azure blob - after around 40hrs, the cron job showed 100% progress. However many files that were clearly above the min file size specified for cloud integration of 500.000B were still stored in odoo. Why did the cron job miss so many files?
Also, rerunning the cron job does not work, as the ID range resets to a Null-gap. No further attachments are processed. If restarting, even after manually editing the ID range, the cron progress goes to 100% after one run.
Does anyone have experience with the cloud integration cron for large filestores?
Help is greatly appreciated!
Probably, for some scenarios the alternative version of the sync - https://apps.odoo.com/apps/modules/19.0/cloud_base - might serve your goals