changes.
| |  | Data directory migration between 1.7 and 2.0 |
| | |
 |  | When using GeoServer 2.0 with a data directory from the 1.7.x branch, modifications will occur immediately. This will make the data directory incompatible with 1.7.x. |
| | | h3. Data Directory Migration |
| | |
 |  | Files added: |
| | w*s.xml |
| | logging.xml |
| | global.xml |
| | workspaces/ |
| | layergroups/ |
| | styles/*.xml |
| | |
 |  | Files renamed: |
| | catalog.xml.old |
| | services.xml.old |
| | | When using GeoServer 2.0.x with a data directory from the 1.7.x branch, modifications will occur to the directory immediately that will *make the data directory incompatible with 1.7.x*! Below is a list of changes made to the directory. |
| | |
 | | In order to revert the data directory to be compatible with 1.7.x again you should delete the above files that were added, and rename and the catalog.xml.old and services.xml.old files to catalog.xml and services.xml. |
| | | h4. Files and directories added |
| | |
| | {{wfs.xml}} |
| | {{wcs.xml}} |
| | {{wms.xml}} |
| | {{logging.xml}} |
| | {{global.xml}} |
| | {{workspaces/*}} |
| | {{layergroups/*}} |
| | {{styles/*.xml}} |
| | |
| | h4. Files renamed |
| | |
| | {{catalog.xml}} renamed to {{catalog.xml.old}} |
| | {{services.xml}} renamed to {{services.xml.old}} |
| | |
| | h4. Reverting from 2.0.x to 1.7.x |
| | |
| | In order to revert the directory to be compatible with 1.7.x again: |
| | |
| | # Delete the files that were added |
| | # Rename the {{catalog.xml.old}} to {{catalog.xml}} and {{services.xml.old}} to {{services.xml}}. |