In order to publish the report on to prod-msr.geant.net please carry out the following:
Step One: Export to local machine from test-msr
- Copy the topology diagrams from the /var/lib/tomcat6/webapps/msr/media/topology directory on test-msr.geant.net to your laptop
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 the graphs generated from the /var/lib/tomcat6/webapps/msr/media/graphs directory on test-msr.geant.net to your laptop
sudo 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 MySQL Workbench export the reports database tables (excluding views and tables started with the word backup_outage)
Step Two: Import to prod-msr from local machine
Copy the topology diagrams from your laptop to the /var/lib/tomcat6/webapps/msr/media/topology directory on prod-msr.geant.net (First copy the directory to your home directory(using WinScp) then copy them to /var/lib/tomcat6/webapps/msr/media/)
...