Docker command: mkdir /data/build/restore && cd /data/build/restore && wget --retry-on-host-error https://runbot.duongodooapps.com/runbot/static/build/00775-16-0/logs/00775-16-0-all.zip && unzip -q 00775-16-0-all.zip && echo "### restoring filestore" && mkdir -p /data/build/datadir/filestore/00816-16-0-all && mv filestore/* /data/build/datadir/filestore/00816-16-0-all && echo "### restoring db" && psql -q 00816-16-0-all < dump.sql && echo "### performing an analyze" && psql -q -d 00816-16-0-all -c "ANALYZE;" && cd /data/build && echo "### cleaning" && rm -r restore && echo "### listing modules" && psql 00816-16-0-all -c "select name from ir_module_module where state = 'installed'" -t -A > /data/build/logs/restore_modules_installed.txt && echo "### restore" "successful" ================================================= Adding readonly volume '/home/runbot19/.odoorc' pointing to /home/git/runbot19/runbot/static/build/00816-16-0/.odoorc --2026-03-23 06:25:20-- https://runbot.duongodooapps.com/runbot/static/build/00775-16-0/logs/00775-16-0-all.zip Resolving runbot.duongodooapps.com (runbot.duongodooapps.com)... 82.197.70.184 Connecting to runbot.duongodooapps.com (runbot.duongodooapps.com)|82.197.70.184|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 805 [application/zip] Saving to: ‘00775-16-0-all.zip’ 0K 100% 440M=0s 2026-03-23 06:25:20 (440 MB/s) - ‘00775-16-0-all.zip’ saved [805/805] ### restoring filestore mv: cannot stat 'filestore/*': No such file or directory