swift-flower-33918
12/19/2022, 9:55 PMhydra migrate sql since there is a max_statement_time in place at global level for our MariaDB instance, (MySQL equivalent is max_execution_time)
Due to pretty huge table, one of the migrations fails and breaks our schema so we have to do a manual roll-back.
I am wondering if there is a way to tell hydra migrate to use a bigger timeout while it's running...
(there are workarounds for us, but I would like to see something convenient like hydra migrate sql --timeout=10m so I don't have to update our DB parameters temporarily just for migration)steep-lamp-91158
steep-lamp-91158
swift-flower-33918
12/20/2022, 8:58 AM