2.1 KiB
2.1 KiB
If you have NadekoBot 1.x on Windows
- Follow the Windows Guide and install the latest version of NadekoBot.
- Navigate to your old
Nadekofolder and copy yourcredentials.jsonfile and thedatafolder. - Paste credentials into the NadekoBot 1.4x+
C:\Program Files\NadekoBot\systemfolder. - Paste your old
Nadekodata folder into NadekoBot 1.4x+C:\Program Files\NadekoBot\systemfolder. - 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
- 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 with
docker start nadeko, and wait for it to complain about lacking credentials. - Stop the container,
docker stop nadeko, open theNadekofolder and replace the credentials, database and other files with your copies. - Restart the container
docker start nadeko.
If you have NadekoBot 1.x on Linux or macOS
- Backup the
NadekoBot.dbfromNadekoBot/src/NadekoBot/bin/Release/netcoreapp1.0/data. - Backup the
credentials.jsonfromNadekoBot/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.4/linuxAIO.sh && bash linuxAIO.sh - For Ubuntu, Debian and CentOS Users Only: use the option
4. Auto-Install Prerequisitesto install the latest version of .NET Core SDK. - Use option
1. Download NadekoBotto update your NadekoBot to 1.4+ version. - Next, just run your NadekoBot.
- NOTE: 1.4+ version uses
NadekoBot.dbfile fromNadekoBot/src/NadekoBot/bin/Release/netcoreapp1.1/datafolder.