1GM-FINGERPRINT_DB(8) System Manager's Manual GM-FINGERPRINT_DB(8)
2
3
4
6 gm-fingerprint_db - GNUmed server fingerprint database
7
8
10 gm-fingerprint_db <target database> <gm-dbo password> [--with-dump]
11
12 <target database>: a GNUmed database (such as "gnumed_VERSION")
13
14 <gm-dbo password> the password for the databse owner <gm-dbo>
15
16 [--with-dump] if this option is given a dump of the database schema
17 structure will be included created by:
18
19 SELECT gm.concat_table_structure();
20
21
23 The gm-fingerprint_db script can be used to fingerprint a GNUmed data‐
24 base in order to aid identifying particular databases or verifying
25 database transfers (not upgrades).
26
27 The fingerprint of the database is written to the file
28
29 gm_db-<target database>-fingerprint.log
30
31 in the current directory.
32
33
35 Fingerprint the database gnumed_v20:
36
37 gm-fingerprint_db gnumed_v20 secret-password
38
39 Include a database schema structure dump:
40
41 gm-fingerprint_db gnumed_v20 secret-password --with-dump
42
43
45 This manual page was written by Karsten Hilbert
46 <karsten.hilbert@gmx.net>.
47
48
49
50GNUmed server fingerprint database2011 Oct 22nd GM-FINGERPRINT_DB(8)