Advertisement
bphamhuu

Untitled

Jul 14th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. ./migrate_petascopedb.sh
  2. migrate_petascopedb.sh: This script migrates data from old petascopedb to new petascopedb as confgured in /home/rasdaman/install/etc/petascope.properties.
  3. migrate_petascopedb.sh: Important: please verify that petascope is not running, e.g. in Tomcat, and stop it if necessary.
  4. migrate_petascopedb.sh: More details on the migration process: http://rasdaman.org/wiki/Petascope_9.5#Howtomigrate
  5.  
  6. Start the migration process (y/n)? y
  7.  
  8. . ____ _ __ _ _
  9. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  10. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  11. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  12. ' |____| .__|_| |_|_| |_\__, | / / / /
  13. =========|_|==============|___/=/_/_/_/
  14. :: Spring Boot :: (v1.5.2.RELEASE)
  15.  
  16. ------------------------------------
  17. *** PETASCOPE ***
  18. Petascope Version : 9.4.0
  19. Metadata URL : jdbc:postgresql://localhost:5432/petascopedb
  20. Metadata Username : petauser
  21.  
  22. *** COVERAGE IMPLEMENTATION SCHEMA (CIS) ***
  23. CIS Version : 1.1
  24.  
  25. *** RASDAMAN ***
  26. Rasdaman URL : http://localhost:7001
  27. Rasdaman DB : RASBASE
  28. Rasdaman user : rasguest
  29. Rasdaman version : 9.4.0
  30. Rasdaman admin user : rasadmin
  31.  
  32. *** SECORE ***
  33. SECORE URL : [http://localhost:8080/def]
  34. SECORE version : 0.1.0
  35.  
  36. *** WCS-T ***
  37. WCS-T Version : 2.0.0
  38.  
  39. *** WCPS ***
  40. WCPS Version : 1.0.0
  41.  
  42. *** WCS ***
  43. WCS Versions : 2.0.1
  44.  
  45. *** WMS ***
  46. WMS Versions : 1.3.0
  47.  
  48. ------------------------------------
  49. Postgresql database 'petascopedb_migration_temp' has successfully been created.
  50. petascopedb 9.4 or older already exists, creating a temporary backup database 'petascopedb_migration_temp' for it.
  51. Migrating petascopedb from JDBC URL 'jdbc:postgresql://localhost:5432/petascopedb' to JDBC URL 'jdbc:postgresql://localhost:5432/petascopedb'...
  52. Migrating from petascopedb 9.4 or older to new version 9.5.
  53. Migrating coverages...
  54. Migrating coverage 'test_irr_cube_2' (1/3)
  55. ... migrated successfully.
  56. --------------------------------------------------------------------
  57.  
  58. Migrating coverage 'test_wms_3857' (2/3)
  59. ... migrated successfully.
  60. --------------------------------------------------------------------
  61.  
  62. Migrating coverage 'test_wms_4326' (3/3)
  63. ... migrated successfully.
  64. --------------------------------------------------------------------
  65.  
  66. All coverages migrated successfully.
  67.  
  68.  
  69. Migrating OWS Service metadata...
  70. ... migrated successfully.
  71.  
  72.  
  73. Migrating WMS layer 'test_wms_3857' (1/2)
  74. ... migrated successfully.
  75. --------------------------------------------------------------------
  76.  
  77. Migrating WMS layer 'test_wms_4326' (2/2)
  78. ... migrated successfully.
  79. --------------------------------------------------------------------
  80.  
  81. All WMS 1.3 layers migrated successfully.
  82.  
  83.  
  84. The original petascopedb has been backed up as database 'petascopedb_94_backup'.
  85. Moving temporary migration database 'petascopedb_migration_temp' to final database 'petascopedb'.
  86. petascopedb migrated successfully.
  87. migrate_petascopedb.sh: Migration completted successfully; petascope can be started again.
  88. migrate_petascopedb.sh: done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement