Difference between revisions of "Freeside:1.7:Documentation:Developer/bin/freeside-upgrade"

From Freeside
Jump to: navigation, search
(import from POD)
(No difference)

Revision as of 19:17, 3 October 2007

NAME

freeside-upgrade - Upgrades database schema for new freeside verisons.

SYNOPSIS

 freeside-upgrade [ -d ] [ -q | -v ]

DESCRIPTION

Reads your existing database schema and updates it to match the current schema, adding any columns or tables necessary.

 [ -d ]: Dry run; output SQL statements (to STDOUT) only, but do not execute
         them.

 [ -q ]: Run quietly.  This may become the default at some point.

 [ -v ]: Run verbosely, sending debugging information to STDERR.  This is the
         current default.

SEE ALSO