1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00
This commit is contained in:
Éric Gaspar 2022-06-29 12:10:55 +02:00
parent 7367e0675d
commit bfd0f9110d
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 12 deletions

View file

@ -84,9 +84,9 @@ ynh_script_progression --message="Configuring system user..." --weight=3
ynh_system_user_create --username=$app --home_dir="$final_path"
#=================================================
# CREATE A POSTGRESQL DATABASE
# CREATE A DATABASE
#=================================================
ynh_script_progression --message="Creating a PostgreSQL database..." --weight=10
ynh_script_progression --message="Creating a database..." --weight=10
db_name=$(ynh_sanitize_dbid --db_name=$app)
db_user=$db_name

View file

@ -177,16 +177,6 @@ ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
# Migrating from MySQL to PostgreSQL
mysql-to-pg
#=================================================
# UPDATE A CONFIG FILE
#=================================================
# ynh_script_progression --message="Updating a configuration file..." --weight=3
# smtp_user_pwd=$(ynh_string_random --length=24)
# url=https://$domain$path_url
# ynh_add_config --template="../conf/config.json" --destination="$final_path/config/config.json"
#=================================================
# SETUP SYSTEMD
#=================================================