GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MIGRATE_SCHEMA(1) User Contributed Perl Documentation MIGRATE_SCHEMA(1)

migrate_schema - Utility to migrate a schema from one version to another

migrate_schema [options]

    Options
    --user    The user who has access to the schema table
    --pass    The user's password
    --dsn     The perl dsn. For example:
                * DBI:Oracle:orcl
                * DBI:mysql:test
    --ddl_dir The directory containing the migration scripts
    --version The version to migrate to. If one is not provided,
              the schema will be migrated to the version specified
              by the maximum upgrade script.
    --man     The full documentation
    --help    Brief help message

This script invokes DBIx::VersionedDDL. For more information on this module type

    perldoc DBIx::VersionedDDL

Dan Horne, "<dhorne at cpan.org>"

Copyright 2009-2010 Dan Horne.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2012-12-01 perl v5.32.1

Search for    or go to Top of page |  Section  |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.