awslabs / pireporter

A comprehensive tool for capturing performance metrics and workload snapshots, and generating in-depth comparison reports for Amazon Aurora PostgreSQL databases. Helps to troubleshoot problems, optimize instance size and cost.
Apache License 2.0
8 stars 4 forks source link

snapshot not created with no error message for Aurora Postgres (serverless) #5

Closed jayvardhancs closed 3 months ago

jayvardhancs commented 3 months ago

Hello,

I'm trying to create snapshot for Aurora Server - postgres version 14 but snapshot was not created in the snapshot folder. I am using portable method to create the snapshot. Do we have any way to run the command in debug mode, kindly advise.

` [ec2-user@ip-** portable]$ ./pireporter --create-snapshot --start-time 2024-07-01T10:00 --end-time 2024-07-01T11:00 -i pireporter2-instance-1 --include-logfiles

[ec2-user@ip-** portable]$ pwd /home/ec2-user/pireporter/portable

[ec2-user@ip-** portable]$ ls conf.json genai pireporter pireporterPolicy.json report.css snapshots

[ec2-user@ip-** portable]$ cd snapshots/ [ec2-user@ip-** snapshots]$ ls

[ec2-user@ip-** snapshots]$

`

aychin-aws commented 3 months ago

Hi, serverless is not supported at the moment. Working on it.

jayvardhancs commented 3 months ago

Hi Aychin, Thanks for the update.