Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start with -k does not populate database #62

Open
SferaDev opened this issue Nov 18, 2020 · 0 comments
Open

Start with -k does not populate database #62

SferaDev opened this issue Nov 18, 2020 · 0 comments

Comments

@SferaDev
Copy link
Contributor

SferaDev commented Nov 18, 2020

Also

run() {
local host=$1 psql_port=$2
setup_tomcat
copy_apps
wait_for_postgres
run_sql_files || true
run_pre_scripts || true
start_tomcat &
wait_for_tomcat
run_post_scripts || true
debug "DHIS2 instance ready"
wait
}
should not be each time the container boots up, only when created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant