NadekoBot/docs/guides/Upgrading Guide.md

22 lines
1.4 KiB
Markdown
Raw Normal View History

2016-12-02 11:33:04 +00:00
##Upgrading Nadeko from an older release
**If you have NadekoBot 1.x**
2016-12-02 11:33:04 +00:00
- Follow the [Windows Guide](http://nadekobot.readthedocs.io/en/latest/guides/Windows%20Guide/)/[Linux Guide](http://nadekobot.readthedocs.io/en/latest/guides/Linux%20Guide/)/[OS X Guide](http://nadekobot.readthedocs.io/en/latest/guides/OSX%20Guide/) and install the latest version of **NadekoBot**.
- Navigate to your **old** `Nadeko` folder and copy your `credentials.json` file and the `data` folder.
- Paste credentials into the **NadekoBot 1.4x+** `C:\Program Files\NadekoBot\system` folder.
- Paste your **old** `Nadeko` data folder into **NadekoBot 1.4x+** `C:\Program Files\NadekoBot\system` folder.
- If it asks you to overwrite files, it is fine to do so.
2016-12-02 11:33:04 +00:00
- Next launch your **new** Nadeko as the guide describes, if it is not already running.
**If you are running Dockerised Nadeko**
2017-06-12 14:34:37 +00:00
- Shutdown your existing container **docker stop nadeko**.
- Move you credentials and other files to another folder.
- Delete your container **docker rm nadeko**.
2017-06-13 07:07:14 +00:00
- Create a new container **docker create --name=nadeko -v /nadeko/:/root/nadeko uirel/nadeko:1.4**.
2017-06-12 14:34:37 +00:00
- Start the container **docker start nadeko** wait for it to complain about lacking credentials.
2017-06-13 07:07:14 +00:00
- Stop the container **docker stop nadeko** open the nadeko folder and replace the credentials, database and other files with your copies.
2017-06-12 14:34:37 +00:00
- Restart the container **docker start nadeko**.