upgrade revision 8cf870d281dc8c242f083d14dfef05f24aa5fcee
649N/A#!/bin/sh
649N/A#
649N/A# CDDL HEADER START
649N/A#
910N/A# The contents of this file are subject to the terms of the
910N/A# Common Development and Distribution License, Version 1.0 only
649N/A# (the "License"). You may not use this file except in compliance
649N/A# with the License.
919N/A#
919N/A# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
919N/A# or http://forgerock.org/license/CDDLv1.0.html.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at legal-notices/CDDLv1_0.txt.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information:
919N/A# Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A#
919N/A# Copyright 2013 ForgeRock AS
649N/A
649N/A
649N/A# This script may be used to perform a backup of a Directory Server backend.
649N/AOPENDJ_INVOKE_CLASS="org.opends.server.tools.upgrade.UpgradeCli"
649N/Aexport OPENDJ_INVOKE_CLASS
649N/A
649N/ASCRIPT_NAME="upgrade"
649N/Aexport SCRIPT_NAME
649N/A
649N/ASCRIPT_DIR=`dirname "${0}"`
649N/A"${SCRIPT_DIR}/lib/_server-script.sh" "${@}"
649N/A