Sun GlassFish Web Space Server 10.0 Administration Guide

Backing Up a Web Space Server Installation

Once you have an installation of Web Space Server Portal running, you will want to have proper backup procedures in place in case of a catastrophic failure of some kind. Web Space Server is not very different from any other application that may be running in your application server, but there are some specific components that need to be backed up in addition to your regular backup procedures for your application server.

Source Code

If you have extended Web Space Server or have written portlet or theme plugins, they should be stored in a source code repository such as Subversion, CVS, or Git. This repository should be backed up on a regular basis to preserve your ongoing work.

If you are extending Web Space Server with the Extension Environment, you will want to make sure that you also store the version of the Web Space Server source on which your extension environment is based. This allows your developers convenient access to all of the tools they need to build your extension and deploy it to a server.

Web Space Server's File System

Web Space Server's configuration file, portal-ext.properties, gets stored in the WEB-INF/classes folder in the location to which your application server deployed Web Space Server. At a minimum, this file should be backed up, but it is generally best to back up your whole application server.

Web Space Server also stores configuration files, search indexes, cache information, and the default Jackrabbit document repository in a folder called webspace in the domain directory of the application server. You need to backup this folder.

Database

Web Space Server's database is the central repository for all of the Portal's information and is the most important component which needs to be backed up. You can do this by either backing up the database live (if your database allows this) or by exporting the database and then backing up the exported file. For example, MySQL ships with a mysqldump utility which allows you to export the entire database and data into a large SQL file. This file can then be backed up. In case of a database failure, it can be used to recreate the state of the database at the time the dump was created.

You can use the Oracle dump feature for backup and restore of Oracle database. See, http://www.orafaq.com/wiki/Import_Export_FAQ.

If you are using Web Space Server's Document Library extensively, it is likely that you have configured Jackrabbit to store documents in a database rather than the file system. In this case, the Jackrabbit database should be backed up also.