Remove single-transaction flag from restore dumps script

This commit is contained in:
Rafa de la Torre
2015-11-06 15:38:17 +01:00
parent 267052edd3
commit d5ed88b71b

View File

@@ -32,7 +32,6 @@ for i in $DUMP_FILES; do
--username=${DBUSER} \
--dbname=${DBNAME} \
--set=ON_ERROR_STOP=on \
--single-transaction \
--file=${i} || exit 1
echo "Done with ${i}."
echo