You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/update.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ Updating LibreELEC is \(mostly\) simple and can be done automatically, manually
5
5
* LibreELEC-Project.arch-9.6.7**.tar**\(update\) files which are used for updates only.
6
6
* 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.
7
7
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.
9
9
10
10
## Auto-Update
11
11
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.
13
13
14
14
## Setttings Add-On
15
15
@@ -55,9 +55,9 @@ Kodi does not support downgrading. If "updating" within the same LibreELEC/Kodi
55
55
56
56
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:
57
57
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.
61
61
62
62
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:
63
63
@@ -67,7 +67,7 @@ systemctl stop kodi
67
67
tar -czf kodi_userdata.tar.gz /storage/.kodi/userdata
68
68
```
69
69
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:
0 commit comments