Skip to content

Commit ddcfcfe

Browse files
authored
Finish Release/23.10 (#173)
Release/23.10
2 parents 142893d + f8c2e1d commit ddcfcfe

File tree

9 files changed

+20425
-20361
lines changed

9 files changed

+20425
-20361
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ git clone https://github.com/openimis/database_ms_sqlserver
2626

2727
* create a new database (i.e. openIMIS.X.Y.Z where X.Y.Z is the openIMIS database version)
2828

29-
* Execute the initial database creation script (from [Empty databases](./Empty%20databases/) folder) to your SQL Server using SSMS or shell. (The default empty database to create is openIMIS_ONLINE.sql)
29+
* Execute the initial database creation script fullEmpytDatabase.sql or fullDemoDatabase.sql (see "creating SQL script" section on how to get them)
3030

3131
### Upgrading
3232

33-
In order to upgrade from the previous version of openIMIS database (see [Versioning](#versioning) section), execute the migration script from [Migration script](./Migration%20script/) folder. We recommend that you create a backup of your openIMIS database before executing the migration script.
33+
In order to upgrade from the previous version of openIMIS database (see [Versioning](#versioning) section), execute the migration script (fullMigrationSript), see "creating SQL script" to get it
3434

3535
## Deployment
3636

@@ -41,6 +41,10 @@ For deployment please read the [installation manual](http://openimis.readthedocs
4141
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
4242
-->
4343

44+
### Creating SQL script
45+
46+
SQL files for initialisaiton or update are created using bash script concatenate_files.sh or by downloading the sql-file zip from the latest release https://github.com/openimis/database_ms_sqlserver/releases/latest
47+
4448
## openIMIS dockerized database
4549

4650

0 commit comments

Comments
 (0)