1.6 KiB
1.6 KiB
If you have NadekoBot 1.x on Windows
- Go to
NadekoBot\src\NadekoBot
and backup yourcredentials.json
file; then go toNadekoBot\src\NadekoBot\bin\Release\netcoreapp1.0
and backup yourdata
folder. - Follow the Windows Guide and install the latest version of NadekoBot.
- Paste your
credentials.json
file into theC:\Program Files\NadekoBot\system
folder. - Paste your
data
folder intoC:\Program Files\NadekoBot\system
folder. - If it asks you to overwrite files, it is fine to do so.
- Next launch your new Nadeko as the guide describes, if it is not already running.
If you are running Dockerised Nadeko
- There is an updating section in the docker guide.
If you have NadekoBot 1.x on Linux or macOS
- Backup the
NadekoBot.db
fromNadekoBot/src/NadekoBot/bin/Release/netcoreapp1.0/data
- Backup the
credentials.json
fromNadekoBot/src/NadekoBot/
- For MacOS Users Only: download and install the latest version of .NET Core SDK
- 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.9.x. - Next, just run your NadekoBot.
- NOTE: 1.9.x uses
NadekoBot.db
file fromNadekoBot/src/NadekoBot/bin/Release/netcoreapp2.0/data
folder.