Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision |
en:dpi:dpi_components:qoestor:install_and_update:start [2021/08/05 16:08] – created arusnak | en:dpi:dpi_components:qoestor:install_and_update:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 |
---|
====== 4 Installation and update ====== | |
{{indexmenu_n>4}} | |
| |
==== Installation ==== | |
| |
<note warning>Before installing or upgrading, check your Internet connection. Make shure you run scripts under the root or using sudo.</note> | |
| |
<note warning>Check if the time and time zone are set correctly on the server. Correct and restart the server if necessary.</note> | |
| |
For automatically installation or upgrading follow these steps: | |
| |
- Execute [[https://vasexperts.ru/install/fastor-rpm_install.sh|fastor-rpm_install.sh]] script. <code> | |
source <(curl https://vasexperts.ru/install/fastor-rpm_install.sh) | |
</code> It will cause the installation of the following packages: ipfixreceiver, clickhouse, fastor. All of them will be automatically configured according to the defaults. | |
- Restart your ssh terminal. You need to make command aliases available. | |
- Run the command <code> fastor-db-scheme </code> The database schema will be updated. | |
| |
<note important>Do not forget to execute <code>fastor-db-scheme</code> after installation. This insures cases when the schema does not have time to update as a result of a long restart of the database. </note> | |
| |
==== Updating ==== | |
| |
Upgrading is performed using the same scripts as in the [[en:dpi:dpi_components:qoestor:install_and_update:start#installation |Installation]] section. | |
| |
<note important>Do not forget to execute <code>fastor-db-scheme</code> after update. This insures cases when the schema does not have time to update as a result of a long restart of the database. </note> | |
| |