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