Migrating Tag History

I have an Ignition server that is currently set up tag history to a database. I’d like to switch to store that data on a different database. However, I am not sure what the best way to do this is while maintaining the existing tag history data. The tentative plan is to:

  1. Copy the tag historian partitions/tables over to the new database.
  2. Retarget the tags that are currently saving tag history to the new provider/database.
  3. Migrate the data from the old database into the new database. For old partitions, copy the table wholesale. For the active partition that the new db is using, migrate the data from the matching table in the old database.

Is there anything I missed here? Is a tag history splitter something that could help?

1 Like

Looking to do the same thing. Did the above approach work for you?

Thanks!

Hi Paul,

Did you find a good practice on how to do this?