RADE

Source Code Manager

adl_upgrade_db

Upgrade a database to a newer version

Quick Reference

Abstract

The adl_upgrade_db command connects to the current SCM central database and upgrade it according to the current version of SCM. If departmental databases are registered in the central database, they will be upgraded too.


Synopsis

adl_upgrade_db database... [-dir command_dir] [-h | -help | -?]

Usage

This command is used when installing a new version of SCM. Its purpose is to upgrade the current database schema to a level that is suitable for the new SCM programs.
Upgrade operations are found in SQL programs that are generated by the adl_admin_site command. Please refer to the "Getting Started" article [1] to learn more about the usage.

[Top]

Options

adl_upgrade_db accepts the following options:
 

-h | -help | -? Help of the command
database ... Name of databases to upgrade
-dir command_dir The path to a directory containing the SQL programs for upgrading the database

[Top]

Examples

Upgrade current database(s) by finding SQL program in /tmp directory.

adl_upgrade_db -dir /tmp
...

[Top]


References

[1] Installing SCM on the SCM server(s)

[Top]


History

Version: 1 [Oct 2001] Document created

[Top]


Copyright © 2001, Dassault Systèmes. All rights reserved.