pva-dbschema-update (1) Linux Manual Page
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.
