2022-06-14 08:02:50 +00:00
|
|
|
===================
|
|
|
|
SearXNG maintenance
|
|
|
|
===================
|
2020-03-02 18:00:19 +00:00
|
|
|
|
2022-06-14 08:02:50 +00:00
|
|
|
.. sidebar:: further read
|
2020-03-02 18:00:19 +00:00
|
|
|
|
2022-06-14 08:02:50 +00:00
|
|
|
- :ref:`toolboxing`
|
|
|
|
- :ref:`uWSGI maintenance`
|
2021-04-24 15:03:10 +00:00
|
|
|
|
2022-06-14 08:02:50 +00:00
|
|
|
.. contents:: Contents
|
|
|
|
:depth: 2
|
|
|
|
:local:
|
|
|
|
:backlinks: entry
|
2021-04-24 15:03:10 +00:00
|
|
|
|
2022-06-14 08:02:50 +00:00
|
|
|
.. _update searxng:
|
2021-04-24 15:03:10 +00:00
|
|
|
|
2022-06-14 08:02:50 +00:00
|
|
|
How to update
|
|
|
|
=============
|
2021-04-24 15:03:10 +00:00
|
|
|
|
2022-06-14 08:02:50 +00:00
|
|
|
How to update depends on the :ref:`installation` method. If you have used the
|
|
|
|
:ref:`installation scripts`, use ``update`` command from the :ref:`searxng.sh`
|
|
|
|
script.
|
2021-04-24 15:03:10 +00:00
|
|
|
|
2020-03-02 18:00:19 +00:00
|
|
|
.. code:: sh
|
|
|
|
|
2022-06-14 08:02:50 +00:00
|
|
|
sudo -H ./utils/searxng.sh instance update
|
2021-04-24 15:03:10 +00:00
|
|
|
|
2021-11-18 17:27:26 +00:00
|
|
|
.. _inspect searxng:
|
2021-04-24 15:03:10 +00:00
|
|
|
|
|
|
|
How to inspect & debug
|
|
|
|
======================
|
|
|
|
|
|
|
|
How to debug depends on the :ref:`installation` method. If you have used the
|
2022-06-14 08:02:50 +00:00
|
|
|
:ref:`installation scripts`, use ``inspect`` command from the :ref:`searxng.sh`
|
|
|
|
script.
|
2021-04-24 15:03:10 +00:00
|
|
|
|
|
|
|
.. code:: sh
|
2020-03-02 18:00:19 +00:00
|
|
|
|
2022-06-14 08:02:50 +00:00
|
|
|
sudo -H ./utils/searxng.sh instance inspect
|