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

76 commits

Author SHA1 Message Date
yunohost-bot
b005d9886a Auto-update README 2023-08-14 20:05:17 +00:00
yunohost-bot
d52fea26d3 Auto-update README 2023-07-18 10:38:46 +00:00
yunohost-bot
47ff390bec Auto-update README 2023-07-06 13:09:28 +00:00
yunohost-bot
0ed638bf6b Auto-update README 2023-06-14 08:14:43 +00:00
yunohost-bot
07438568a4 Auto-update README 2023-06-14 08:11:09 +00:00
yunohost-bot
4299405ff2 Auto-update README 2023-04-16 15:17:00 +00:00
yunohost-bot
6fc4fc3021 Auto-update README 2023-03-26 15:07:01 +00:00
yunohost-bot
792830cea2 Auto-update README 2023-03-22 15:09:39 +00:00
yunohost-bot
e3774e3cf7 Auto-update README 2023-03-14 12:36:52 +00:00
yunohost-bot
fb8bc928d1 Auto-update README 2023-03-14 12:36:14 +00:00
Éric Gaspar
c9963652d4 Merge branch '7.7.1' into v2 2023-03-14 13:36:08 +01:00
yunohost-bot
9054e6ff4d Auto-update README 2023-03-14 12:31:54 +00:00
yunohost-bot
602591070a Auto-update README 2023-03-14 10:54:08 +00:00
yunohost-bot
f406bfecd9 Auto-update README 2023-03-14 10:29:35 +00:00
Éric Gaspar
caf79dfd4e Merge branch '7.7.1' into v2 2023-03-14 11:29:29 +01:00
yunohost-bot
2fffd1be61 Auto-update README 2023-03-14 10:22:29 +00:00
Kayou
386cdb633d
Change arm64 source (#409)
* add entreprise for arm64, use the official build for arm64

* Auto-update README

* update auto-updater script

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2023-03-07 08:46:42 +01:00
Éric Gaspar
ec8fa5570a
Transition to PostgreSQL (#377)
* backup script for PostgreSQL (#376)

Inspired from https://github.com/YunoHost-Apps/moodle_ynh/blob/master/scripts/backup

* Adapt to PostgreSQL (#375)

Question: in https://docs.mattermost.com/install/install-debian.html#install-postgresql-database-server, I see `BindsTo=postgresql.service` while in the original file here I find `Requires=mysql.service`. I don't know which one makes sense, so I keep the orinigal Yunohost version (Requires)

* config.json for PostgreSQL (#374)

Inspired from the original MySQL config.json and from Mattermost documentation https://docs.mattermost.com/install/install-debian.html#install-postgresql-database-server

* Install with PostgreSQL (#373)

I took inspiration from https://github.com/YunoHost-Apps/commento_ynh/blob/master/scripts/install

* install postgresql

* Reordering

* reset config file

* Update _common.sh

* Update config.json

* Fix

* Migration (#382)

* add migration

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Fix

* Fix

* Fix

* Update install

* Update upgrade

* Fix

* Update install

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update upgrade

* Update install

* Fix

* Fix

* Fix

* Update upgrade

* Cleaning up

* Update upgrade

* Update _common.sh

* Update check_process

* Update _common.sh

* Fix

* Update mysql-to-pg.conf

* Update upgrade

* Update systemd.service

* Cleaning

* Update _common.sh

* Fix

* Update upgrade

* Update _common.sh

* Update upgrade

* Update backup

* Fix

* Fix

* Update upgrade

* Update upgrade

* Update systemd.service

* Update _common.sh

* Revert "Update _common.sh"

This reverts commit d880150af9.

* Cleaning

* Fix

* Update check_process

* Fix

* Update _common.sh

* Fix

* Update _common.sh

* Fix

* Update manifest.json

* Update install

* Update _common.sh

* Update upgrade

* Fix

* Update _common.sh

* Update _common.sh

* Update _common.sh

* Update _common.sh

* Update _common.sh

* Update _common.sh

* Update _common.sh

* Update _common.sh

* Auto-update README

* Update _common.sh

* Upgrade to v7.4.0

* Auto-update README

* Upgrade to v7.5.2

* Auto-update README

* Update config.json

* [fix] mariadb to postgres migration

* Auto-update README

* [fix] Update manifest requirements

* Update manifest.json

* Update config.json

* upgrade config to upstream

* Fix linter

* Update _common.sh

* Fix typo

* Auto-update README

* Update upgrade

* Update scripts/upgrade

Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>

* [enh] Indentation

* Apply suggestions from code review

Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>

* [enh] COmments

* Increase timeout for table creation

Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>

* test upgrade from 7.2.0

* Auto-update README

* fix db_name in case of multi_instance

* Fix 7.3.0 migration

* delete only the problematic value in db_migrations

* Added explanation for migration management from 7.3.0

* mariadb-to-pg: drop stray columns

These should have been removed in a previous migration, but weren't.

See https://github.com/mattermost/mattermost-server/issues/18351#issuecomment-1325648058

* mariadb-to-pg: increase mattermost timeout

On a small VPS the 2 mn timeout is almost reached.
Increase it to 3 mn.

---------

Co-authored-by: biva <biva@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: ljf <ljf+git@grimaud.me>
Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
Co-authored-by: Kay0u <pierre@kayou.io>
2023-03-06 22:26:35 +01:00
YunoHost Bot
4d3df957f6
Upgrade auto-updater (#407)
* [autopatch] Upgrade auto-updater

* Auto-update README

---------

Co-authored-by: tituspijean <titus@pijean.ovh>
2023-03-06 16:23:04 +01:00
yunohost-bot
faabeb3e41 Auto-update README 2023-03-05 08:10:26 +00:00
yunohost-bot
5231d48bfd Auto-update README 2023-03-03 15:24:15 +00:00
yunohost-bot
09409ce80c Auto-update README 2023-02-07 21:49:21 +00:00
yunohost-bot
a2954a8b90 Auto-update README 2023-02-07 21:45:24 +00:00
yunohost-bot
ac2717b746 Auto-update README 2023-02-06 22:05:41 +00:00
yunohost-bot
0b71e63b9a Auto-update README 2022-12-22 06:09:15 +00:00
yunohost-bot
96200bc17f Auto-update README 2022-09-16 06:40:51 +00:00
github-actions[bot]
d68469efbf
Upgrade to version 7.2.0 (#389)
* Upgrade to v7.2.0

* Auto-update README

* Update config.json

Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: ericgaspar <junk.eg@free.fr>
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
2022-08-29 18:56:30 +02:00
yunohost-bot
da313c8be1 Auto-update README 2022-08-15 12:28:05 +00:00
yunohost-bot
da6ef3912e Auto-update README 2022-07-22 06:10:44 +00:00
yunohost-bot
22fb2cc2bb Auto-update README 2022-06-25 06:09:21 +00:00
yunohost-bot
c477ae8969 Auto-update README 2022-06-15 06:09:53 +00:00
yunohost-bot
1742bf7cba Auto-update README 2022-05-17 06:11:29 +00:00
github-actions[bot]
915d0c543e
Upgrade to version 6.6.1 (#359)
* Upgrade to v6.6.1

* Auto-update README

Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-05-02 10:23:25 +02:00
yunohost-bot
8c82549106 Auto-update README 2022-04-15 16:24:44 +00:00
github-actions[bot]
eafe400232
Upgrade to version 6.6.0 (#355)
* Upgrade to v6.6.0

* Auto-update README

* Update config.json

Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: ericgaspar <junk.eg@free.fr>
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
2022-04-15 18:12:39 +02:00
yunohost-bot
c39ea530de Auto-update README 2022-04-12 06:47:32 +00:00
yunohost-bot
9ba844487e Auto-update README 2022-03-17 06:09:18 +00:00
github-actions[bot]
e3aa45e117
Upgrade to version 6.4.2 (#346)
* Upgrade to v6.4.2

* Auto-update README

Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-03-12 23:22:31 +01:00
Yunohost-Bot
96b6a50d2c Auto-update README 2022-02-26 06:08:50 +00:00
Yunohost-Bot
e64158eec8 Auto-update README 2022-02-05 06:07:31 +00:00
Pierre de La Morinerie
a6c44d7753 Upgrade to v6.3.1 2022-01-24 00:23:35 +01:00
Yunohost-Bot
3fa01c1e66 Auto-update README 2022-01-19 08:43:30 +01:00
Yunohost-Bot
4aab82c600 Auto-update README 2021-12-21 06:08:17 +00:00
Yunohost-Bot
ec163067f1 Auto-update README 2021-12-07 17:27:00 +00:00
Éric Gaspar
678a1d80cb
Remove ynh_detect_arch helper (#317)
ynh_detect_arch is deprecated in favor of YNH_ARCH

* Add  #315 and #316
2021-12-06 12:37:56 +01:00
Pierre de La Morinerie
25591dfeb0 Update to Mattermost 6.1.0 2021-11-29 08:20:07 +01:00
Yunohost-Bot
6762ce32d2 Auto-update README 2021-11-07 11:35:08 +00:00
Yunohost-Bot
00c58d50eb Auto-update README 2021-10-30 06:07:09 +00:00
Éric Gaspar
7c6811db2d
Add descriptions (#283)
* Add desriptions
2021-10-06 11:02:00 +02:00
Pierre de La Morinerie
d8f0ab251c Upgrade to Matermost 5.39.0 2021-10-02 23:45:01 +02:00