I have system builded in old version 0.9.4-alpha.2.20230530021425 and it is connected to external DB MySQL with phpmyadmin. I want to copy this system to other server and I run new last version of nocobase after I have copyed old DB to new system and connected it to new nocobase but I am unable to run it seems like DB tables and columns are different what can I do? In old Nocobase there is not backup restore plugin aviable and I cannot take backup and restore it to new
Please upgrade incrementally, version by version, through several versions at a time, until you reach the latest version.
I can’t find version list from version 0.9.4-alpha.2.20230530021425 can you share full list of versons?
Should I write versions like this
services:
app:
image: nocobase/nocobase:0.10
restart: always
networks:
or image: nocobase/nocobase: V 0.10 or 0.10 alpha which format is true?
Did you use Docker to install it?
yes
current version → 0.12 → 1.0 → latest version
I upgraded to version from current version to 0.12 as you said but it fails to load plugin
Check the Docker container logs:
docker compose logs app
Find the latest log in ./storage/logs and share it.