After update from v0.5.0 to v0.6.0 all prompts disappeared...
-
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. -
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.Now I've updated to app to version 0.6.0 and 1.0.0.
My chats are still present.
Do have more details about your setup that might be useful to reproduce this?
-
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.
- Update the app to the latest version
-
@james Thank’s a lot. I will follow your suggestions. About next updates, we will have to do the same?
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. -
FYI I think you can mark this as „solved“ yourself.
Change the initial post to „Ask a question“
and then mark the correct answer as the solution. -
-
-
@necrevistonnezr great advice. Thanks a lot