You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-16 09:06:18 +02:00
Added checksums.
This commit is contained in:
@@ -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