Docker command: mkdir /data/build/restore && cd /data/build/restore && wget --retry-on-host-error https://runbot.duongodooapps.com/runbot/static/build/00621-19-0/logs/00621-19-0-all.zip && unzip -q 00621-19-0-all.zip && echo "### restoring filestore" && mkdir -p /data/build/datadir/filestore/00646-19-0-all && mv filestore/* /data/build/datadir/filestore/00646-19-0-all && echo "### restoring db" && psql -q 00646-19-0-all < dump.sql && echo "### performing an analyze" && psql -q -d 00646-19-0-all -c "ANALYZE;" && cd /data/build && echo "### cleaning" && rm -r restore && echo "### listing modules" && psql 00646-19-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/00646-19-0/.odoorc --2026-03-21 21:04:03-- https://runbot.duongodooapps.com/runbot/static/build/00621-19-0/logs/00621-19-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: 550501 (538K) [application/zip] Saving to: ‘00621-19-0-all.zip’ 0K .......... .......... .......... .......... .......... 9% 95.3M 0s 50K .......... .......... .......... .......... .......... 18% 107M 0s 100K .......... .......... .......... .......... .......... 27% 9.59M 0s 150K .......... .......... .......... .......... .......... 37% 8.71M 0s 200K .......... .......... .......... .......... .......... 46% 112M 0s 250K .......... .......... .......... .......... .......... 55% 129M 0s 300K .......... .......... .......... .......... .......... 65% 9.85M 0s 350K .......... .......... .......... .......... .......... 74% 80.9M 0s 400K .......... .......... .......... .......... .......... 83% 84.4M 0s 450K .......... .......... .......... .......... .......... 93% 63.0M 0s 500K .......... .......... .......... ....... 100% 94.3M=0.02s 2026-03-21 21:04:03 (26.5 MB/s) - ‘00621-19-0-all.zip’ saved [550501/550501] ### restoring filestore ### restoring db psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: database "00646-19-0-all" does not exist