Migrating from V3 to V4
Version 3 only includes one breaking change that some users will need to account for. Based on your install type you can find what changes need to be made below.
Windows Exe
The P2G windows exe now provides a proper user interface. You can migrate to this new version simply by following the install steps. You will need to re-configure P2G using the user interface as your settings will not migrate over.
There is no risk installing v4 and trying it out. Your previous install will continue to work while you test out v4. When you're satisfied with v4 you can delete your previous version of P2G.
GitHub Action
Follow the updating instructions for GitHub Actions. A couple notable changes that will be pulled in:
- Container Image tag has changed to
console-stable
, you may wish to edit this to beconsole-v4
- The configuration options have changed slightly with some fields being deprecated and removed
- The command to run p2g has changed to
/app/ConsoleClient
.
Docker Headless
No specific migration steps are needed, however please take note of the breaking changes in case any of these impact your setup.
Docker WebUI
No specific migration steps are needed, however please take note of the breaking changes in case any of these impact your setup.
Docker API
No specific migration steps are needed, however please take note of the breaking changes in case any of these impact your setup.
Source
- Install the latest dotnet 7.0 SDK
Please take note of the breaking changes in case any of these impact your setup.