...
Step One: Export to local machine from test-msr
- Copy SSH to test-msr and copy the topology diagrams from the /var/lib/tomcat6/webapps/msr/media/topology directory on test-msr.geant.net to your laptop
...
- home directory on test-msr: sudo cp -r topology/ /home/local/GEANT/omar.qouqas
** Please note the year and month format of the file name e.g. BACKBONE_201707.png
NOTE: If either of the topology diagrams (BACKBONE_YYYYMM.png, GLOBAL_YYYYMM.jpg) are not present, copy the previous period's and rename to the current period.
2. Copy SSH to test-msr and copy the graphs generated from the /var/lib/tomcat6/webapps/msr/media/graphs directory on test-msr.geant.net to your laptop your home directory on test-msr: sudo cp -r graphs/ /home/local/GEANT/omar.qouqas
** Please note the year and month format of the file name e.g. NREN_201707.png
3. Using Use MySQL Workbench to export the reports database tables: Go to "Server" then "Data Export", choose "reports" database (excluding views and tables started starting with the word backup_outage ): see below:
Step Two: Import to prod-msr from local machine
...