Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Mattermost
  3. Mattermost v8.0+ and PostgreSQL

Mattermost v8.0+ and PostgreSQL

Scheduled Pinned Locked Moved Mattermost
41 Posts 8 Posters 5.9k Views 9 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cvachery
    wrote on last edited by
    #15

    Any update on this topic?
    I've had to stop a migration from a non-cloudron instance to cloudron because of this issue

    1 Reply Last reply
    0
    • girishG Do not disturb
      girishG Do not disturb
      girish
      Staff
      wrote on last edited by girish
      #16

      I checked their docs and the forum and afaict MySQL is not deprecated. I found nothing in their docs atleast. https://docs.mattermost.com/deploy/postgres-migration.html is quite complicated but it does say PostgreSQL is preferred. We have many users using Mattermost and it would be too much work to make them migrate, especially since it is still supported upstream. Do you know any timeline of deprecation? Upstream docs don't mention anything about deprecation from what I tried to find.

      1 Reply Last reply
      0
      • C Offline
        C Offline
        c0decafe
        wrote on last edited by
        #17

        This is the original reference:

        • https://github.com/mattermost/mattermost-plugin-ai/issues/19#issuecomment-1609352822

        Basically the AI plugin will only be available on postgresql.

        Furthermore, others plugins are dropping mysql support accordingly, ie:

        • https://github.com/mattermost/mattermost-plugin-msteams/pull/482

        I don't think anyone expects a smooth migration of their existing instance but it would great if we can get a supported postgresql package.

        1 Reply Last reply
        2
        • C Offline
          C Offline
          cvachery
          wrote on last edited by
          #18

          Wouldn't it be possible to have an option passed to the Cloudron to let the user choose if he wants to use postgres or mysql?

          1 Reply Last reply
          1
          • girishG girish referenced this topic on
          • LanhildL Offline
            LanhildL Offline
            Lanhild
            App Dev
            wrote on last edited by
            #19

            @girish what about having a new Mattermost package, with the same name as the current one and shipping with postgresql.

            The current package (with MySQL) would have mysql somewhere in it's name, and then allow users to install whichever version they wish.

            Other than that, it looks like they are (or will be) abandoning MySQL support slowly

            image.png

            1 Reply Last reply
            0
            • chymianC Offline
              chymianC Offline
              chymian
              wrote on last edited by
              #20

              @girish the AI bot is getting more and more essential for daily work.
              any chance we get a postgresql version as supposed from @Lanhild for a fresh install?

              @girish said in Mattermost v8.0+ and PostgreSQL:
              New installations will use postgres automatically

              which is not the case till 9.7.4

              1 Reply Last reply
              0
              • girishG Do not disturb
                girishG Do not disturb
                girish
                Staff
                wrote on last edited by
                #21

                @chymian we have not made this move yet. It requires obsoleting the old package and moving to postgres. And yet, there is no easy way on mattermost side to switch databases. Essentially, we will have to abandon all our existing mattermost installation base. It's a difficult decision to make. Maintaining two separate packages while possible is just additional work for a single app. We have to make separate tests and packages for every mm release.

                C 1 Reply Last reply
                1
                • chymianC Offline
                  chymianC Offline
                  chymian
                  wrote on last edited by chymian
                  #22

                  ok, thanks @girish,

                  Yes, the change will certainly not be easy and will require a lot of work on both sides.
                  This has been discussed for about a year now and there is still no solution in sight - not even for new installations.
                  The non acceptable burden here is, the additional effort to "new install" an outdated solution, which causes a additional work/data loss in switching systems whenever you (have to) change to postrgresql.

                  1 Reply Last reply
                  1
                  • girishG girish

                    @chymian we have not made this move yet. It requires obsoleting the old package and moving to postgres. And yet, there is no easy way on mattermost side to switch databases. Essentially, we will have to abandon all our existing mattermost installation base. It's a difficult decision to make. Maintaining two separate packages while possible is just additional work for a single app. We have to make separate tests and packages for every mm release.

                    C Offline
                    C Offline
                    cvachery
                    wrote on last edited by
                    #23

                    @girish said in Mattermost v8.0+ and PostgreSQL:

                    And yet, there is no easy way on Mattermost side to switch databases.

                    I don't understand your remark as there is a whole page dedicated to the migration from MySQL to PostgreSQL : https://docs.mattermost.com/deploy/postgres-migration.html

                    I understand it is a decision which can be hard to take as it will make some users unhappy, but at some point you will have to make it because Mattermost is slowly but surely deprecating MySQL.

                    So the real question is not if you have to do the move or not but when you make it.
                    And IMHO the sooner the better :

                    • The more you wait, the more installations will be made on Cloudron using MySQL which will have to be migrated and therefore more users/customers will be impacted/annoyed
                    • People will move to something else than Cloudron for their install as PostgreSQL is required by more and more features.
                    1 Reply Last reply
                    1
                    • girishG Do not disturb
                      girishG Do not disturb
                      girish
                      Staff
                      wrote on last edited by
                      #24

                      @cvachery I am totally with you. I find the migration guide quite complex. In many apps, one can just export and import using some portable format but instead in this guide we have to resort to become a db admin. Most Cloudron users have no experience with level of database administration and this is the source of issue.

                      I guess we have to just bite the bullet and migrate away and hope for the best

                      LanhildL 1 Reply Last reply
                      0
                      • girishG girish

                        @cvachery I am totally with you. I find the migration guide quite complex. In many apps, one can just export and import using some portable format but instead in this guide we have to resort to become a db admin. Most Cloudron users have no experience with level of database administration and this is the source of issue.

                        I guess we have to just bite the bullet and migrate away and hope for the best

                        LanhildL Offline
                        LanhildL Offline
                        Lanhild
                        App Dev
                        wrote on last edited by
                        #25

                        @girish What about freezing the MySQL package version (so that users are aware they'll have to install the PostgreSQL in the future) and promoting the PostgreSQL version instead.

                        That would allow the team to focus on only the PostgreSQL package.

                        My idea;

                        • Delist the MySQL version from the app store
                        • Add the new PostgreSQL version, possibly with a note in the manifest description explaining the why

                        Users are able to keep their existing app with the MySQL version, but would be directed towards moving to the new, maintained PostgreSQL version.

                        1 Reply Last reply
                        3
                        • girishG Do not disturb
                          girishG Do not disturb
                          girish
                          Staff
                          wrote on last edited by
                          #26

                          Alright, I will make a new package that uses postgres. The previous version will be delisted. We will maintain it for a bit until it gets deprecated entirely by mattermost upstream.

                          1 Reply Last reply
                          4
                          • girishG Do not disturb
                            girishG Do not disturb
                            girish
                            Staff
                            wrote on last edited by
                            #27

                            New package is published now. I tried the export/import instead of db approach and it works well. The latest version of mattermost has broken import though, I have to report this upstream.

                            Some docs at https://docs.cloudron.io/apps/mattermost/#migrate-to-postgres if someone wants to try the migration. I haven't tried the database migration yet.

                            1 Reply Last reply
                            1
                            • girishG Do not disturb
                              girishG Do not disturb
                              girish
                              Staff
                              wrote on last edited by
                              #28

                              Reported the import issue at https://github.com/mattermost/mattermost/issues/27182

                              1 Reply Last reply
                              1
                              • C Offline
                                C Offline
                                cvachery
                                wrote on last edited by
                                #29

                                Excellent! I will try to migrate an external mattermost with postgresql to Cloudron

                                girishG 1 Reply Last reply
                                0
                                • C cvachery

                                  Excellent! I will try to migrate an external mattermost with postgresql to Cloudron

                                  girishG Do not disturb
                                  girishG Do not disturb
                                  girish
                                  Staff
                                  wrote on last edited by
                                  #30

                                  @cvachery I just managed to do a database migration using pgloader. Just publishing my notes in the docs.

                                  C 1 Reply Last reply
                                  0
                                  • girishG girish

                                    @cvachery I just managed to do a database migration using pgloader. Just publishing my notes in the docs.

                                    C Offline
                                    C Offline
                                    cvachery
                                    wrote on last edited by
                                    #31

                                    @girish Awesome, I will wait for your doc then see if I can validate it 👍

                                    1 Reply Last reply
                                    1
                                    • girishG Do not disturb
                                      girishG Do not disturb
                                      girish
                                      Staff
                                      wrote on last edited by
                                      #32

                                      @cvachery done. https://docs.cloudron.io/apps/mattermost/#database-migration

                                      1 Reply Last reply
                                      0
                                      • LanhildL Offline
                                        LanhildL Offline
                                        Lanhild
                                        App Dev
                                        wrote on last edited by
                                        #33

                                        I'll try and report

                                        1 Reply Last reply
                                        0
                                        • C Offline
                                          C Offline
                                          cvachery
                                          wrote on last edited by
                                          #34

                                          I've mostly done it using the official mattermost documentation : https://docs.mattermost.com/onboard/migrating-to-mattermost.html#migrate-mattermost-from-one-server-to-another and https://docs.mattermost.com/deploy/backup-disaster-recovery.html#backup

                                          Copied the config.json from the origin server and changer the SQL settings with the logins from the cloudron mattermost file.

                                          Only issue I'm having is the importing of the local data to cloudron. I've around 20GB of data to be moved to the files folder but the upload crash when uploading the tar.gz file. Uploading the file uncompressed crash too after a while (couple of hours)

                                          LanhildL 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search