Man page - gm-fingerprint_db(8)
Packages contas this manual
- gm-restore(8)
- gm-backup(8)
- gm-set_gm-dbo_password(8)
- gm-fingerprint_db(8)
- gm-remove_person(1)
- gm-fixup_server(8)
- gm-restore_database(8)
- gm-upgrade_server(8)
- gm-dump_schema(8)
- gm-adjust_db_settings(8)
- gm-bootstrap_server(8)
- gm-backup_database(8)
- gm-restore_data(8)
- gm-backup_data(8)
- gm-zip+sign_backups(8)
- gm-move_backups_offsite(8)
apt-get install gnumed-server
Manual
| GM-FINGERPRINT_DB(8) | System Manager's Manual | GM-FINGERPRINT_DB(8) |
NAME
gm-fingerprint_db - GNUmed server fingerprint database
SYNOPSIS
gm-fingerprint_db <target database> <gm-dbo password> [--with-dump]
<target database>: a GNUmed database (such as "gnumed_VERSION")
<gm-dbo password> the password for the database owner <gm-dbo>
[--with-dump] if this option is given a dump of the database schema structure will be included created by:
SELECT gm.concat_table_structure();
DESCRIPTION
The gm-fingerprint_db script can be used to fingerprint a GNUmed database in order to aid identifying particular databases or verifying database transfers (not upgrades).
The fingerprint of the database is written to the file
gm_db-<target database>-fingerprint.log
in the current directory.
EXAMPLES
Fingerprint the database gnumed_v20:
gm-fingerprint_db gnumed_v20 secret-password
Include a database schema structure dump:
gm-fingerprint_db gnumed_v20 secret-password --with-dump
AUTHOR
This manual page was written by Karsten Hilbert <karsten.hilbert@gmx.net>.
| 2011 Oct 22nd | GNUmed server fingerprint database |