1 changed file
.semaphore | ||
semaphore.yml | ||
Add comment 93 }
Add comment 94
Add comment 95 try:
Add comment 96 Plus logging.info("Requesting project '%s' database instance '%s' runs a backup export to bucket '%s' path '%s'",
Add comment 97 Plus project,
Add comment 98 Plus instance,
Add comment 99 Plus bucket,
Add comment 100 Plus backup_uri)
Add comment 96 101 request = service.instances().export(
Add comment 97 102 project=project,
Add comment 98 103 instance=instance,