Sophie

Sophie

distrib > Fedora > 17 > i386 > by-pkgid > 5a465536d93ccba5f194b4be40e6901a > files > 2

gnumed-server-16.14-1.fc17.noarch.rpm

#------------------------------------------------------------
# GNUmed database restore configuration
#------------------------------------------------------------
#
# this is a shell fragment used by gm-restore_from_backup.sh
#
# copy this file to /etc/gnumed/gnumed-restore.conf and
# configure appropriately
#
# if the PostgreSQL user $GM_DBO needs a password you will
# have to configure that using a .pgpass file (see the PG
# manual for how to do that)
#
# http://www.postgresql.org/docs/8.1/static/libpq-pgpass.html
#
#------------------------------------------------------------

# if your PostgreSQL server is running on another port
GM_PORT="5432"

# set this to a writable directory on a drive where
# there is plenty of disk space available
WORK_DIR_BASE="/tmp"

# where to store log files,
# note that if you chose to write logs to the work
# directory they will get lost during cleanup if the
# restore process succeeds
LOG_BASE="."

#============================================================