pva-dbschema-update (1) - Linux Manuals
pva-dbschema-update: PHP VOMS-Admin(PVA) tool to update database schema to the latest version
NAME
pva-dbschema-update - PHP VOMS-Admin(PVA) tool to update database schema to the latest version
DESCRIPTION
The pva-dbschema-update command update database schema to the latest version required for PHP VOMS-Admin operation.
SYNOPSIS
pva-dbschema-update [-f] [-h <host>] -d <database> -u <user> -p <password>
ARGUMENTS
- -f
- force database schema update invocation (assuming database version is oldest)
- -h <host>
- database server host (localhost is used by default)
- -d <database>
- target database name for schema update
- -u <user>
- username to access database on server
- -p <password>
- passwoed to access database on server
EXTENDED DESCRIPTION
The pva-dbschema-update command designed to be called within package post-install script to authomatically update all served VO databases on PHP VOMS-Admin update.
In case database migration from another server that runs older version of PHP VOMS-Admin it is required to update database schema manually.
EXAMPLE
pva-dbschema-update -d voms_testbed -u voms_user -p P@ssw0rd
COPYRIGHT
APACHE LICENSE Version 2.0AUTHOR
Andrii Salnikov <manf [at] grid.org.ua>