You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
When creating backups, the connection to database is opened and closed every time a new record is going to be inserted.
Describe the solution you'd like
Make only one connection to DB.
Additional context
Use runup --verbose backup to see it in action.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When creating backups, the connection to database is opened and closed every time a new record is going to be inserted.
Describe the solution you'd like
Make only one connection to DB.
Additional context
Use
runup --verbose backup
to see it in action.The text was updated successfully, but these errors were encountered: