Has anyone successfully used a Tag History Splitter to migrate tag history from MSSQL to MariaDB?
My goal is to deploy a new Ignition Gateway that uses MariaDB and configure a Tag History Splitter with:
-
MariaDB as the primary history provider/database
-
The MSSQL database used by previous Ignition Gateway as the secondary provider
The intent is to continue writing all new history to MariaDB while still being able to query historical data from MSSQL during the transition period.
I also have a question regarding the splitter's query limiter. Has anyone found a way to automatically update the primary provider's query scope (for example, using gateway scripts, tags, or another automated method) rather than manually adjusting it over time?
Any examples, documentation, or lessons learned from a similar migration would be appreciated.