Skip to content
Snippets Groups Projects
Commit 35be2944 authored by gnaegi's avatar gnaegi
Browse files

non-jira: set update database to true as default for example

parent 7741c0fb
No related branches found
No related tags found
No related merge requests found
...@@ -20,9 +20,12 @@ userdata.dir=/opt/openolat/olatdata ...@@ -20,9 +20,12 @@ userdata.dir=/opt/openolat/olatdata
# supported vendors currently include "mysql" and "postgresql" # supported vendors currently include "mysql" and "postgresql"
db.vendor=mysql db.vendor=mysql
db.hibernate.ddl.auto=validate # here you have two options: when you set auto.upgrade.database to true
#db.hibernate.ddl.auto=update # the alter scripts in /src/main/resources/database/**/alter**.sql are
auto.upgrade.database=false # executed automatically. For most cases this is fine. If you set it to
# false however, you must execute those scripts yourself BEFORE starting
# OpenOLAT after an update.
auto.upgrade.database=true
# the name of the application database # the name of the application database
db.name=openolat db.name=openolat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment