1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-16 09:06:18 +02:00

Added checksums.

This commit is contained in:
David Steele
2013-11-20 22:30:26 -05:00
parent bc46aefe61
commit d86e7eb627

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");
}