searXNG / upgrade + search engine stats #2845
-
|
Hi, just switched from searX to searXNG as I read that searX is no longer maintained. So far I really like the searXNG, setup stuff was very similar to searX :) I do have 2 questions:
Thx |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
I think with the step by step installation you need to do The stats should be permanent if you have redis configured, otherwise they are not. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for my late response ..
We plan to store the stats in redis .. but its not implemented yet .. as you have noticed, currently stats get lost after restart.
See https://docs.searxng.org/admin/update-searxng.html The script:: was intended for the Installation Scriptprozedure, but should also work when you installed "Step by Step". The steps to update are shown here in the script: Lines 565 to 588 in 1f835a9 more or less its the same what @unixfox wrote above ..
Git pull does not work, when the branch has been rebased, thats why the script uses: |
Beta Was this translation helpful? Give feedback.
-
|
many thanks for the answers |
Beta Was this translation helpful? Give feedback.
-
|
@return42 I faced some "error" during upgrade about not installed / not implemented apache/nginx/uWSGI/pkg_install LXC_BASE_PACKAGES, this I would likely see as a "warn", the red "error" give a bad feeling :) Despite that I guess that's it with upgrade task(s)? |
Beta Was this translation helpful? Give feedback.
Sorry for my late response ..
We plan to store the stats in redis .. but its not implemented yet .. as you have noticed, currently stats get lost after restart.
See https://docs.searxng.org/admin/update-searxng.html
The script::
was intended for the Installation Scriptprozedure, but should also work when you installed "Step by Step". The steps to update are shown here in the script:
searxng/utils/searxng.sh
Lines 565 to 588 in 1f835a9