RTC Upgrade. Custom plugins
![]()
I have to migrate from RTC 5.0.2 to 6, the client has many custom add-ons/plugins (client and server). Is there any way to know which libraries are obsolete? Will I have to recompile everyone?
Thanks
|
2 answers
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Feb 03 '20, 8:19 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I would suggest to rebuild the stuff. Same for server extensions. Make sure they still run. |
![]() In addition to what Ralph said, keep in mind that RTC/EWM is n-1 compatible. This means a 5.0.2 client can still connect to a 6.0 server. So if you are referring to custom 'client-side' plugins, then as long as they were using official API, there would be no issue upgrading the server, and the client-side plugins should still work as normal.
|