1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00
Commit graph

108 commits

Author SHA1 Message Date
oleole39
1f87a1d787 Fix #4 workaround for ynh_psql_setup_db() 2023-01-23 05:39:48 +01:00
oleole39
dd3af1681f Fix #3 workaround for ynh_psql_setup_db() and improved install email 2023-01-23 05:30:17 +01:00
oleole39
0c715d62f6 Fix #2 workaround for ynh_psql_setup_db() 2023-01-23 05:23:26 +01:00
oleole39
8799f28c4a Fix w orkaround for ynh_psql_setup_db() forced password reset in YNH Core (bug?) and improved email sent to admin at install 2023-01-23 05:16:50 +01:00
oleole39
bf54dc39cb Added workaround for ynh_psql_setup_db() forced password reset in YNH Core (bug?) and improved email sent to admin at install 2023-01-23 05:06:09 +01:00
oleole39
81519393b2 Fix restore script bug; Added notes to _common.sh 2023-01-23 04:01:10 +01:00
oleole39
43d9cafec7 Fix various bugs in scripts; Revert path to _common.sh for backup & restore scripts 2023-01-23 03:45:28 +01:00
oleole39
2ca427a1f5 Fix typos #2 2023-01-22 23:43:20 +01:00
oleole39
5c432cba97 Fix typos 2023-01-22 23:30:26 +01:00
oleole39
88780f44b0 Simplified helper ynh_psql_dump_all_user_dbs in file _common.sh 2023-01-20 04:08:24 +01:00
oleole39
0ef3db2452 Fixed change_url & upgrade scripts: db_name key in settings becomes useless and is replaced by a db_user key of the same value; I left declaration as such in change_url script even though I renammed it in other scripts which needed it as for retrocompatibility in case it would be used as a global variable by some of the scripts's function which I didn't inspect (maybe that declaration is even unused). 2023-01-20 03:36:08 +01:00
oleole39
3e385afdd0 Fixed restore script: enable required restoration of multiple databases (all grouped under a dedicated PSQL user name corresponding to the app name); db_name key in settings becomes useless and is replaced by a db_user key of the same value; Changed path to _common.sh which looked strange 2023-01-20 03:28:41 +01:00
oleole39
d6844d452e Fixed backup script: enable required backup of multiple databases (all grouped under a dedicated PSQL user name corresponding to the app name); db_name key in settings becomes useless and is replaced by a db_user key of the same value; Changed path to _common.sh which looked strange 2023-01-20 03:28:19 +01:00
oleole39
5e50ee894b Fixed remove script: enable required removal of multiple databases (all grouped under a dedicated PSQL user name corresponding to the app name); db_name key in settings becomes useless and is replaced by a db_user key of the same value. 2023-01-20 03:11:57 +01:00
oleole39
4c9c416f22 Fixed install script: allow required creation of multiple databases (all grouped under a dedicated PSQL user name corresponding to the app name); remove database created by default by YNH which is unused by the app; db_name key in settings becomes useless and is replaced by a db_user key of the same value. 2023-01-20 03:09:14 +01:00
oleole39
71a853ea31 Created new helpers to manage multi-databases for a single application 2023-01-20 03:04:46 +01:00
oleole39
b1fac10517 Modified the function removing PostgreSQL databases in the 'remove' script to take into account that this app creates several databases by default and not a unique one 2023-01-19 03:54:09 +01:00
oleole39
bb681b27c9 grant app dedicated PostgreSQL's role permission to create DB since Noalyss required so in its standard install process; leave install.php (creates all required databases for the app to run correctly) in the app folder and add the full instructions required to complete the install process in the readme sent by email to admin 2023-01-19 03:30:32 +01:00
ericgaspar
332eabc4cd set relative path for --keep opt 2022-08-15 18:39:49 +02:00
ericgaspar
017633817a
Update install 2022-04-14 11:54:24 +02:00
ericgaspar
c06a8be23b
Update upgrade 2022-04-14 11:19:06 +02:00
ericgaspar
3cf93fa067
Update install 2022-04-14 11:18:38 +02:00
ericgaspar
68ef38d486
Update install 2022-04-14 11:08:05 +02:00
ericgaspar
c8dac30967
php8.0 2022-04-14 08:49:07 +02:00
ericgaspar
6c2f9eaf05
Update install 2022-03-13 16:00:14 +01:00
ericgaspar
af87923bf5
Fix 2022-03-13 15:55:16 +01:00
ericgaspar
d79cf9ed73 Fix 2021-11-27 08:27:38 +01:00
ericgaspar
ee5eabb384
9020 2021-11-21 22:02:12 +01:00
ericgaspar
47eaa89892
Fix 2021-09-22 18:26:26 +02:00
ericgaspar
d9bc3d4957
version bump 2021-08-29 18:38:49 +02:00
Éric Gaspar
096e015e48
Merge pull request #18 from YunoHost-Apps/patch
Set app rights
2021-08-22 14:42:34 +02:00
ericgaspar
65e8ab41f6 Set rights 2021-07-04 10:23:53 +02:00
Alexandre Aubin
9765f7a63f
Fix bullseye install : php-gettext -> php-php-gettext 2021-06-11 16:32:40 +02:00
ericgaspar
4cce640056
Fix 2021-04-03 17:48:35 +02:00
ericgaspar
6c630e918d
Fix 2021-03-02 10:09:52 +01:00
ericgaspar
cd2516f1aa
Send email 2021-03-02 09:46:56 +01:00
ericgaspar
7d1614de98
Update install 2021-03-02 09:39:55 +01:00
ericgaspar
34b6f1a9ce
Fix 2021-03-02 09:39:02 +01:00
ericgaspar
d61dd9baeb
upgrade to 8101 2021-03-01 11:36:32 +01:00
ericgaspar
4585122980
Fix 2021-01-11 16:44:58 +01:00
ericgaspar
b948f2e84d
Add admin 2020-11-28 13:23:34 +01:00
ericgaspar
63d2903a36
Fix 2020-11-28 12:38:02 +01:00
ericgaspar
588beeff70
Fix 2020-11-28 12:26:08 +01:00
ericgaspar
fd6b16a164
Fix 2020-11-28 12:18:27 +01:00
ericgaspar
563bb424c6
Fix 2020-11-28 12:17:10 +01:00
ericgaspar
7c367d0715
Update install 2020-11-28 12:09:00 +01:00
ericgaspar
8bdebcecd1
Fix 2020-11-28 11:58:14 +01:00
ericgaspar
8b4b31281a
Fix 2020-11-28 11:43:50 +01:00
ericgaspar
5f1f5a54f9
Fix 2020-11-28 11:41:46 +01:00
ericgaspar
34a539c618
Fix 2020-11-28 11:36:27 +01:00