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: pages/guides/updating/updating-native.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import { Tabs } from 'nextra/components'
7
7
<Callouttype="warning">
8
8
If you are updating from a really old version you need to upgrade every 2 versions at a time. Doing otherwise you risk to having to restart with a fresh database.
9
9
10
-
If you are on 0.7.6+ you can update directly to 0.7.14 otherwise you need to update incrementally to prevent data loss (v0.5.6 > v0.7.1.4 > v0.7.3.1 > v0.7.6 > v0.7.14)
10
+
If you are on 0.7.6+ you can update directly to 0.7.14 otherwise you need to update incrementally to prevent data loss (v0.5.6 > [v0.7.1.4](https://github.com/Kareadita/Kavita/releases/tag/v0.7.1.4) > [v0.7.3.1](https://github.com/Kareadita/Kavita/releases/tag/v0.7.3.1) > [v0.7.6](https://github.com/Kareadita/Kavita/releases/tag/v0.7.6) > [v0.7.14](https://github.com/Kareadita/Kavita/releases/tag/v0.7.14))
11
11
</Callout>
12
12
13
13
<Tabsitems={['🐧 Linux', '🍎 OSX', ' 🪟 Windows']}>
@@ -105,4 +105,4 @@ Delete the `config` folder in your temporary location
105
105
Copy and paste all files in your temporary location to your Kavita install directory. When prompted, overwrite the files with the new copies.
0 commit comments