Updating the Mysql Vibe Database from 3.2 to 3.3

  • 7010321
  • 26-Jun-2012
  • 26-Jun-2012

Environment

Novell Vibe OnPrem 3

Situation

Updating the Mysql Vibe Database from 3.2 to 3.3

Resolution

Resolution :
 
When you update to Vibe 3.3, the Vibe Installation program does not update the database as part of the Vibe software update. Therefore, you must manually run the database update script after you have stopped Vibe:
 
  1. Ensure that you have a current backup of your Vibe 3.2 system.
  2. Stop Vibe.
  3. Ensure that no application (such as a command prompt or Windows Explorer) is running on the Vibe 3.2 system.
  4. Change to the directory where the Vibe 3.3 installation program is located.
  5. Unzip the teaming-3.3.n-sql.zip file to create the update-3.2.0-3.3.n directory
  6. The update-3.2.0-3.3.n directory contains an update script for database.
  7. Use the database utility for your database type to run the script
  8. mysql -uusername -ppassword< /path/update-mysql.sql
  9. Continue with vibe upgrade.