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
  • Brite
  • 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. LibreChat
  3. After update from v0.5.0 to v0.6.0 all prompts disappeared...

After update from v0.5.0 to v0.6.0 all prompts disappeared...

Scheduled Pinned Locked Moved Solved LibreChat
17 Posts 4 Posters 378 Views 4 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.
  • P Offline
    P Offline
    p44
    translator
    wrote last edited by
    #4

    @joseph do you think this App should be marked as "unstable"?

    1 Reply Last reply
    0
    • P Offline
      P Offline
      p44
      translator
      wrote last edited by
      #5

      Hi @joseph any news for this topic?

      1 Reply Last reply
      0
      • P Offline
        P Offline
        p44
        translator
        wrote last edited by p44
        #6

        @girish @nebulon hello, how I can get support for this problem?

        1 Reply Last reply
        0
        • jamesJ Online
          jamesJ Online
          james
          Staff
          wrote last edited by james
          #7

          Hello @p44
          The latest version of the LibreChat App of Cloudron is 1.0.0 which packages LibreChat Version 0.8.0.
          Which was also communicated to be:

          @Package-Updates said in LibreChat - Package Updates:

          [1.0.0]

          Initial stable release

          So any version before version 1.0.0 was unstable.

          Since you are inquiring about an update from 0.5.0 to 0.6.0 this was still unstable.
          I'm trying to reproduce this issue.
          Until this is considered resolved the app is marked as unstable again.

          1 Reply Last reply
          1
          • jamesJ Online
            jamesJ Online
            james
            Staff
            wrote last edited by
            #8

            Hello @p44
            I've just installed LibreChat Version 0.5.0 and used the Cloudron login.
            Added an OpenAI API Token, restarted the app, made 3x Chats.

            3829914f-c142-47d3-99ec-fe7111135228-image.png

            Now I've updated to app to version 0.6.0 and 1.0.0.

            4a722a11-4f97-4f32-b82f-1e133929c9d8-image.png

            My chats are still present.

            04c2d15e-1fba-47c5-98e1-133e78db55d4-image.png


            Do have more details about your setup that might be useful to reproduce this?

            1 Reply Last reply
            1
            • P Offline
              P Offline
              p44
              translator
              wrote last edited by
              #9

              @james thanks a lot for your patience

              I’m not talking about chats but prompts... can you save a prompt to 0.5 and then update to 0.6?

              1 Reply Last reply
              0
              • jamesJ Online
                jamesJ Online
                james
                Staff
                wrote last edited by
                #10

                Hello @p44
                Sorry for the misunderstanding. I will look into it.

                1 Reply Last reply
                0
                • jamesJ Online
                  jamesJ Online
                  james
                  Staff
                  wrote last edited by
                  #11

                  I can confirm the saved prompt was lost in the UI after the update.

                  The prompts still exist in the MongoDB and I have found the culprit => https://www.librechat.ai/docs/features/agents#migration-required-v080-rc3

                  Since this only appears to be an issue when updating from before 0.8.0-rc3, here is the way to fix this right now for you and people effected:

                  • Update the app to the latest version 1.0.0
                  • Go into the web terminal of your LibreChat app and copy paste these commands
                    export MONGO_URI="mongodb://${CLOUDRON_MONGODB_USERNAME}:${CLOUDRON_MONGODB_PASSWORD}@${CLOUDRON_MONGODB_HOST}:${CLOUDRON_MONGODB_PORT}/${CLOUDRON_MONGODB_DATABASE}"
                    cd librechat/
                    npm run migrate:agent-permissions
                    npm run migrate:prompt-permissions
                    

                  Now your prompts and agents should be avaiable to you again.


                  Also, @staff while looking into this I noticed the following error in the startup with version 0.6.0 and version 1.0.0:

                  Oct 10 23:51:28 2025-10-10T21:51:28.050787Z ERROR meilisearch: error=Your database version (1.17.1) is incompatible with your current engine version (1.22.2).
                  

                  Seems we also need to track the Meilisearch version with this package increasing the complexity of this app.

                  1 Reply Last reply
                  3
                  • P Offline
                    P Offline
                    p44
                    translator
                    wrote last edited by
                    #12

                    @james Thank’s a lot. I will follow your suggestions. About next updates, we will have to do the same?

                    jamesJ 1 Reply Last reply
                    0
                    • P p44

                      @james Thank’s a lot. I will follow your suggestions. About next updates, we will have to do the same?

                      jamesJ Online
                      jamesJ Online
                      james
                      Staff
                      wrote last edited by
                      #13

                      Hello @p44

                      @p44 said in After update from v0.5.0 to v0.6.0 all prompts disappeared...:

                      About next updates, we will have to do the same?

                      No. This is a one time occurrence from the update from any version before 0.8.0-rc3 of LibreChat.

                      But, I can't foresee the future.
                      If the LibreChat maintainers decide that they need to do something like that in the future again then this might become a task again.
                      Since all LibreChat release versions are still marked as Pre-release there is potential for mayor changes in the future that might break things.
                      So, in my opinion, until LibreChat does not have a stable release, the app should stay in the Cloudron App Store as unstable.

                      @p44 please report back if my solution also worked for you.
                      I have tested this with one user and multiple saved prompts.
                      Getting some feedback would be of great value.

                      1 Reply Last reply
                      1
                      • P Offline
                        P Offline
                        p44
                        translator
                        wrote last edited by
                        #14

                        @james Many thanks, I’ll give you a detailed feedback.

                        1 Reply Last reply
                        1
                        • P Offline
                          P Offline
                          p44
                          translator
                          wrote last edited by
                          #15

                          @james thanks again for your support. Following your advices, I confirm that everything is working now.

                          You can mark this topic as "solved”.

                          Thanks again James

                          1 Reply Last reply
                          2
                          • necrevistonnezrN Online
                            necrevistonnezrN Online
                            necrevistonnezr
                            wrote last edited by
                            #16

                            FYI I think you can mark this as „solved“ yourself.
                            Change the initial post to „Ask a question“
                            IMG_2476.jpeg
                            and then mark the correct answer as the solution.

                            1 Reply Last reply
                            2
                            • P p44 marked this topic as a question
                            • P p44 has marked this topic as solved
                            • P Offline
                              P Offline
                              p44
                              translator
                              wrote last edited by
                              #17

                              @necrevistonnezr great advice. Thanks a lot

                              1 Reply Last reply
                              2
                              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