cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Upgrading EUM from 4.3.8.4 to 4.5.16

Anuradha.kota
Adventurer

We have controller and EUM hosted on different hosts.

We have gone through  the doc https://docs.appdynamics.com/display/PRO45/Upgrade+the+Production+EUM+Server.

Under upgrade procedure in second step i.e 2.b we could see we have to take mysql dump from the controller as below.

./mysqldump -u root --password --protocol=TCP -P [Controller-MySQL-Port] --databases eum_db --add-drop-database --socket=<controller_home>/mysql/mysql.sock > eum_db.sql

 

After taking the dump when do we need to place the eum_db.sql in EUM server. In 5.e we  could see below procedure.

Import the backed-up MySQL tables to the new database:
EUM Server 4.3

./mysql -u root --password --protocol=TCP -P [EUM-MySQL-Port] --socket=<eum_server_home>/mysql/mysql.sock < <controller_home>/db/bin/eum_db.sql

 

Is this back up which we have taken from the Controller server or any other. Please clarify.

 

Regards,

Anuradha.

1 REPLY 1

Ryan.Paredez
Community Manager

Hi,

 

The Docs page has been updated to clarify your question. Do let me know if the changes help answer your question. 

 

https://docs.appdynamics.com/display/PRO45/Upgrade+the+Production+EUM+Server

 

 


Thanks,
Ryan, AppDynamics Community Manager



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.