[FIX] Migration 194#18457
[FIX] Migration 194#18457sampaiodiego merged 1 commit intoRocketChat:developfrom thirsch:bugfix/migration-v194-broken-if-no-saml-config-found
Conversation
|
thanks @thirsch .. just we know, from which version did you try to upgrade and got an error? |
|
@sampaiodiego is there an easy way to see migrations based on dates? Because I tried the upgrade multiple times before I recognized, that using the docker image migrates version by version and just crashed while applying version v194. So my database was v193 since the very first try and all my logs I still have, just show this try again and again. I guess I'm missing the first log on upgrading from whatever version I had before. |
|
There is no easy way to see migrations based on dates, but from I what I saw migration 194 was introduced on version 3.4.0.. I'll be releasing this fix on version 3.5.1 today, so you'll be able to upgrade to 3.5.1, you'll only need to unlock the migration direct via DB.. you can use the following query: |
…omni * 'develop' of github.com:RocketChat/Rocket.Chat: [NEW] Add REST API endpoint to search Livechat visitors (#18514) LingoHub based on develop (#18516) Update README.md (#18503) [NEW] Channel avatar (#18443) [FIX] Sending notifications from senders without a name (#18479) [FIX] UserCard avatar cache (avatarETag) (#18466) [IMPROVE] Admin Info page requires permission (#18408) [FIX] Marking room as read with unread threads still (#18410) [FIX] Random generated password not matching the Password Policy (#18475) Typo in privacy agreement message (#18476) bugfix for uploading files from livechat (#18474) LingoHub based on develop (#18465) [NEW] Add the ability to set the character message limit on Livechat widget (#18261) [FIX] Migration 194 (#18457) [FIX] Omnichannel session monitor is not starting (#18412) [FIX] Invalid MIME type when uploading audio files (#18426) [FIX] Error when updating omnichannel department without agents parameter (#18428) [FIX] Omnichannel Take Inquiry endpoint checking wrong permission (#18446) [FIX] Multiple push notifications sent via native drivers (#18442) [FIX] Appending 'false' to Jitsi URL (#18430)
Proposed changes
Fixing the bug in migration v194, which prevented me from upgrading.
Issue(s)
Not sure, if there was an open issue.
How to test or reproduce
Migrating from v193 to v194 without having a settings entry for id "SAML_Custom_Default_user_data_fieldmap".
Screenshots
not adequate
Types of changes
Checklist
Changelog
Fixed migration v194; in cases there is no SAML configuration, the database couldn't be migrated from v193 to v194.
Further comments
not required