We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f67cc commit de19ac2Copy full SHA for de19ac2
ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh
@@ -268,7 +268,7 @@ function initiate_upgrade {
268
LIB_FILE_NAME=$(basename "$OLD_WRAPPER_LIB_PATH")
269
if [ "$WRAPPERS_LIB_PATH" != "$PGLIBNEW/${LIB_FILE_NAME}" ]; then
270
echo "Copying $OLD_WRAPPER_LIB_PATH to $WRAPPERS_LIB_PATH"
271
- cp "$OLD_WRAPPER_LIB_PATH" "$WRAPPERS_LIB_PATH"
+ cp "$WRAPPERS_LIB_PATH" "$PGLIBNEW/${LIB_FILE_NAME}"
272
fi
273
274
0 commit comments