Kay0u
|
8596ecce7b
|
Drop all Focalbard tables if mattermost is in 7.3.0
|
2023-03-07 11:42:53 +01:00 |
|
Kay0u
|
b4fcf41f41
|
delete the psql db if the migration fails
|
2023-03-07 09:52:10 +01:00 |
|
Éric Gaspar
|
12c96791fe
|
Update upgrade
|
2023-03-07 09:23:02 +01:00 |
|
Éric Gaspar
|
be536833f9
|
Update upgrade
|
2023-03-07 09:22:33 +01:00 |
|
Éric Gaspar
|
9ce4ce2869
|
Update upgrade
|
2023-03-07 09:20:58 +01:00 |
|
Éric Gaspar
|
1f363546e0
|
Update install
|
2023-03-07 09:20:18 +01:00 |
|
Éric Gaspar
|
33b68771fd
|
cleaning
|
2023-03-07 09:18:55 +01:00 |
|
Éric Gaspar
|
de5df94c76
|
Update remove
|
2023-03-07 09:15:56 +01:00 |
|
Éric Gaspar
|
44d13a1168
|
Update restore
|
2023-03-07 09:15:05 +01:00 |
|
Éric Gaspar
|
9cb6404dad
|
Update upgrade
|
2023-03-07 09:12:25 +01:00 |
|
Éric Gaspar
|
ea75db3838
|
Update _common.sh
|
2023-03-07 09:11:34 +01:00 |
|
Éric Gaspar
|
4472f6edc0
|
Fix
|
2023-03-07 09:00:35 +01:00 |
|
Éric Gaspar
|
516c641731
|
Update tests.toml
|
2023-03-07 08:53:37 +01:00 |
|
Éric Gaspar
|
f5cc672bb9
|
Update manifest.toml
|
2023-03-07 08:51:01 +01:00 |
|
Éric Gaspar
|
83ed7cc55f
|
Merge remote-tracking branch 'origin/testing' into v2
|
2023-03-07 08:48:15 +01: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
|
697464b309
|
Merge remote-tracking branch 'origin/testing' into v2
|
2023-03-06 22:34:54 +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 |
|
Éric Gaspar
|
8f708c30be
|
Merge remote-tracking branch 'origin/testing' into v2
|
2023-03-06 17:57:32 +01:00 |
|
Éric Gaspar
|
5485a5afd1
|
add more apt
|
2023-03-06 17:56:10 +01:00 |
|
Éric Gaspar
|
59ce583da9
|
Update backup
|
2023-03-06 17:55:23 +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 |
|
Éric Gaspar
|
43b2b1f6d5
|
fix
|
2023-03-05 09:10:21 +01:00 |
|
Éric Gaspar
|
1c6333a9d9
|
fix data path var
|
2023-03-03 19:00:59 +01:00 |
|
Éric Gaspar
|
a65bd03aae
|
Merge branch 'v2' of https://github.com/YunoHost-Apps/mattermost_ynh into v2
|
2023-03-03 16:26:03 +01:00 |
|
Éric Gaspar
|
8423a8f972
|
cleaning
|
2023-03-03 16:25:57 +01:00 |
|
yunohost-bot
|
5231d48bfd
|
Auto-update README
|
2023-03-03 15:24:15 +00:00 |
|
Éric Gaspar
|
9418a49ce8
|
add apt
|
2023-03-03 16:24:10 +01:00 |
|
Éric Gaspar
|
cb5c1f2529
|
Cleaning
|
2023-02-10 22:41:12 +01:00 |
|
Éric Gaspar
|
24a1bf5602
|
Fix
|
2023-02-10 17:52:12 +01:00 |
|
Éric Gaspar
|
954b5f3ded
|
Update upgrade
|
2023-02-10 17:50:57 +01:00 |
|
yunohost-bot
|
09409ce80c
|
Auto-update README
|
2023-02-07 21:49:21 +00:00 |
|
Éric Gaspar
|
9872bb7126
|
Merge branch 'v2' of https://github.com/YunoHost-Apps/mattermost_ynh into v2
|
2023-02-07 22:49:16 +01:00 |
|
Éric Gaspar
|
6922abb05b
|
Fix
|
2023-02-07 22:49:09 +01:00 |
|
yunohost-bot
|
a2954a8b90
|
Auto-update README
|
2023-02-07 21:45:24 +00:00 |
|
Éric Gaspar
|
a429cdcb28
|
Fix
|
2023-02-07 22:45:19 +01:00 |
|
Éric Gaspar
|
965d45f287
|
v2
|
2023-02-07 22:27:23 +01:00 |
|
Éric Gaspar
|
0c1e3aad2f
|
Update _common.sh
|
2023-02-07 22:26:27 +01:00 |
|
Éric Gaspar
|
c152197b62
|
Fix linter
|
2023-02-07 22:24:14 +01:00 |
|
Éric Gaspar
|
ff430969d6
|
upgrade config to upstream
|
2023-02-07 16:43:46 +01:00 |
|
Éric Gaspar
|
de0d6fcb25
|
Update config.json
|
2023-02-07 16:36:47 +01:00 |
|
Éric Gaspar
|
31c28d5cd6
|
Update manifest.json
|
2023-02-07 08:09:02 +01:00 |
|
ljf
|
8c12f09e9a
|
[fix] Update manifest requirements
|
2023-02-06 23:08:07 +01:00 |
|
yunohost-bot
|
ac2717b746
|
Auto-update README
|
2023-02-06 22:05:41 +00:00 |
|
ljf
|
c98cd8230a
|
[fix] mariadb to postgres migration
|
2023-02-06 23:05:30 +01:00 |
|
Éric Gaspar
|
e1459e3a36
|
Update config.json
|
2023-01-04 11:10:37 +01:00 |
|
Éric Gaspar
|
498dd4ff71
|
Merge remote-tracking branch 'origin/ci-auto-update-v7.5.2' into PostgreSQL
|
2023-01-03 19:10:21 +01:00 |
|
yunohost-bot
|
0b71e63b9a
|
Auto-update README
|
2022-12-22 06:09:15 +00:00 |
|
yunohost-bot
|
f42f0dc262
|
Upgrade to v7.5.2
|
2022-12-22 06:09:10 +00:00 |
|