Docker command: mkdir /data/build/restore && cd /data/build/restore && wget --retry-on-host-error https://runbot.duongodooapps.com/runbot/static/build/00562-17-0/logs/00562-17-0-all.zip && unzip -q 00562-17-0-all.zip && echo "### restoring filestore" && mkdir -p /data/build/datadir/filestore/00567-17-0-all && mv filestore/* /data/build/datadir/filestore/00567-17-0-all && echo "### restoring db" && psql -q 00567-17-0-all < dump.sql && echo "### performing an analyze" && psql -q -d 00567-17-0-all -c "ANALYZE;" && cd /data/build && echo "### cleaning" && rm -r restore && echo "### listing modules" && psql 00567-17-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/00567-17-0/.odoorc --2026-03-21 17:29:16-- https://runbot.duongodooapps.com/runbot/static/build/00562-17-0/logs/00562-17-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: 1080795 (1.0M) [application/zip] Saving to: ‘00562-17-0-all.zip’ 0K .......... .......... .......... .......... .......... 4% 11.4M 0s 50K .......... .......... .......... .......... .......... 9% 18.6M 0s 100K .......... .......... .......... .......... .......... 14% 108M 0s 150K .......... .......... .......... .......... .......... 18% 114M 0s 200K .......... .......... .......... .......... .......... 23% 21.5M 0s 250K .......... .......... .......... .......... .......... 28% 108M 0s 300K .......... .......... .......... .......... .......... 33% 20.4M 0s 350K .......... .......... .......... .......... .......... 37% 102M 0s 400K .......... .......... .......... .......... .......... 42% 166M 0s 450K .......... .......... .......... .......... .......... 47% 12.7M 0s 500K .......... .......... .......... .......... .......... 52% 12.6M 0s 550K .......... .......... .......... .......... .......... 56% 80.9M 0s 600K .......... .......... .......... .......... .......... 61% 125M 0s 650K .......... .......... .......... .......... .......... 66% 15.4M 0s 700K .......... .......... .......... .......... .......... 71% 88.6M 0s 750K .......... .......... .......... .......... .......... 75% 37.9M 0s 800K .......... .......... .......... .......... .......... 80% 76.1M 0s 850K .......... .......... .......... .......... .......... 85% 10.5M 0s 900K .......... .......... .......... .......... .......... 90% 104M 0s 950K .......... .......... .......... .......... .......... 94% 100M 0s 1000K .......... .......... .......... .......... .......... 99% 122M 0s 1050K ..... 100% 10.2T=0.03s 2026-03-21 17:29:17 (30.2 MB/s) - ‘00562-17-0-all.zip’ saved [1080795/1080795] ### restoring filestore ### restoring db psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: database "00567-17-0-all" does not exist