Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.59 KB

UPGRADE.md

File metadata and controls

62 lines (48 loc) · 1.59 KB

Upgrade in general

  • Stop chatbot (Ctrl + C)
  • npm install --only=prod or npm install
  • Follow the instructions below
  • Start chatbot node chatbot.js

Upgrade from 1.13.0 to 1.14.0

node migration.js -f version-1.14.0

Upgrade from 1.12.0 to 1.13.0

Nothing you have to do.

Upgrade from 1.11.0 to 1.12.0

  • Before you upgrade
  • Remove node_modules
  • Remove package.json
  • Download upgrade
npm i --only=prod

OR

npm i
gulp build

Upgrade from 1.10.0 to 1.11.0

Nothing you have to do.

Upgrade from 1.9.x to 1.10.0

Nothing you have to do.

Upgrade from 1.8.0 to 1.9.0

Default command !bots has changed. See:

Upgrade from 1.7.0 to 1.8.0

Nothing you have to do.

Upgrade from 1.6.x to 1.7.0

adminer-4.6.2.php was removed from repo and has to be installed with composer. See: Install PHP, Adminer and Web UI.

Upgrade from 1.5.0 to 1.6.x

Nothing you have to do.

Upgrade from 1.4.0 to 1.5.0

Add "performance": 1, or "performance": 0, in src/app/chatbot.json

Upgrade from 1.3.0 to 1.4.0

Add "backup": true, or "backup": false, in src/app/chatbot.json

Upgrade from 1.2.x to 1.3.0

node migration.js -f version-1.3.0

Upgrade from 1.1.0 to 1.2.x

Nothing you have to do.

Upgrade from 1.0.x to 1.1.0

Nothing you have to do.