1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214
|
# GNUmed database system bootstrapping config file
#-------------------------------------------------
# license: GPL v2 or later
# author: Karsten Hilbert@gmx.net
#----------------------------------
[revision control]
file = $Source: /home/ncq/Projekte/cvs2git/vcs-mirror/gnumed/gnumed/server/bootstrap/update_db-v13_v14.conf,v $
version = $Revision: 1.1 $
#----------------------------------
[installation]
interactive = yes
keep temp files = no
description = $description$
This will update an existing GNUmed version 13
database to the version 14 schema. It does not do
any harm to the data contained within.
The existing database will be cloned first. The copy is
then modified. The original database remains unchanged.
$description$
#v13_fixups-pre_v14
#v14-test_data
bundles = $bundles$
pg_8.3_v14-pre_conversion_fixups
v13-v14-static
v13-v14-dynamic
$bundles$
#----------------------------------
[bundle v13_fixups-pre_v14]
database alias = gnumed_v14
minimum postgresql version = 8.3
schema base directory = ../sql/v13-v14/fixups/
schema = $schema$
$schema$
#----------------------------------
[bundle pg_8.3_v14-pre_conversion_fixups]
database alias = gnumed_v14
minimum postgresql version = 8.3
schema base directory = ../sql/v13-v14/fixups/
schema = $schema$
v14-add_missing_array_bits.sql
$schema$
#----------------------------------
[bundle v13-v14-static]
database alias = gnumed_v14
minimum postgresql version = 8.3
schema base directory = ../sql/v13-v14/static/
schema = $schema$
v14-dem-identity-static.sql
v14-clin-vacc_indication-static.sql
v14-clin-vaccine-static.sql
v14-clin-vaccination-static.sql
$schema$
#----------------------------------
[bundle v13-v14-dynamic]
database alias = gnumed_v14
minimum postgresql version = 8.3
schema base directory = ../sql/v13-v14/dynamic/
schema = $schema$
v14-audit-v_audit_trail.sql
v14-cfg-report_query-dynamic.sql
v14-dem-identity-dynamic.sql
v14-dem-v_basic_person.sql
v14-dem-v_person_jobs.sql
v14-dem-v_staff.sql
v14-dem-v_pat_addresses.sql
v14-clin-health_issue-dynamic.sql
v14-clin-encounter-dynamic.sql
v14-clin-vacc_indication-dynamic.sql
v14-clin-vaccine-dynamic.sql
v14-clin-vaccination-dynamic.sql
v14-clin-clin_narrative-dynamic.sql
v14-clin-keyword_expansion-data.sql
v14-ref-v_substance_in_brand-dynamic.sql
v14-clin-v_emr_journal.sql
v14-ref-paperwork_templates.sql
v14-release_notes-dynamic.sql
$schema$
#----------------------------------
[bundle v14-test_data]
database alias = gnumed_v14
minimum postgresql version = 8.3
schema base directory = ../sql/test-data/
schema = $schema$
$schema$
#----------------------------------
[database gnumed_v14]
name = gnumed_v14
override name by = GM_CORE_DB
drop target database = 1
target version = v14
transfer users = 1
template database = gnumed_v13
template version = v13
server alias = local host
notification disable = 0
audit disable = 0
audit trail parent table = audit.audit_trail
audit trail table prefix = log_
audit fields table = audit.audit_fields
schema base directory = ../sql/v13-v14/
schema = $schema$
$schema$
superuser schema = $superuser schema$
$superuser schema$
script base directory = ../sql/v13-v14/python/
data import scripts = $data import scripts$
v14-import-plot-scripts.py
v14-import-form-templates.py
$data import scripts$
upgrade plausibility checks = $upgrade plausibility checks$
identities::::select count(1) from dem.identity
select count(1) from dem.identity
names::::select count(1) from dem.names
select count(1) from dem.names
addresses::::select count(1) from dem.address
select count(1) from dem.address
episodes::::select count(1) from clin.episode
select count(1) from clin.episode
encounters::::select count(1) from clin.encounter
select count(1) from clin.v_pat_encounters
issues::::select count(1) from clin.health_issue
select count(1) from clin.health_issue
documents::::select count(1) from blobs.doc_med
select count(1) from blobs.doc_med
document pages::::select count(1) from blobs.doc_obj
select count(1) from blobs.doc_obj
allergies::::select count(1) from clin.allergy
select count(1) from clin.allergy
clinical items::::select count(1) from clin.clin_root_item
select count(1) from clin.clin_root_item
communication channels::::select count(1) from dem.lnk_identity2comm
select count(1) from dem.lnk_identity2comm
test results::::select count(1) from clin.test_result
select count(1) from clin.test_result
unmatched test results::::select count(1) from clin.incoming_data_unmatched
select count(1) from clin.incoming_data_unmatched
unmatchable test results::::select count(1) from clin.incoming_data_unmatchable
select count(1) from clin.incoming_data_unmatchable
denormalized test results::::select count(1) from clin.v_test_results
select count(1) from clin.v_test_results
allergy states::::select count(1) from clin.allergy_state
select count(1) from clin.allergy_state
waiting list entries::::select count(1) from clin.waiting_list
select count(1) from clin.waiting_list
generic codes::::select count(1) from ref.coding_system_root
select count(1) from ref.coding_system_root
data sources::::select count(1) from ref.data_source
select count(1) from ref.data_source
messages::::select count(1) + 1 from dem.message_inbox
select count(1) from dem.message_inbox
operations::::select count(1) from clin.operation
select count(1) from clin.operation
test orgs::::select count(1) from clin.test_org
select count(1) from clin.test_org
branded drugs::::select (select count(1) from ref.branded_drug) + (select count(1) from clin.vaccine) - 5 -- 5 vaccines deleted
select (select count(1) from ref.branded_drug) - (select count(1) from clin.vacc_indication) - 11
branded drugs (external code)::::select count(1) from ref.branded_drug where external_code is not null
select count(1) from ref.branded_drug where external_code is not null
branded drugs (external code type)::::select count(1) from ref.branded_drug where external_code is not null
select count(1) from ref.branded_drug where external_code_type is not null
vaccines::::select (select count(1) from clin.vaccine) - 5 + 11 + (select count(1) from clin.vacc_indication) + 6 -- 5 vaccines deleted, 11 combi vaccines added, 6 indications added
select count(1) from clin.vaccine
vaccines (must have indications)::::select 0
select count(1) from clin.v_vaccines where indications is NULL
vaccinations::::select count(1) from clin.vaccination
select count(1) from clin.vaccination
$upgrade plausibility checks$
#----------------------------------
[server local host]
name =
port = 5432
template database = template1
super user alias = postgres
schema base directory = ../sql/v13-v14/
schema = $schema$
$schema$
#----------------------------------
[user GNUmed owner]
name = gm-dbo
password =
[user postgres]
name = postgres
#password =
#----------------------------------
# these really shouldn't be changed
#----------------------------------
[GnuMed defaults]
database owner alias = GNUmed owner
groups = $groups$
$groups$
#----------------------------------
|