1PVA-DBSCHEMA-UPDATE(1) PVA Users Manual PVA-DBSCHEMA-UPDATE(1)
2
3
4
6 pva-dbschema-update - PHP VOMS-Admin(PVA) tool to update database
7 schema to the latest version
8
9
11 The pva-dbschema-update command update database schema to the latest
12 version required for PHP VOMS-Admin operation.
13
14
16 pva-dbschema-update [-f] [-h <host>] -d <database> -u <user> -p <pass‐
17 word>
18
19
21 -f force database schema update invocation (assuming database ver‐
22 sion is oldest)
23
24 -h <host>
25 database server host (localhost is used by default)
26
27 -d <database>
28 target database name for schema update
29
30 -u <user>
31 username to access database on server
32
33 -p <password>
34 passwoed to access database on server
35
37 The pva-dbschema-update command designed to be called within package
38 post-install script to authomatically update all served VO databases on
39 PHP VOMS-Admin update.
40
41 In case database migration from another server that runs older version
42 of PHP VOMS-Admin it is required to update database schema manually.
43
44
46 pva-dbschema-update -d voms_testbed -u voms_user -p P@ssw0rd
47
48
50 APACHE LICENSE Version 2.0
51
52
54 Andrii Salnikov <manf@grid.org.ua>
55
56
58 pva-addvo(1), pva-config(5), voms(8)
59
60
61
62
63PHP VOMS-Admin version 0.7.0 2012-05-08 PVA-DBSCHEMA-UPDATE(1)