1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-06-20 01:17:49 +02:00

Added checksums.

This commit is contained in:
David Steele
2013-11-20 22:30:26 -05:00
parent bc46aefe61
commit d86e7eb627
+1 -1
View File
@@ -20,7 +20,7 @@ sub pg_create
{
local($strPath) = @_;
execute($strPgBinPath . "initdb -D $strPath -A trust");
execute($strPgBinPath . "initdb -D $strPath -A trust -k");
execute("mkdir $strPath/archive");
}