From 57a0996e13292aa0ee36a9b272723cb21194e9e2 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Thu, 31 Mar 2016 09:10:24 -0300 Subject: [PATCH] =?UTF-8?q?Vers=C3=A3o=20funcionando?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts_docker/restore-db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts_docker/restore-db.sh b/scripts_docker/restore-db.sh index 10eea3400..56186c05c 100755 --- a/scripts_docker/restore-db.sh +++ b/scripts_docker/restore-db.sh @@ -1,2 +1,2 @@ #!/bin/bash -pg_restore --disable-triggers --data-only sapl_30-03-16.tar | docker exec -i sapl_localhost_1 psql -U sapl +pg_restore --disable-triggers --data-only sapl_30-03-16.tar | docker exec -i sapl_db_1 psql -U postgres