EPrints 2.3 Documentation - upgrade command



NAME

upgrade - Upgrade the stucture of the database to be compatable with a newer version of eprints.

If upgrading requires more than one step then the system will perform the upgrade step by step. If a step fails then you can continue from where it left off.


SYNOPSIS

upgrade repository_id [options]


DESCRIPTION

Some versions of eprints require modifications to be made to the database tables used by earlier versions.

Run this script on each repository after upgrading the eprints software.


ARGUMENTS

repository_id

The ID of the EPrint repository to effect.


OPTIONS

--help

Print a brief help message and exit.

--man

Print the full manual page and then exit.

--quiet

This option doesn't do anything. You REALLY don't want to run this script without knowing what's happening.

--verbose

Explain in detail what is going on. May be repeated for greater effect.

--version

Output version information and exit.

 EPrints 2.3 Documentation - upgrade command