Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
01-25-2020 10:57 PM
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.
01-28-2020 10:46 AM
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, Cisco 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.
Check out Observabiity in Action
new deep dive videos weekly in the Knowledge Base.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form