Is it safe to update, I have about 15 extensions, or should I check each one if it's OK?

    We're currently planning our kick-off meeting for build 19 (v1.2), as well as discussing future roadmaps and strategy ready for v2. Hopefully, we'll have a roadmap for v2.0 up soon!

    Really looking forward to this flarum/core1643 in the final roadmap of v2.0 🤞

    luceos

    What about the right system, for administration? So that everyone can restrict the admin access...

    Great job! Updated with a bunch of extensions, without a glitch.

    Are there any docs for how to backup the database and all the other files needed by flarum? I don't see how to backup before updating in the flarum docs.

    I need to migrate one of my flarum installs to a different webserver. Are there any guides on how to accomplish this?

      Redmaus There are two automated solutions: r4nchy's script and datitisev's paid extension.

      Manually, you just want:
      -a database backup one answer on how-to here
      -composer.json
      -composer.lock
      -config.php
      -assets directory (for avatars)
      -optional: storage directory if you have extensions that store files in there, like Upload, feel free to ignore these folders
      -optional: extend.php if you have made any custom coding changes

        Hey Team, i'd like to say many thanks 🥳 🥳
        Flarum 1.1.1

        For some reason, it stopped reading the font.

        
        body {
            font-family: poppins,sans-serif;
            font-size: 0.90rem;
            font-weight: 400;
            line-height: 1.5;

        I know you have to put an additional font, some where. And I did. But I don't remember now things I did months ago. Don't remember which file I edited. What file could Ive possibly edit to achieve my font, but got replaced during upgrade???

          Anonymous43 editing Flarum files directly is a bad practice, as they will get overwritten during each update that changes that file (as you have already experienced, I assume). If it's just a simple CSS snippet, then you can paste it into the "Custom CSS" under "Appearance" section in the administration area - this will ensure that the CSS is stored in your database and it stays there even if you upgrade to a newer version of Flarum

            Thanks to everyone's efforts, I always believe that Flarum is a very good project.
            But there are still a few issues that are seriously affecting my productivity, so I hope you can fix it in the foreseeable future if you can, thanks!

            1. add search support for Asian languages (maybe you can imagine the search results are always empty)
            2. add URL support for Asian languages (the links are usually incomplete titles, so I'm still afraid to do any SEO optimization)

            Thanks!

              thedawn add search support for Asian languages (maybe you can imagine the search results are always empty)

              The extension I am working on which runs on elastic will be able to handle it perfectly. It should allow 1 character and UTF-8 characters right?

              thedawn add URL support for Asian languages (the links are usually incomplete titles, so I'm still afraid to do any SEO optimization)

              This is possible as using a different slug handler can be set up. It just need someone to add it.