Это старая версия документа!
Traccar
Install
* Элемент ненумерованного списка * Download and extract the installer package * Execute traccar.run file * sudo ./traccar.run * Start systemd service * sudo systemctl start traccar
Uninstall
- Stop systemd service
- sudo systemctl stop traccar
- Remove systemd service
- sudo systemctl disable traccar
- sudo rm /etc/systemd/system/traccar.service
- sudo systemctl daemon-reload
- Remove traccar directory
- sudo rm -R /opt/traccar
Upgrading Traccar
If you are running Traccar version 4.0 or later, you can upgrade directly to the latest release. If you are on an earlier version, please review the notes at the bottom of this page first.
Upgrade steps:
- Back up the database.
- Back up the traccar.xml configuration file (if you have modified it).
- Back up the media folder (if it exists).
- Uninstall the previous version of Traccar.
- Install the new version of Traccar.
- Restore the media folder (if applicable).
- Restore the traccar.xml configuration file (if applicable).
- Start the Traccar service.