Skip to content
Discussion options

You must be logged in to vote

When trying to restore a large database, --single-transaction must be turned off.

This setting is on by default, which wraps restore in a single transaction so errors cause full rollback. However, this becomes problematic for giant restore operations, since it's possible to overwhelm the server (or timeout the HTTP connection) with a transaction that large.

Within your connector settings, you must configure SINGLE_TRANSACTION to False in order to break the transaction into smaller parts.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Archmonger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #396 on August 23, 2025 08:15.