Commit d7b9eb47 authored by Jérome Perrin's avatar Jérome Perrin

software/metabase: sleep a bit more after "this will erase data" warning

parent 79f48da7
[instance-profile]
filename = instance.cfg.in
md5sum = 30a951f5b4ddae832fc9ab369e20dfb2
md5sum = d611a567cdd2bb919b0263a44b8bb754
......@@ -125,7 +125,7 @@ wrapper-path = $${directory:bin}/$${:_buildout_section_name_}
command-line =
sh -e -c "\
echo 'This will replace current database with latest backup. Hit Ctrl+C to cancel';
sleep 5;
sleep 30;
$${postgresql:bin}/pg_restore \
--exit-on-error \
-h $${postgresql:pgdata-directory} \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment