Upgrade path from 8.x-2.x/3.x to 4.0.x

Created on 19 April 2023, over 1 year ago

Problem/Motivation

Since there was never an official release (not even an alpha) we are not obliged to provide an upgrade path. However we should at least ensure we are not leaving the database with old entity tables.

Proposed resolution

If possible and feasible with minimal effort:
Provide an update hook which:
- Loads old chatbots into memory
- Checks for the old oswald_bot entity table and delete it.
- Install the new entity table
- Store old chatbots into the new entity, since the fields have not changed this should not be too difficult I think.

If not possible to migrate we can just provide an update hook which checks for the old oswald_bot entity table and delete it.

Remaining tasks

Merge request.

📌 Task
Status

Fixed

Version

4.0

Component

Code

Created by

🇧🇪Belgium BramDriesen Belgium 🇧🇪

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024