fix environment vars are empty but they are present bug#2147
fix environment vars are empty but they are present bug#2147maksimzaitsevV wants to merge 2 commits intowal-g:masterfrom
Conversation
|
It seems that failover storages doesn't supported for MySQL, so warnings in logs are expected. Adding multistorage support make sense only when all mysql commands support multisotrage. And, it requires intensive testing of |
|
Should I rework my solution, or is this issue considered not applicable |
|
any update on this ? btw, I see that on SQL Server as well it's trying to tell me something important but I'm not getting what am I supposed to do |
|
The bug is still there. |
The problem with failover storage is that it makes backup / restore way more complicated: different views on storage should be considered and tested. |
Pull request description
Fixes MySQL/MariaDB failover storage environment variables being treated as unknown (#1986).
Failover-related WALG_FAILOVER_STORAGES_* environment variables were present and parsed, but not marked as allowed for MySQL, which caused misleading “unknown variable” warnings.
Tests
Added unit tests covering MySQL failover storage configuration.