diff --git a/docs/guides/Linux Guide.md b/docs/guides/Linux Guide.md index acb61016..ffbe7618 100644 --- a/docs/guides/Linux Guide.md +++ b/docs/guides/Linux Guide.md @@ -191,7 +191,7 @@ To set up Nadeko for music and Google API Keys, follow [Setting up your API keys - Copy the `credentials.json` to desktop - EDIT it as it is guided here: [Setting up credentials.json][setup credentials] - Paste/put it back in the folder once done. `(Using WinSCP)` -- **If** you already have Nadeko 1.3.x setup and have `credentials.json` and `NadekoBot.db`, you can just copy and paste the `credentials.json` to `NadekoBot/src/NadekoBot` and `NadekoBot.db` to `NadekoBot/src/NadekoBot/bin/Release/netcoreapp1.1/data` using WinSCP. +- **If** you already have Nadeko 1.3.x setup and have `credentials.json` and `NadekoBot.db`, you can just copy and paste the `credentials.json` to `NadekoBot/src/NadekoBot` and `NadekoBot.db` to `NadekoBot/src/NadekoBot/bin/Release/netcoreapp2.0/data` using WinSCP. **Or** follow the [Upgrading Guide.][upgrading] diff --git a/docs/guides/Upgrading Guide.md b/docs/guides/Upgrading Guide.md index f853267c..4d71c010 100644 --- a/docs/guides/Upgrading Guide.md +++ b/docs/guides/Upgrading Guide.md @@ -10,21 +10,15 @@ #### If you are running Dockerised Nadeko -- Shutdown your existing container **docker stop nadeko**. -- Move you credentials and other files to another folder. -- Delete your container **docker rm nadeko**. -- Create a new container **docker create --name=nadeko -v /nadeko/:/root/nadeko uirel/nadeko:1.4**. -- Start the container **docker start nadeko** wait for it to complain about lacking credentials. -- Stop the container **docker stop nadeko** open the nadeko folder and replace the credentials, database and other files with your copies. -- Restart the container **docker start nadeko**. +- There is an updating section in the docker guide. #### If you have NadekoBot 1.x on Linux or macOS - Backup the `NadekoBot.db` from `NadekoBot/src/NadekoBot/bin/Release/netcoreapp1.0/data` - Backup the `credentials.json` from `NadekoBot/src/NadekoBot/` - **For MacOS Users Only:** download and install the latest version of [.NET Core SDK](https://www.microsoft.com/net/core#macos) -- Next, use the command `cd ~ && wget -N https://github.com/Kwoth/NadekoBot-BashScript/raw/1.4/linuxAIO.sh && bash linuxAIO.sh` +- Next, use the command `cd ~ && wget -N https://github.com/Kwoth/NadekoBot-BashScript/raw/1.9/linuxAIO.sh && bash linuxAIO.sh` - **For Ubuntu, Debian and CentOS Users Only:** use the option `4. Auto-Install Prerequisites` to install the latest version of .NET Core SDK. -- Use option `1. Download NadekoBot` to update your NadekoBot to 1.4.x. +- Use option `1. Download NadekoBot` to update your NadekoBot to 1.9.x. - Next, just [run your NadekoBot.](http://nadekobot.readthedocs.io/en/latest/guides/Linux%20Guide/#running-nadekobot) -- *NOTE: 1.4.x uses `NadekoBot.db` file from `NadekoBot/src/NadekoBot/bin/Release/netcoreapp1.1/data` folder.* +- *NOTE: 1.9.x uses `NadekoBot.db` file from `NadekoBot/src/NadekoBot/bin/Release/netcoreapp2.0/data` folder.*