Sakai 11 SQL migration without autoddl

71 Views Asked by At

Is there a way to migrate / create the Sakai 11 database without doing it during installation with the autoddl tool, i.e., manually?

Thanks in advance.

1

There are 1 best solutions below

2
Matthew Buckett On BEST ANSWER

No. Some parts of Sakai have SQL scripts that are run when Sakai is started up and auto.ddl is set to true. However other parts just use hibernate to create their schema as a result there's no single script to create a schema for Sakai.

For migrating between versions Sakai uses manual SQL migration scripts which you can find here: https://github.com/sakaiproject/sakai-reference/tree/master/docs/conversion