Upgrading From v2 to v3

To upgrade the Studio from a v2 release to v3 the below steps must be followed

  • export all models from 2.2.4 studio

  • run export migration tool on exported .GBS file

python3 graph-build-export-migration-tool.py <input_file>
  • Amend mount path for node app to /app/studio-data

  • Add environment variable to node app

Environment:
 - Name: RDF4J_HOME
   Value: /app/studio-data/semantic
  • run stack with latest images

  • import amended .GBS file

Last updated