Docker command: mkdir /data/build/restore && cd /data/build/restore && wget --retry-on-host-error https://runbot.duongodooapps.com/runbot/static/build/00581-17-0/logs/00581-17-0-all.zip && unzip -q 00581-17-0-all.zip && echo "### restoring filestore" && mkdir -p /data/build/datadir/filestore/00597-17-0-all && mv filestore/* /data/build/datadir/filestore/00597-17-0-all && echo "### restoring db" && psql -q 00597-17-0-all < dump.sql && echo "### performing an analyze" && psql -q -d 00597-17-0-all -c "ANALYZE;" && cd /data/build && echo "### cleaning" && rm -r restore && echo "### listing modules" && psql 00597-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/00597-17-0/.odoorc --2026-03-21 18:00:40-- https://runbot.duongodooapps.com/runbot/static/build/00581-17-0/logs/00581-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: 1143405 (1.1M) [application/zip] Saving to: ‘00581-17-0-all.zip’ 0K .......... .......... .......... .......... .......... 4% 76.8M 0s 50K .......... .......... .......... .......... .......... 8% 91.8M 0s 100K .......... .......... .......... .......... .......... 13% 55.9M 0s 150K .......... .......... .......... .......... .......... 17% 91.9M 0s 200K .......... .......... .......... .......... .......... 22% 23.3M 0s 250K .......... .......... .......... .......... .......... 26% 49.7M 0s 300K .......... .......... .......... .......... .......... 31% 98.9M 0s 350K .......... .......... .......... .......... .......... 35% 6.28M 0s 400K .......... .......... .......... .......... .......... 40% 60.0M 0s 450K .......... .......... .......... .......... .......... 44% 63.4M 0s 500K .......... .......... .......... .......... .......... 49% 118M 0s 550K .......... .......... .......... .......... .......... 53% 122M 0s 600K .......... .......... .......... .......... .......... 58% 122M 0s 650K .......... .......... .......... .......... .......... 62% 113M 0s 700K .......... .......... .......... .......... .......... 67% 112M 0s 750K .......... .......... .......... .......... .......... 71% 76.6M 0s 800K .......... .......... .......... .......... .......... 76% 30.9M 0s 850K .......... .......... .......... .......... .......... 80% 98.4M 0s 900K .......... .......... .......... .......... .......... 85% 93.9M 0s 950K .......... .......... .......... .......... .......... 89% 83.3M 0s 1000K .......... .......... .......... .......... .......... 94% 101M 0s 1050K .......... .......... .......... .......... .......... 98% 96.7M 0s 1100K .......... ...... 100% 90.0M=0.02s 2026-03-21 18:00:40 (48.3 MB/s) - ‘00581-17-0-all.zip’ saved [1143405/1143405] ### restoring filestore ### restoring db psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: database "00597-17-0-all" does not exist