- docker-compose
- docker images
- docker cp ~/Downloads/smt-dhis-backup.sql imageId:/
- docker exec -it imageId bash
- su postgres
- psql dhis
- drop database dhis
- create database dhis
- GRANT ALL PRIVILEGES ON DATABASE dhis TO dhis
- GRANT postgres TO dhis
- \q
- exit
- cat /smt-dhis-backup.sql | psql dhis
-
Notifications
You must be signed in to change notification settings - Fork 1
rwanda-rbc-emr/dhis-rw-docker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published