pva-dbschema-update(1) - Linux man page
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@grid.org.ua>
See Also
pva-addvo(1), pva-config(5), voms(8)