Community
 
 
 

CloudPlatform 3.x

343 followers
 
Avatar
Administrator

How to Ensure that the database upgrade is complete.

Avatar

How to Ensure that the database upgrade is complete.

Hi,

I am in middle of upgrade process of CloudPlatform 3.0.6 > CloudPlatform 3.0.7.

One of the steps in Installation guide says:

 

"Wait until the databases are upgraded. Ensure that the database upgrade is complete. After
confirmation, start the other Management Servers one at a time by running the same command on
each node."

 

How can I verify that databases are upgraded ?

 

Thank you

T.


tcrgar52 MEMBERS 23 July 2014 - 07:11 AM
3 comments
0

Please sign in to leave a comment.

 
 

Previous 3 comments

Avatar
Erik Godin

Bump.  I'm curious about this one as well.  TBH haven't read the instructions yet but I'll be in this same situation at some point (needing to upgrade).

 

 

TCRGAR52:  was the database upgrade done through the GUI or something?  If you ran somekind of file (installer or whatever) from the CLI the output of that script should be sufficient to determine whether or not the upgrade was successful.  If the upgrade was done through the GUI you might want to check the management-server.log file or /var/log/mysqld.log.


Comment actions Permalink
Avatar
Erik Godin

Hi TCRGAR52,

 

 

I actually went through the steps of upgrading our CCP deployment a few weekends ago.  Here's the output you'll want to look for in your management-server.log file to confirm the database was upgraded successfully:

 

2014-08-23 19:32:38,351 INFO  [cloud.upgrade.DatabaseUpgradeChecker] (main:null) Grabbing lock to check for database upgrade.
2014-08-23 19:32:38,355 INFO  [cloud.upgrade.DatabaseUpgradeChecker] (main:null) DB version = X.X.X Code Version = XXXXXXXXXXX
2014-08-23 19:32:38,356 INFO  [cloud.upgrade.DatabaseUpgradeChecker] (main:null) DB version and code version matches so no upgrade needed.
 


Comment actions Permalink
Avatar
Tomislav Crgar

Thank you!


Comment actions Permalink

Top Contributors