Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
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.
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.
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
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form