Message for failed backup

Hi,

I am currently working on writing a script to create a scheduled backup for an influx database running version 2.6. In version 1.7 I programmatically assert that my backup was completed successfully when the creation of the manifest file is created in the backup output when running the back up command. Creating a backup in 2.x, the output messages changed a bit. Where only the information of which shard is being backed up is logged.

Fortunately but also unfortunately I haven’t ran into a time where running a backup failed due to an error. I was wondering if there is any specific output I can check against if a error occurs. If there is no specific message I can check against, is it safe to assume that if the manifest file is created in the output directory that my backup was successful?

Thanks