Issues while using the template
Closed this issue · 1 comments
satishkovuru commented
Can you please help me with the below errors while creating Report portal Application.
2022-10-05 11:53:57 UTC-0500 | reportportalappl | ROLLBACK_IN_PROGRESS | The following resource(s) failed to create: [NatGatewayOne, NatGatewayTwo, ReportPortalDB, S3ReportPortalPolicy, WebAppALB]. Rollback requested by user. |
---|---|---|---|
2022-10-05 11:53:56 UTC-0500 | NatGatewayOne | CREATE_FAILED | Resource creation cancelled |
2022-10-05 11:53:56 UTC-0500 | NatGatewayTwo | CREATE_FAILED | Resource creation cancelled |
2022-10-05 11:53:56 UTC-0500 | S3ReportPortalPolicy | CREATE_FAILED | Resource creation cancelled |
2022-10-05 11:53:56 UTC-0500 | WebAppALB | CREATE_FAILED | Resource creation cancelled |
2022-10-05 11:53:56 UTC-0500 | ReportPortalDB | CREATE_FAILED | Resource handler returned message: "Cannot find version 9.6 for postgres (Service: Rds, Status Code: 400, Request ID: 90ec987e-8fcb-4a5d-8f75-717ceae9ba20)" (RequestToken: 165d033c-cd17-b9d0-a773-5edbfbb08bff, HandlerErrorCode: InvalidRequest) |
chhatbarjignesh commented
I believe the default version I added in the template for PostGresDB is 11.6, and from the logs, you said it looks like you are trying to use version 9.6. it might be possible that AWS RDS no longer supports 9.6.
I would suggest trying with the latest Postgres version to see if it works.
Thank you