Skip to content

Commit

Permalink
Updating for stable release 0.7.14
Browse files Browse the repository at this point in the history
changed update info saying you can go directly from 0.7.6 to 0.7.14
  • Loading branch information
DieselTech committed Feb 9, 2024
1 parent 2e1b046 commit 24528ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/guides/updating/updating-native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Tabs } from 'nextra/components'
<Callout type="warning">
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.

If you are on 0.7.6+ you can update directly to 0.7.13 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.13)
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)
</Callout>

<Tabs items={['🐧 Linux', '🍎 OSX', ' 🪟 Windows']}>
Expand Down
4 changes: 4 additions & 0 deletions pages/installation/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ There is a few options when it comes to docker images. Just note that LSIO doesn
<Tabs.Tab>
The contents of the compose file can be pasted directly into software like [Dockage](https://github.com/louislam/dockge) or [Portainer](https://www.portainer.io/). Otherwise create the docker-compose.yml file in the folder you want to run it from and execute `docker-compose up -d`

<Callout type="warning">
This is just a template for setting up your own docker compose file. Make sure to modify the folder paths to point to your own media.
</Callout>

```yaml
services:
kavita:
Expand Down
2 changes: 1 addition & 1 deletion pages/installation/native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Once the file is saved you can run `systemctl start kavita.service` to test if i
<Tabs.Tab>

<Callout type="warning">
No one on the dev team owns a Mac. These instructions are suggested by our users. If you want to help contribute to this list click ["Help improve this page"](https://github.com/Kareadita/Wiki/tree/main/pages/installation/native.mdx)!
No one on the dev team owns a Mac. These instructions are suggested by our users. If you want to help contribute to this list click ["Help improve this page"](https://github.com/Kareadita/Wiki/tree/main/pages/installation/native.mdx)!
</Callout>

<Steps>
Expand Down

0 comments on commit 24528ca

Please sign in to comment.