RDM for linux vs RDM windows don't use same XML data parametrs in sqlite file
I try use in work(windows) and in home (linux)
SSH settings made in windows version not seen in linux version.
Windows version 2024.1.29.0
When in WINDOWS I set "Post login command" look like:
<Terminal>
<AfterConnectTerminalMacros>
<TerminalMacro>
<Macro>sudo -i</Macro>
</TerminalMacro>
<TerminalMacro>
<Macro></Macro>
</TerminalMacro>
</Terminal>
Linux version 2024.1.1.3
When in LINUX I set "Post login command" look like:
<Terminal>
<AfterConnectMacros>
<string>sudo -i</string>
<string>S</string>
</AfterConnectMacros>
</Terminal>
Windows version see Linux config like 
Screenshot_20240522_160755.png
Hello Konstantin,
Thank you for reporting this issue. I have created a ticket, and we will try to reproduce it. We will inform you here once the issue is resolved.
Regards,
Gabriel Dubois
Plz, check other parameters saving.
when I connect to test server from linux, RDM exec after login command. But not seen in config show.
изображение.png
when I connect to test server from linux, RDM exec after login command. But not seen in config show.
Update to 2024.1.2.2 don't resolve this bug.
Hello Konstantin,
We have a fix for this issue, but it has not been released yet. The fix will be available in version 2024.1.2.3 of RDM.
Regards,
Gabriel Dubois
Hello Konstantin,
I'm pleased to inform you that version 2024.1.2.3 has been released, including a fix for the issue you reported.
Please let me know if this update resolves your problem.
Best regards,
Simon Duguay Létourneau
update 2024.1.2.3 resolve the problem.