cedrozor / myrtille

A native HTML4 / HTML5 Remote Desktop Protocol and SSH client
https://www.myrtille.io
Apache License 2.0
1.78k stars 372 forks source link

Issues Upgrading Myrtille #338

Open itsallaboutglory opened 2 years ago

itsallaboutglory commented 2 years ago

Hi,

I am trying to upgrade Myrtille from v2.3.0 to v2.9.2 and am having a couple of issues. The upgrade seems to work, but upon logging into the UI after the upgrade, all icons previously created have been deleted. Is there a way to preserve them?

Additionally, Myrtille seems to be trying to use both Local Admin and Enterprise modes, similar to that described in issue #214. I tried working through the fixes described but it hasn't fix the problem for me unfortunately.

Thanks in advance.

cedrozor commented 2 years ago

Hi,

I am trying to upgrade Myrtille from v2.3.0 to v2.9.2 and am having a couple of issues. The upgrade seems to work, but upon logging into the UI after the upgrade, all icons previously created have been deleted. Is there a way to preserve them?

By "icons" do you mean any custom CSS or RDP and SSH shortcuts you may have created? the latter are stored in the local myrtille database and are not changed by the upgrade process while the former can be overwritten (but any new custom images you may have added are not deleted).

Additionally, Myrtille seems to be trying to use both Local Admin and Enterprise modes, similar to that described in issue https://github.com/cedrozor/myrtille/issues/214. I tried working through the fixes described but it hasn't fix the problem for me unfortunately.

Did you tried to comment out the local admin section (into the Myrtille.Services.exe.config file) if you use the enterprise mode, or inversely ?

itsallaboutglory commented 2 years ago

Hi,

Thanks for the reply.

By "icons" I mean RDP and SSH shortcuts (excuse my terminology). I took a VM snapshot prior to the upgrade and tried the upgrade multiple times. Each time the shortcuts disappear. It it possible to back up the database prior to the upgrade and copy it back in once the upgrade is complete? If so, where is it stored?

Yes, I have commented out the Local Admin section in Myrtille.Services.exe.config as per your instructions in issue #214. It appears that sometimes, several reboots of the server seem to enable the Enterprise functionality to work. Other times I've not been able to get the Enterprise functionality to work and have resorted to rolling back the server to the snapshot I took prior to the upgrade and trying the upgrade again.

Thanks.