Hey guys, trying to disable point-in-time-recovery...
# general
b
Hey guys, trying to disable point-in-time-recovery on cloudSQL but even adding the option
pointInTimeRecoveryEnabled
nothing changes. Any help so I can disable this setting?
Copy code
settings:
        backupConfig:
          backupRetentionSettings:
            retainedBackups: 7
          binaryLogEnabled: true
          enabled: true
          startTime: "17:00"
          transactionLogRetentionDays: 7
          pointInTimeRecoveryEnabled: false