-
Notifications
You must be signed in to change notification settings - Fork 320
Open
Description
Description
There's a significant need to implement a data archiving mechanism. We're first investigating whether we could leverage the MySQL server's capabilities for this purpose. If, for some reason, this proves too cumbersome, we'll prepare a configuration in Scada-LTS, with a script and an Event Scheduler with a cron job, likely to run daily. This will be beneficial because we'll be able to easily transfer these configurations and use them with different clients.
This problem is about configuration, while the issue #3168 is about implementing the data archiving function in the application.
edit:
Implementation of basic Archiver functionality.
Reactions are currently unavailable