Alexandre Aubin
d5d1164538
Update manifest.toml : bump version
2023-09-14 10:57:14 +02:00
Alexandre Aubin
0a3097ef9e
Fix upgrade, we don't need that "email" variable which can't be defined if $admin doesnt exists
2023-09-14 10:54:39 +02:00
Éric Gaspar
ee6e99ca12
Merge branch 'master' into testing
2023-09-11 21:37:21 +02:00
eric_G
0f5db1d1d9
Testing ( #435 )
...
* scripts: reduce pgloader's prefetched columns
This helps fixing stack overflow errors on large
databases.
* scripts: increase the migration timeout again
It seems to be too short on some lesser-powered VMs.
* Update manifest.json
* Auto-update README
* [autopatch] Fix Host and X-Forwarded-For header spoofing
* conf: upgrade to Mattermost ESR 8.1.1 (#431 )
https://docs.mattermost.com/install/self-managed-changelog.html#release-v8-1-extended-support-release
* Packaging format v2 (#406 )
* 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
* v2
* Fix
* Auto-update README
* Fix
* Auto-update README
* Update upgrade
* Fix
* Cleaning
* add apt
* Auto-update README
* cleaning
* fix data path var
* fix
* Auto-update README
* Update backup
* add more apt
* Update manifest.toml
* Update tests.toml
* Fix
* Update _common.sh
* Update upgrade
* Update restore
* Update remove
* cleaning
* Update install
* Update upgrade
* Update upgrade
* Update upgrade
* Update upgrade
* Update manifest.toml
* 7.7.1
* Update manifest.json
* Auto-update README
* Update config.json
* Auto-update README
* cleaning
* Auto-update README
* Update ADMIN.md
* Update ADMIN_fr.md
* fix
* Delete check_process
* 7.8.1
* Auto-update README
* Auto-update README
* Update manifest.toml
* Auto-update README
* fix migration from 7.3.0
* Update manifest.toml
* fix migration from 7.3.0
* cleaning
* Update manifest.toml
* src
* Update upgrade
* Update upgrade
* Update tests.toml
* remove src
* 7.9.1
* Auto-update README
* Update config.json
* Update doc/DESCRIPTION.md
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
* Auto-update README
* Update tests.toml
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
* Update manifest.toml
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
* Update manifest.toml
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
* Update upgrade
* Update install
* Update DESCRIPTION_fr.md
* Auto-update README
* Update _common.sh
* Update manifest.toml
* Update manifest.toml
* Auto-update README
* Update manifest.toml
* Update upgrade
* Update manifest.toml
* Auto-update README
* cleaning
* Auto-update README
* Update nginx.conf
* Update manifest.toml
* Auto-update README
* cleaning
* Update doc/ADMIN.md
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
* Update doc/ADMIN_fr.md
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
* 8.0.0
* Auto-update README
* Update manifest.toml
* Auto-update README
* 8.1.0
* Auto-update README
* Update upgrade
* Update tests.toml
* Update tests.toml
* Update _common.sh
* Update manifest.toml
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
* Update manifest.toml
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
* Update manifest.toml
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
* Update tests.toml
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
* Update manifest.toml
* DEBUG: see if other migrations pass (#430 )
* Update manifest.toml
* Auto-update README
* Revert "DEBUG: see if other migrations pass (#430 )"
This reverts commit 8532bd3ba2
.
* Update tests.toml
* scripts: fix MySQL migration
The PostgreSQL database has already been created,
no need to create it manually.
* scripts: improve DB migration comment
* Update config.json
* Update tests.toml
* Fix v2 database deletion on error (#434 )
* scripts: improve comments
* scripts: manually remove MariaDB database if needed
---------
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: Kay0u <pierre@kayou.io>
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
* Update manifest.toml
* Auto-update README
* Update manifest.toml
* Auto-update README
---------
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
Co-authored-by: biva <biva@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: ljf <ljf+git@grimaud.me>
Co-authored-by: Kay0u <pierre@kayou.io>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2023-09-11 21:36:20 +02:00
yunohost-bot
6e3a81f5d6
Auto-update README
2023-09-11 08:55:47 +00:00
Éric Gaspar
52605d7f67
Merge branch 'testing' of https://github.com/YunoHost-Apps/mattermost_ynh into testing
2023-09-11 10:55:41 +02:00
Éric Gaspar
856e6b523d
Update manifest.toml
2023-09-11 10:55:36 +02:00
yunohost-bot
90ccf23b1d
Auto-update README
2023-09-11 08:50:33 +00:00
Éric Gaspar
af7a798119
Update manifest.toml
2023-09-11 10:50:28 +02:00
Éric Gaspar
5c1e570626
Merge branch 'master' into testing
2023-09-11 10:50:02 +02:00
eric_G
08e8dd7ab7
Packaging format v2 ( #406 )
...
* 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
* v2
* Fix
* Auto-update README
* Fix
* Auto-update README
* Update upgrade
* Fix
* Cleaning
* add apt
* Auto-update README
* cleaning
* fix data path var
* fix
* Auto-update README
* Update backup
* add more apt
* Update manifest.toml
* Update tests.toml
* Fix
* Update _common.sh
* Update upgrade
* Update restore
* Update remove
* cleaning
* Update install
* Update upgrade
* Update upgrade
* Update upgrade
* Update upgrade
* Update manifest.toml
* 7.7.1
* Update manifest.json
* Auto-update README
* Update config.json
* Auto-update README
* cleaning
* Auto-update README
* Update ADMIN.md
* Update ADMIN_fr.md
* fix
* Delete check_process
* 7.8.1
* Auto-update README
* Auto-update README
* Update manifest.toml
* Auto-update README
* fix migration from 7.3.0
* Update manifest.toml
* fix migration from 7.3.0
* cleaning
* Update manifest.toml
* src
* Update upgrade
* Update upgrade
* Update tests.toml
* remove src
* 7.9.1
* Auto-update README
* Update config.json
* Update doc/DESCRIPTION.md
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
* Auto-update README
* Update tests.toml
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
* Update manifest.toml
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
* Update manifest.toml
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
* Update upgrade
* Update install
* Update DESCRIPTION_fr.md
* Auto-update README
* Update _common.sh
* Update manifest.toml
* Update manifest.toml
* Auto-update README
* Update manifest.toml
* Update upgrade
* Update manifest.toml
* Auto-update README
* cleaning
* Auto-update README
* Update nginx.conf
* Update manifest.toml
* Auto-update README
* cleaning
* Update doc/ADMIN.md
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
* Update doc/ADMIN_fr.md
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
* 8.0.0
* Auto-update README
* Update manifest.toml
* Auto-update README
* 8.1.0
* Auto-update README
* Update upgrade
* Update tests.toml
* Update tests.toml
* Update _common.sh
* Update manifest.toml
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
* Update manifest.toml
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
* Update manifest.toml
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
* Update tests.toml
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
* Update manifest.toml
* DEBUG: see if other migrations pass (#430 )
* Update manifest.toml
* Auto-update README
* Revert "DEBUG: see if other migrations pass (#430 )"
This reverts commit 8532bd3ba2
.
* Update tests.toml
* scripts: fix MySQL migration
The PostgreSQL database has already been created,
no need to create it manually.
* scripts: improve DB migration comment
* Update config.json
* Update tests.toml
* Fix v2 database deletion on error (#434 )
* scripts: improve comments
* scripts: manually remove MariaDB database if needed
---------
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: Kay0u <pierre@kayou.io>
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2023-09-11 10:48:35 +02:00
eric_G
f0fad03ab6
Testing ( #432 )
...
* scripts: reduce pgloader's prefetched columns
This helps fixing stack overflow errors on large
databases.
* scripts: increase the migration timeout again
It seems to be too short on some lesser-powered VMs.
* Update manifest.json
* Auto-update README
* [autopatch] Fix Host and X-Forwarded-For header spoofing
* conf: upgrade to Mattermost ESR 8.1.1 (#431 )
https://docs.mattermost.com/install/self-managed-changelog.html#release-v8-1-extended-support-release
---------
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
2023-09-08 16:52:23 +02:00
eric_G
9d84e31c77
Merge branch 'master' into testing
2023-09-08 14:33:12 +02:00
Pierre de La Morinerie
eebfad261a
conf: upgrade to Mattermost ESR 8.1.1 ( #431 )
...
https://docs.mattermost.com/install/self-managed-changelog.html#release-v8-1-extended-support-release
2023-09-08 14:32:19 +02:00
Éric Gaspar
a67ddf1fca
Testing ( #420 )
...
* scripts: reduce pgloader's prefetched columns
This helps fixing stack overflow errors on large
databases.
* scripts: increase the migration timeout again
It seems to be too short on some lesser-powered VMs.
* Update manifest.json
* Auto-update README
* [autopatch] Fix Host and X-Forwarded-For header spoofing
---------
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
2023-07-28 07:33:53 +01:00
Pierre de La Morinerie
a8cefc76d0
Merge pull request #426 from YunoHost-Apps/autopatch-http_host
...
[autopatch] Fix Host and X-Forwarded-For header spoofing
2023-07-06 15:54:21 +02:00
tituspijean
6c44b4017d
[autopatch] Fix Host and X-Forwarded-For header spoofing
2023-07-05 00:23:29 +02:00
Pierre de La Morinerie
fb3aed0add
Merge pull request #421 from YunoHost-Apps/increase-migration-timeout
...
scripts: increase the PostgreSQL migration timeout again
2023-05-01 16:31:41 +02:00
yunohost-bot
dfb330efe9
Auto-update README
2023-04-25 16:57:17 +00:00
Éric Gaspar
4605552515
Update manifest.json
2023-04-25 18:57:12 +02:00
Pierre de La Morinerie
1fabf44e72
scripts: increase the migration timeout again
...
It seems to be too short on some lesser-powered VMs.
2023-04-25 18:10:05 +02:00
Pierre de La Morinerie
801e2b1f36
Merge pull request #417 from YunoHost-Apps/fix-large-migrations
...
Migration: reduce the number of rows prefetched by pgloader
2023-04-25 16:20:59 +02:00
Pierre de La Morinerie
7cc3648d47
scripts: reduce pgloader's prefetched columns
...
This helps fixing stack overflow errors on large
databases.
2023-04-02 15:58:54 +02:00
Pierre de La Morinerie
f87fba3485
Merge pull request #416 from YunoHost-Apps/testing
...
upgrade to 7.8.1 (#412 )
2023-03-23 21:44:54 +01:00
Éric Gaspar
3a6906f3e6
upgrade to 7.8.1 ( #412 )
...
* 7.7.1
* Update manifest.json
* Auto-update README
* Update config.json
* 7.8.1
* Auto-update README
* fix migration from 7.3.0
---------
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Kay0u <pierre@kayou.io>
2023-03-23 09:37:25 +01:00
Pierre de La Morinerie
9402c5daa3
Merge pull request #415 from YunoHost-Apps/testing
...
Testing
2023-03-18 10:59:51 +01:00
yunohost-bot
8173f39da2
Auto-update README
2023-03-17 21:47:49 +00:00
Éric Gaspar
cac6adb186
Update manifest.json
2023-03-17 22:47:44 +01:00
Pierre de La Morinerie
7a1b461222
fix migration from 7.3.0 ( #413 )
...
Co-authored-by: Kay0u <pierre@kayou.io>
2023-03-17 22:46:56 +01:00
Éric Gaspar
c9de7e4569
Merge branch 'master' into testing
2023-03-14 11:17:24 +01:00
Éric Gaspar
c88d6ea78f
Merge testing into master (migration to PostgreSQL, change arm64 source, Matermost v7.5.2) ( #411 )
...
* Upgrade to v7.3.0
* Auto-update README
* Update config.json
* Upgrade auto-updater (#407 )
* [autopatch] Upgrade auto-updater
* Auto-update README
---------
Co-authored-by: tituspijean <titus@pijean.ovh>
* 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>
* 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>
* delete the psql db if the migration fails
* Drop all Focalbard tables if mattermost is in 7.3.0
---------
Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
Co-authored-by: tituspijean <titus@pijean.ovh>
Co-authored-by: biva <biva@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: Kay0u <pierre@kayou.io>
2023-03-14 11:16:39 +01:00
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
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
Pierre de La Morinerie
738ba505f5
Merge pull request #397 from YunoHost-Apps/revert-396-testing
...
Revert "Testing (Upgrade to Mattermost 7.3)"
2022-09-29 13:43:05 +02:00
Pierre de La Morinerie
ebb7d0fd03
Revert "Testing ( #396 )"
...
This reverts commit 1677cb9fa9
.
2022-09-28 09:29:37 +02:00
Éric Gaspar
1677cb9fa9
Testing ( #396 )
...
* Upgrade to v7.3.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: Pierre de La Morinerie <kemenaran@gmail.com>
2022-09-25 21:10:38 +02:00
Pierre de La Morinerie
b0893e8d6b
Merge pull request #393 from YunoHost-Apps/ci-auto-update-v7.3.0
...
Upgrade to version 7.3.0
2022-09-25 09:41:44 +02:00
Pierre de La Morinerie
e9b2656b36
Merge pull request #395 from YunoHost-Apps/config
...
Config
2022-09-25 09:40:25 +02:00
ericgaspar
beebce0e76
Update config.json
2022-09-24 16:07:25 +02:00
yunohost-bot
96200bc17f
Auto-update README
2022-09-16 06:40:51 +00:00
yunohost-bot
863923e6ac
Upgrade to v7.3.0
2022-09-16 06:40:46 +00:00
Pierre de La Morinerie
4530e34da1
Merge pull request #392 from YunoHost-Apps/testing
...
Testing
2022-08-31 22:45:24 +02: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
Pierre de La Morinerie
3a89b990bd
Merge pull request #388 from yunohost-bot/add-cpe
...
[autopatch] Add Common Platform Enumeration id to `manifest.json`
2022-08-15 14:28:02 +02:00
Yunohost-Bot
39653b90fa
[autopatch] Add Common Platform Enumeration id to manifest.json
2022-08-08 01:35:21 +02:00
Éric Gaspar
d4bf8c80b4
Testing ( #387 )
...
* Upgrade to v7.1.2
* 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: Pierre de La Morinerie <kemenaran@gmail.com>
2022-07-24 13:36:44 +02:00