Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

opHA has a new feature to synchronise only the data that has being added/modified since the last synchronisation. In case some data is not modified, we can perform a force synchronisation, adding some parameters to update only the required data types and nodes:

Code Block
bin/opha-cli.pl act=pull data_types=[nodes|latest_data|...] peers=[nodeNames] force=t

...