
Hello Everyone ,
As we know using the Configuration Migration tool we can migrate the Power Pages site from one environment to another environment .
But I am having the scenario in which same Power Pages web app is configured in two different environments . And i have made the some changes in one environment and want to migrate the same changes to to another environment also .
Can you guys help me with any known tool like CMT for upgrading the sites , or any another process for same .
Thanks
Shivam
@Shivam_BSSI You can use the PAC CLI to migration portal configuration between environment using the pac paportal or pac powerpages groups of commands - specifically use pac paportal download or pac powerpages download to export from your source environment and pac paportal upload or pac powerpages upload to import to your target environment: https://learn.microsoft.com/en-us/power-platform/developer/cli/reference/powerpages
There are also Azure DevOps pipeline tasks available from Power Platform Build Tools which do the equivalent if you don't wish to use to use the PAC CLI directly: https://learn.microsoft.com/en-us/power-platform/alm/devops-build-tool-tasks#power-pages-management-tasks
And corresponding Github Actions for Power Platform: https://learn.microsoft.com/en-us/power-platform/alm/devops-github-available-actions#portal-tasks