Loading server/bootstrap/fixup_db-v22.conf +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ database alias = gnumed_v22 minimum postgresql version = 9.2 schema base directory = ../sql/v21-v22/fixups/ schema = $schema$ ../dynamic/v22-release_notes-dynamic.sql v22-release_notes-fixup.sql $schema$ #---------------------------------- Loading server/bootstrap/update_db-v21_v22.conf +1 −0 Original line number Diff line number Diff line Loading @@ -158,6 +158,7 @@ database alias = gnumed_v22 minimum postgresql version = 9.2 schema base directory = ../sql/v21-v22/fixups/ schema = $schema$ v22-release_notes-fixup.sql $schema$ #---------------------------------- Loading server/doc/schema/gnumed-entire_schema.html +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ <body> <!-- Primary Index --> <p><br><br>Dumped on 2018-03-18</p> <p><br><br>Dumped on 2018-04-05</p> <h1><a name="index">Index of database - gnumed_v22</a></h1> <ul> server/gm-backup.sh +5 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,11 @@ CONF="/etc/gnumed/gnumed-backup.conf" #============================================================== set -o pipefail # do not run twice [ "${FLOCKER}" != "$0" ] && exec env FLOCKER="$0" flock --exclusive --nonblock "$0" "$0" "$@" || : # load config file if [ -r ${CONF} ] ; then . ${CONF} Loading server/gm-bootstrap_server +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ GM_LOG_BASE="/var/log/gnumed/server" GM_SERVER_DIR="/var/lib/gnumed/server/bootstrap" #============================================================== # do not run twice [ "${FLOCKER}" != "$0" ] && exec env FLOCKER="$0" flock --exclusive --nonblock "$0" "$0" "$@" || : # consider entirely removing this check, for example # because it does not honour $GM_PORT Loading Loading
server/bootstrap/fixup_db-v22.conf +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ database alias = gnumed_v22 minimum postgresql version = 9.2 schema base directory = ../sql/v21-v22/fixups/ schema = $schema$ ../dynamic/v22-release_notes-dynamic.sql v22-release_notes-fixup.sql $schema$ #---------------------------------- Loading
server/bootstrap/update_db-v21_v22.conf +1 −0 Original line number Diff line number Diff line Loading @@ -158,6 +158,7 @@ database alias = gnumed_v22 minimum postgresql version = 9.2 schema base directory = ../sql/v21-v22/fixups/ schema = $schema$ v22-release_notes-fixup.sql $schema$ #---------------------------------- Loading
server/doc/schema/gnumed-entire_schema.html +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ <body> <!-- Primary Index --> <p><br><br>Dumped on 2018-03-18</p> <p><br><br>Dumped on 2018-04-05</p> <h1><a name="index">Index of database - gnumed_v22</a></h1> <ul>
server/gm-backup.sh +5 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,11 @@ CONF="/etc/gnumed/gnumed-backup.conf" #============================================================== set -o pipefail # do not run twice [ "${FLOCKER}" != "$0" ] && exec env FLOCKER="$0" flock --exclusive --nonblock "$0" "$0" "$@" || : # load config file if [ -r ${CONF} ] ; then . ${CONF} Loading
server/gm-bootstrap_server +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ GM_LOG_BASE="/var/log/gnumed/server" GM_SERVER_DIR="/var/lib/gnumed/server/bootstrap" #============================================================== # do not run twice [ "${FLOCKER}" != "$0" ] && exec env FLOCKER="$0" flock --exclusive --nonblock "$0" "$0" "$@" || : # consider entirely removing this check, for example # because it does not honour $GM_PORT Loading