searxng/docs/admin/update-searx.rst
Markus Heiser 3aa153f08e [fix doc] manage.sh update_packages does not exists anymore
Reported-by: https://github.com/searx/searx/issues/2776
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-04-24 17:03:10 +02:00

1.1 KiB

How to update

How to update depends on the installation method. If you have used the installation scripts, use update command from the scripts.

Update searx service <searx.sh>

sudo -H ./utils/searx.sh update searx

Update filtron reverse proxy <filtron.sh>

sudo -H ./utils/filtron.sh update filtron

Update result proxy <morty.sh>

$ sudo -H ./utils/morty.sh update morty

How to inspect & debug

further read

  • toolboxing
  • Makefile

How to debug depends on the installation method. If you have used the installation scripts, use inspect command from the scripts.

Inspect searx service <searx.sh>

sudo -H ./utils/searx.sh inspect service

Inspect filtron reverse proxy <filtron.sh>

sudo -H ./utils/filtron.sh inspect service

Inspect result proxy <morty.sh>

$ sudo -H ./utils/morty.sh inspect service