You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-06-20 01:17:49 +02:00
Added checksums.
This commit is contained in:
+1
-1
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user