Improve connection handling during dev dump reload#13344
Improve connection handling during dev dump reload#13344gregorbg wants to merge 4 commits intothewca:mainfrom
Conversation
|
Efforts to use this PR fail here: ActiveRecord::Base.connection.exec("SOURCE #{DbDumpHelper::DEVELOPER_EXPORT_SQL}")Minor issue -
Talking to ChatGPT suggests that we have to pipe that command via MySQL, not AR. I dipped my toes in by trying to change it to I'm now reloading my dev db, and will modify the dev dump with a [1] I figured that if I just had a file that inserted a line, I shouldn't use |
|
@thewca-bot deploy staging |
|
Worked locally using my latest push, deploying to staging now to try it out there |
Addresses recent staging import problems
CC @dunkOnIT