Changes between Version 29 and Version 30 of Versions


Ignore:
Timestamp:
Feb 1, 2014, 2:23:21 AM (10 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v29 v30  
    1616 * the petascopedb schema (tables with prefix `'PS9_'`) has been completely redesigned to work in cooperation with [wiki:SecoreUserGuide SECORE]
    1717  * '''note:''' petascope 9.0 is incompatible with the old petascope schema, and requires running `update_petascopedb.sh --migrate` to make the old petascopedb compatible
    18   * before running `update_petascopedb.sh --migrate`, it is necessary to remove the `$RMANHOME/share/rasdaman/petascope/update*.sql` files, which may have been left from an earlier installation.
    19   * similarly it is necessary to remove `$RMANHOME/etc/petascope.properties`, as more parameters have been added and `make install` will not overwrite and outdated configuration file.
     18  * the migration process has revert capabilities (old schema is backed up in the database)
     19 * OGC compliance of WCS core with rectified grid, referenceable grid and multipoint coverages.
    2020 * support for CRS-aligned irregularly gridded coverages (''referenceable'' grids as by GML nomenclature, with axis parallel to the axes of the CRS).
    2121 * support for compound CRS, either spatial, temporal, or spatio-temporal.
     
    2525 * WCS service and service provider metadata is moved from Java templates to the database.
    2626 * GMLCOV coverage metadata is richer and more flexible: many GML fields are configurable in the database.
     27  * fixes in GML encoding for coverages (especially CRS and grid axis orders)
    2728 * rasdaman collections and WC*S coverage names can be different: a coverage corresponds to an MDD, while a collection can contain multiple MDDs.
    2829 * more powerful systemtests, with oracles support and scripting.
     
    3536 * support for asterisks `*` in WC*S subsets.
    3637 * new `'select version()'` query in RasQL, to return the currently installed version of rasdaman.
     38 * Petascope servlet path has been changed to rasdaman/ows/wcps, rasdaman/ows/wcs, etc., and the war file deployed in Tomcat now is rasdaman.war
     39 *
    3740
    3841
    39 ''Quick upgrade guide''
     42''Quick upgrade guide (for rasdaman 8.x)''
    40431. `$ rm -rf $CATALINA_HOME/webapps/secoredb`
    41 1. `$ mv $RMANHOME/etc/petascope.properties $RMANHOME/etc/petascope.properties.bak`
    42 1. `$ make && make install`
     441. `$ make clean && make && make install`
    43451. edit and update `$RMANHOME/etc/petascope.properties`
    44461. `$ update_db.sh`
    45 1. `$ update_petascopedb.sh`
     471. `$ update_petascopedb.sh [--migrate]`
    4648
    4749=== Fixes ===