Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

     3. Use MySQL Workbench to export the reports database tables:  From the Menu bar go to "Server" then "Data Export", choose "reports" database (excluding views and tables starting with the word backup_outage ): see below:

Image Modified


Step Two: Import to prod-msr from local machine

...

2- Use WinSCP to copy the graphs directory from your laptop to your home directory on prod-msr then SSH to prod-msr and copy that directory to  /var/lib/tomcat6/webapps/msr/media/ on prod-msr.geant.net. (sudo cp -r graphs/ /var/lib/tomcat6/webapps/msr/media/)

3- Use MySQL Workbench to import the reports database tables from your laptop onto prod-msr.geant.netFrom the Menu bar go to "Server" then "Data Import", locate the database dump on your machine and then click "start import" see below:

Image Added


4- Lastly, you need to edit Edit the /var/lib/tomcat6/webapps/msr/includes/mainmenu.jsp on prod-msr.geant.net to include the new report in the Previous Reports section of the menu

...