Changes between Version 29 and Version 30 of Versions
- Timestamp:
- Feb 1, 2014, 2:23:21 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions
v29 v30 16 16 * the petascopedb schema (tables with prefix `'PS9_'`) has been completely redesigned to work in cooperation with [wiki:SecoreUserGuide SECORE] 17 17 * '''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. 20 20 * support for CRS-aligned irregularly gridded coverages (''referenceable'' grids as by GML nomenclature, with axis parallel to the axes of the CRS). 21 21 * support for compound CRS, either spatial, temporal, or spatio-temporal. … … 25 25 * WCS service and service provider metadata is moved from Java templates to the database. 26 26 * 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) 27 28 * rasdaman collections and WC*S coverage names can be different: a coverage corresponds to an MDD, while a collection can contain multiple MDDs. 28 29 * more powerful systemtests, with oracles support and scripting. … … 35 36 * support for asterisks `*` in WC*S subsets. 36 37 * 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 * 37 40 38 41 39 ''Quick upgrade guide ''42 ''Quick upgrade guide (for rasdaman 8.x)'' 40 43 1. `$ rm -rf $CATALINA_HOME/webapps/secoredb` 41 1. `$ mv $RMANHOME/etc/petascope.properties $RMANHOME/etc/petascope.properties.bak` 42 1. `$ make && make install` 44 1. `$ make clean && make && make install` 43 45 1. edit and update `$RMANHOME/etc/petascope.properties` 44 46 1. `$ update_db.sh` 45 1. `$ update_petascopedb.sh `47 1. `$ update_petascopedb.sh [--migrate]` 46 48 47 49 === Fixes ===