searxng/docs/admin/update-searxng.rst
2021-09-29 15:58:51 +01:00

1.2 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 SearXNG service <searxng.sh>

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

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 SearXNG service <searxng.sh>

sudo -H ./utils/searxng.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