Hijacking question. Migrating from old mac 2021.3.3 new mac 2023.2.2. I am importing a project that has multiple sftp connections defined. I tried importing into 2023.2.2 and sftp connections are not carried over. I tried copying sshConfigs.xml into /options similar to the above, but no joy. Any ideas, other than rebuilding?
SSH configurations could be stored in 2 places:
1. Project's .idea folder (<project path>/.idea/sshConfigs.xml)
2. IDE's options folder (e.g. ~/Library/Application Support/JetBrains/DataGrip2022.3/options/sshConfigs.xml). See this doc for locating options folder: https://www.jetbrains.com/help/idea/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html#config-directory
You can move the sshConfigs.xml to 2022.3 options directory, or to the new project.
Hijacking question. Migrating from old mac 2021.3.3 new mac 2023.2.2. I am importing a project that has multiple sftp connections defined. I tried importing into 2023.2.2 and sftp connections are not carried over. I tried copying sshConfigs.xml into /options similar to the above, but no joy. Any ideas, other than rebuilding?
This is currently not implemented, but we do have a feature request for this:
https://youtrack.jetbrains.com/issue/DBE-20104/Store-the-link-between-the-dataSources.xml-and-sshConfig-files
Please feel free to upvote.