Éric Gaspar
|
c8a07b7e7b
|
Update upgrade
|
2024-04-29 14:49:16 +02:00 |
|
Éric Gaspar
|
981d172f87
|
upgrade
|
2023-11-07 18:36:04 +01:00 |
|
Éric Gaspar
|
1dd5598a68
|
cleaning
|
2023-06-03 21:45:59 +02:00 |
|
Éric Gaspar
|
e984910ddc
|
fix
|
2023-06-03 21:25:44 +02:00 |
|
Éric Gaspar
|
69d2525f7e
|
Update backup
|
2023-04-01 21:55:48 +02:00 |
|
Éric Gaspar
|
ed62a80214
|
Update backup
|
2023-04-01 19:13:20 +02:00 |
|
Éric Gaspar
|
6825d563ab
|
v2
|
2023-04-01 15:16:12 +02:00 |
|
Éric Gaspar
|
142f4e7b9b
|
v2
|
2023-04-01 15:05:36 +02:00 |
|
Éric Gaspar
|
c33efd6c37
|
Merge branch 'testing' into add-php-conf
|
2023-02-07 22:17:52 +01:00 |
|
Éric Gaspar
|
005483de3e
|
Update _common.sh
|
2023-02-07 17:28:26 +01:00 |
|
Éric Gaspar
|
4983cf90ba
|
Add extra_php-fpm conf
|
2023-02-07 17:25:11 +01:00 |
|
oleole39
|
058ed7b27f
|
Fix major typo in restore script & add backing-up the file install.php in the install script
|
2023-02-07 04:52:23 +01:00 |
|
oleole39
|
27ac102972
|
Fix major typo in restore script
|
2023-02-07 04:16:50 +01:00 |
|
oleole39
|
12ca8a141f
|
Fix 6 workaround for ynh_psql_setup_db()
|
2023-02-07 02:38:48 +01:00 |
|
oleole39
|
f09b57f452
|
Fix 5 workaround for ynh_psql_setup_db()
|
2023-02-07 01:11:52 +01:00 |
|
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 |
|
Éric Gaspar
|
5917702553
|
Fix
|
2023-01-22 12:56:27 +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 |
|