Update [Документация VAS Experts]

This is an old revision of the document!


Update

If you have a large amount of received data, before update it is recommended to

  1. Stop receivers
    fastor-stop
  2. Wait for the completion of inserts into the database
    clickhouse-client --query="select * from system.processes sp where sp.query like 'insert into%'" | wc -l
  3. Stop DB
    fastor-db-stop

Updating is performed using the same scripts as in the Installation section.

Do not forget to execute
fastor-db-scheme

after update. This insures cases when the schema does not have time to update as a result of a long restart of the database.