Skip to content
Snippets Groups Projects
Commit 0c7423de authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-1286 : QGF: Setup of automatic testing of dropboxes - restore db dump without original owner

SVN: 33050
parent 499f4db0
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ public class TestDatabase
String restore = DumpPreparator.getRestoreExecutable();
List<String> command =
Arrays.asList(restore, "-U", "postgres", "-d", databaseName, "-j", "4", "-Fc",
Arrays.asList(restore, "-U", databaseOwner, "-d", databaseName, "-j", "4", "-Fc", "-O",
databaseDump.getAbsolutePath());
executeCommand(command);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment