DBCollect/Updating: Difference between revisions
Jump to navigation
Jump to search
Created page with " = Overview = If the system has https access, {{dbcollect}} can update itself: <syntaxhighlight lang=bash> # Update dbcollect: dbcollect --update # Without root access, the new version will be saved as /tmp/dbcollect. # Move it manually to the required location. </syntaxhighlight>" |
No edit summary |
||
Line 10: | Line 10: | ||
# Move it manually to the required location. | # Move it manually to the required location. | ||
</syntaxhighlight> | </syntaxhighlight> | ||
= Manual update = | |||
Without internet access, updating is as easy as downloading the latest version and replace the old one. Make sure it is in the correct location (<code>/usr/local/bin</code>) and executable. |
Latest revision as of 12:25, 24 May 2024
Overview
If the system has https access, dbcollect can update itself:
# Update dbcollect:
dbcollect --update
# Without root access, the new version will be saved as /tmp/dbcollect.
# Move it manually to the required location.
Manual update
Without internet access, updating is as easy as downloading the latest version and replace the old one. Make sure it is in the correct location (/usr/local/bin
) and executable.