Docker command: mkdir /data/build/restore && cd /data/build/restore && wget --retry-on-host-error https://runbot.duongodooapps.com/runbot/static/build/00616-18-0/logs/00616-18-0-all.zip && unzip -q 00616-18-0-all.zip && echo "### restoring filestore" && mkdir -p /data/build/datadir/filestore/00622-18-0-all && mv filestore/* /data/build/datadir/filestore/00622-18-0-all && echo "### restoring db" && psql -q 00622-18-0-all < dump.sql && echo "### performing an analyze" && psql -q -d 00622-18-0-all -c "ANALYZE;" && cd /data/build && echo "### cleaning" && rm -r restore && echo "### listing modules" && psql 00622-18-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/00622-18-0/.odoorc --2026-03-21 19:23:39-- https://runbot.duongodooapps.com/runbot/static/build/00616-18-0/logs/00616-18-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: 1119986 (1.1M) [application/zip] Saving to: ‘00616-18-0-all.zip’ 0K .......... .......... .......... .......... .......... 4% 50.5M 0s 50K .......... .......... .......... .......... .......... 9% 20.9M 0s 100K .......... .......... .......... .......... .......... 13% 98.6M 0s 150K .......... .......... .......... .......... .......... 18% 165M 0s 200K .......... .......... .......... .......... .......... 22% 28.7M 0s 250K .......... .......... .......... .......... .......... 27% 81.4M 0s 300K .......... .......... .......... .......... .......... 32% 7.01M 0s 350K .......... .......... .......... .......... .......... 36% 62.9M 0s 400K .......... .......... .......... .......... .......... 41% 118M 0s 450K .......... .......... .......... .......... .......... 45% 112M 0s 500K .......... .......... .......... .......... .......... 50% 7.49M 0s 550K .......... .......... .......... .......... .......... 54% 13.7M 0s 600K .......... .......... .......... .......... .......... 59% 31.4M 0s 650K .......... .......... .......... .......... .......... 64% 82.9M 0s 700K .......... .......... .......... .......... .......... 68% 113M 0s 750K .......... .......... .......... .......... .......... 73% 19.9M 0s 800K .......... .......... .......... .......... .......... 77% 114M 0s 850K .......... .......... .......... .......... .......... 82% 152M 0s 900K .......... .......... .......... .......... .......... 86% 173M 0s 950K .......... .......... .......... .......... .......... 91% 159M 0s 1000K .......... .......... .......... .......... .......... 96% 18.7M 0s 1050K .......... .......... .......... .......... ... 100% 133M=0.03s 2026-03-21 19:23:40 (31.1 MB/s) - ‘00616-18-0-all.zip’ saved [1119986/1119986] ### restoring filestore ### restoring db psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: database "00622-18-0-all" does not exist