I’m currently running a self-hosted NocoBase instance (version v2.0.0-alpha.16) and would like to set up the CRM demo again as a reference template for testing workflows and data structure.
Could anyone share the latest SQL dump (.sql) for the CRM demo that matches the recent alpha versions?
Thanks a lot to the NocoBase team and the community for your awesome work
You need to download the dump.sql file provided on the official website, successfully restore the database, connect to the database using NocoBase 2.0, and upgrade NocoBase.
I tried downloading two different SQL files from the website, but after setting them up, the UI is still version 1.0 instead of 2.0.
Did I miss any steps during the installation? I’d appreciate any support. Thanks in advance!
Hi, I’m trying to set up the demo version locally from the GitLab source code, but I’m having some trouble. I downloaded the SQL file from the site (156 megabytes) and restored it to the database. When I merge it into a Git branch (main, next, or develop), I get several errors. Can you please tell me the Git branch I should start from? Thanks.