Search code examples
pycharmjetbrains-idejetbrains-gateway

How do I update the version of JetBrains running on a remote server?


I'm using PyCharm with JetBrains Gateway to work on a remote EC2 instance. I updated my local version of PyCharm but then discovered that the version running on the remote server didn't update. How do I update it?


Solution

  • I had to Google a bit to find an answer to this:

    You need to delete the existing IDE backend and create a new one.

    1. In the project-selection window, click the gear icon.
      • enter image description here
    2. Click "Manage IDE Backends".
      • enter image description here
    3. Click the "X" icon to remove the backend that needs to get updated.
      • enter image description here
    4. Click the 'Add Project' button.
      • enter image description here
    5. Navigate to the directory with your code and click Download IDE and Connect.
      • enter image description here