Docker command: mkdir /data/build/restore && cd /data/build/restore && wget --retry-on-host-error https://runbot.duongodooapps.com/runbot/static/build/00617-18-0/logs/00617-18-0-all.zip && unzip -q 00617-18-0-all.zip && echo "### restoring filestore" && mkdir -p /data/build/datadir/filestore/00632-18-0-all && mv filestore/* /data/build/datadir/filestore/00632-18-0-all && echo "### restoring db" && psql -q 00632-18-0-all < dump.sql && echo "### performing an analyze" && psql -q -d 00632-18-0-all -c "ANALYZE;" && cd /data/build && echo "### cleaning" && rm -r restore && echo "### listing modules" && psql 00632-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/00632-18-0/.odoorc --2026-03-21 19:48:49-- https://runbot.duongodooapps.com/runbot/static/build/00617-18-0/logs/00617-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: 1188924 (1.1M) [application/zip] Saving to: ‘00617-18-0-all.zip’ 0K .......... .......... .......... .......... .......... 4% 11.8M 0s 50K .......... .......... .......... .......... .......... 8% 134M 0s 100K .......... .......... .......... .......... .......... 12% 93.6M 0s 150K .......... .......... .......... .......... .......... 17% 134M 0s 200K .......... .......... .......... .......... .......... 21% 154M 0s 250K .......... .......... .......... .......... .......... 25% 142M 0s 300K .......... .......... .......... .......... .......... 30% 42.8M 0s 350K .......... .......... .......... .......... .......... 34% 113M 0s 400K .......... .......... .......... .......... .......... 38% 146M 0s 450K .......... .......... .......... .......... .......... 43% 138M 0s 500K .......... .......... .......... .......... .......... 47% 146M 0s 550K .......... .......... .......... .......... .......... 51% 139M 0s 600K .......... .......... .......... .......... .......... 55% 134M 0s 650K .......... .......... .......... .......... .......... 60% 87.0M 0s 700K .......... .......... .......... .......... .......... 64% 124M 0s 750K .......... .......... .......... .......... .......... 68% 59.1M 0s 800K .......... .......... .......... .......... .......... 73% 102M 0s 850K .......... .......... .......... .......... .......... 77% 118M 0s 900K .......... .......... .......... .......... .......... 81% 134M 0s 950K .......... .......... .......... .......... .......... 86% 151M 0s 1000K .......... .......... .......... .......... .......... 90% 146M 0s 1050K .......... .......... .......... .......... .......... 94% 137M 0s 1100K .......... .......... .......... .......... .......... 99% 151M 0s 1150K .......... . 100% 74.1M=0.01s 2026-03-21 19:48:49 (81.6 MB/s) - ‘00617-18-0-all.zip’ saved [1188924/1188924] ### restoring filestore ### restoring db psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: database "00632-18-0-all" does not exist