The SFTP file path used to access the SFTP folder in Pega Cloud 3 is slightly different from the one used in Pega Cloud 2. After the update to Pega Cloud 3, any instances of the old file path will no longer work, and you will have to refactor to use the new file path to reestablish connection the SFTP folder. Note that the connection between Pega Infinity and the SFTP folder is not affected by this change.
Follow the steps below for a smooth transition.
Before the update to Pega Cloud 3
- Search for "/pegafiletransfer/" in your or your clients’ Pega Platform applications and in SFTP client applications that access the SFTP repository in Pega Cloud File Storage.
- If the search yields no results, you do not need to take any further action.
- Take note of how many instances of "/pegafiletransfer/" you find and be aware that you will have to change them after the update to Pega Cloud 3. Do not change them before update, as you will lose access to the SFTP folder from your Pega Cloud 2 environments.
- If you anticipate difficulties changing these file paths post-update, such as having all required personnel ready to make the changes, make preparations now.
After the update to Pega Cloud 3
- Wherever “/pegafiletransfer/” appears in a file path, replace “/pegafiletransfer/” with “/”.
- For example, “/pegafiletransfer/bix/...” becomes “/bix/...”