From Backstage-owned plugin
If you are migrating from the PagerDuty plugin that was maintained by Backstage (@backstage/plugin-pagerduty), the steps to migrate are pretty straight forward.
-
Remove the legacy PagerDuty plugin from your Backstage project
-
Install the new frontend PagerDuty plugin for Backstage
-
Replace all occurrences of
@backstage/plugin-pagerduty
with@pagerduty/backstage-plugin
in your components -
Install the backend PagerDuty plugin for Backstage
-
Add the backend plugin to your Backstage project
-
Configure API credentials to make requests to PagerDuty REST API
-
Remove PagerDuty proxy configuration from you
app-config.yaml
file -
Re-install dependencies and run Backstage locally to test that everything is working