You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-06-03 19:24:32 +02:00
Move encrypted files as raw in integration tests.
The encryption key should not be changed when moving a file so no need to decrypt/encrypt.
This commit is contained in:
@@ -222,7 +222,7 @@ sub forceStorageMove
|
||||
}
|
||||
else
|
||||
{
|
||||
$oStorage->put($strDestinationPath, ${$oStorage->get($strSourcePath)});
|
||||
$oStorage->put($strDestinationPath, ${$oStorage->get($strSourcePath, {bRaw => true})}, {bRaw => true});
|
||||
$oStorage->remove($strSourcePath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user