mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
postregrSQL is not there
This commit is contained in:
parent
de81c84595
commit
c858562ef7
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ ynh_script_progression --message="Creating a PostgreSQL database..." --weight=1
|
|||
db_name=$(ynh_sanitize_dbid --db_name=$app)
|
||||
db_user=$db_name
|
||||
ynh_app_setting_set --app=$app --key=db_name --value=$db_name
|
||||
ynh_psql_test_if_first_run
|
||||
ynh_psql_setup_db --db_user=$db_user --db_name=$db_name
|
||||
ynh_psql_execute_as_root --sql="CREATE EXTENSION IF NOT EXISTS citext;" --database=$db_name
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue