Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When building scripts, you need to take into account your Rice server (if running a separate instance) All the database upgrade scripts are broken up on the assumption that you could have separate databases for these components of the Kuali infrastructure. KFS Upgrades are delivered via Liquibase files. This allows for the updates to be given in a database-agnostic fashion. They have been primarily written against Oracle, but have the needed adjustments to allow them to run under MySQL as well, and have been tested against both. For information on how to generate SQL from Liquibase scripts or apply them directly against a database, see the Running Liquibase Scripts section of the Liquibase the Database Coding Standards page, for the Liquibase Overview and Sample Scripts page.

Rice Database

Rice Database Upgrade Scripts

...