Remove single-transaction flag from restore dumps script
This commit is contained in:
@@ -32,7 +32,6 @@ for i in $DUMP_FILES; do
|
|||||||
--username=${DBUSER} \
|
--username=${DBUSER} \
|
||||||
--dbname=${DBNAME} \
|
--dbname=${DBNAME} \
|
||||||
--set=ON_ERROR_STOP=on \
|
--set=ON_ERROR_STOP=on \
|
||||||
--single-transaction \
|
|
||||||
--file=${i} || exit 1
|
--file=${i} || exit 1
|
||||||
echo "Done with ${i}."
|
echo "Done with ${i}."
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user