File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 109109to prevent accidental data loss. After successful or failed LHM migrations, these leftover
110110tables must be cleaned up.
111111
112+ ** Note:** When developing locally or running tests, LHM runs 'inline' by default, meaning that the
113+ extra table is not used and the original table is not replaced. If this behavior is not desirable
114+ for your project, you can disable it by setting ` Rails.configuration.disallow_inline_lhm = true ` in
115+ the appropriate environment files.
116+
112117### Usage with ProxySQL
113118LHM can recover from connection loss. However, when used in conjunction with ProxySQL, there are multiple ways that
114119connection loss could induce data loss (if triggered by a failover). Therefore it will perform additional checks to
You can’t perform that action at this time.
0 commit comments