Skip to content

Commit 4d65d8c

Browse files
chewittgitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 26bcfe3 commit 4d65d8c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

support/update.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Updating LibreELEC is \(mostly\) simple and can be done automatically, manually
55
* LibreELEC-Project.arch-9.6.7**.tar** \(update\) files which are used for updates only.
66
* LibreELEC-Project.arch-9.6.7**.img.gz** \(image\) files which are used for creating new USB/SD installation media but can also be used for updates.
77

8-
We can update from both .tar/.img.gz files, but .tar files are faster to process.
8+
We can update from both **.tar** and **.img.gz** files, but .tar files are faster to process.
99

1010
## Auto-Update
1111

12-
Auto-Update is enabled by default and tracks minor version updates, e.g. LibreELEC 9.2.0 will update to 9.2.1, 9.2.2, etc. as they are released. It will not perform major version updates as these involve Kodi add-on updates \(roken add-ons are the source of most update issues\) and user-experience changes that we do not want to force onto users. If auto-update is enabled the latest update file will download in the background, then Kodi will prompt you to reboot and start the update process. If you prefer to manage system updates manually, auto-update can be disabled in the settings add-on.
12+
Auto-Update is enabled by default and tracks minor version updates, e.g. LibreELEC 9.2.0 will update to 9.2.1, 9.2.2, etc. as they are released. It will not perform major version updates as these involve Kodi add-on updates \(broken add-ons are the main source of update issues\) and user-experience changes we do not want to force onto users. If auto-update is enabled the latest update file will download in the background, then Kodi will prompt you to reboot and start the update process. If you prefer to manage system updates manually, auto-update can be disabled in the settings add-on.
1313

1414
## Setttings Add-On
1515

@@ -55,9 +55,9 @@ Kodi does not support downgrading. If "updating" within the same LibreELEC/Kodi
5555

5656
In 2016 when we forked from OpenELEC the differences between projects were small and it was simple to migrate by using our update .tar file. Today there are some challenges:
5757

58-
* LibreELEC images for Generic x86\_64 hardware are now 240MB+ in size and most older OpenELEC installs have a 230MB boot partition so LibreELEC files will not fit and the update process will fail \(gracefully\). Raspberry Pi and similar images are smaller and will still fit, but read on:
59-
* Older Kodi add-ons are frequently incompatible with newer Kodi versions, causing crashes when the system restarts, and the bigger the version jump the more likely add-ons will cause problems. LibreELEC will detect when Kodi repeatedly fails to start and will run with a "safe mode" configuration, but this normally requires SSH console fiddling to get back to a working setup.
60-
* Kodi does not self-manage media and add-on package caches so over-time filesystem litter accumulates. Starting from a clean install removes all the not-needed junk resulting in a faster/lighter installation with an improved Kodi user experience.
58+
* LibreELEC images for Generic x86\_64 hardware have grown to 240MB+ in size and most older OpenELEC installs have a small 230MB boot partition so LibreELEC files will not fit and the manaul .tar update process will fail \(gracefully\). Raspberry Pi and similar images are smaller and will still fit, but read on:
59+
* Older Kodi add-ons are frequently incompatible with newer Kodi versions, causing crashes when the system restarts, and the bigger the version jump the more likely add-ons will cause problems. LibreELEC will detect when Kodi repeatedly fails to start and defaults to a "safe mode" configuration, but this normally requires you to access the SSH console to get back to a working setup.
60+
* Kodi does not self-manage media and add-on package caches so over-time filesystem litter accumulates. Starting over from a clean install removes all the not-needed junk resulting in a faster/lighter installation with an improved Kodi user experience.
6161

6262
To migrate essential Kodi data from the old installation before migrating \(which is likely to fail\) or making a clean installation, enable the SSH service in the Settings add-on, then log-in over SSH to stop Kodi and back-up the userdata folder:
6363

@@ -67,7 +67,7 @@ systemctl stop kodi
6767
tar -czf kodi_userdata.tar.gz /storage/.kodi/userdata
6868
```
6969

70-
Backup files are normally 1-2GB in size so move them off-box by copying to USB or moving them to `/storage/backup` which is accessible over the network via the `\\LIBREELEC\BACKUP` Samba share. After installing LibreELEC you can restore the backup:
70+
Backup files are normally 1-2GB in size so move them off-box by copying to USB or moving them to `/storage/backup` which is accessible over the network via the `\\LIBREELEC\BACKUP` Samba share. After clean installing LibreELEC you can restore the backup:
7171

7272
```text
7373
systemctl stop kodi

0 commit comments

Comments
 (0)