Billing Postgres

< Back to overview

Project
Billing Postgres
Provider
postgres
Critical Signals
0

Policy

{
  "id": "pol-billing-db",
  "environmentId": "env-billing-prod",
  "name": "billing-default",
  "enabled": true,
  "fullBackupCron": "15 1 * * *",
  "criticalTableBackupCron": "15 */4 * * *",
  "retention": {
    "fullBackups": {
      "keepLatest": 10,
      "keepDays": 21,
      "daily": 10,
      "weekly": 6,
      "monthly": 3,
      "minSafeRestorePoints": 2
    },
    "criticalBackups": {
      "keepLatest": 16,
      "keepDays": 7
    }
  },
  "restoreTestSchedule": {
    "enabled": true,
    "cron": "45 3 * * *",
    "keyTables": [
      "public.invoices",
      "public.payments"
    ],
    "nonZeroRowCountTables": [
      "public.invoices"
    ],
    "customSqlChecks": [
      "select count(*) > 0 from public.invoices"
    ]
  },
  "criticalTables": [
    {
      "table": "public.invoices",
      "strategy": "incremental_updated_at",
      "updatedAtColumn": "updated_at",
      "onIncompatibleStrategy": "full_table"
    },
    {
      "table": "public.payments",
      "strategy": "full_table"
    }
  ],
  "artifactCompression": {
    "algorithm": "zstd"
  },
  "createdAt": "2026-03-30T00:00:00.000Z",
  "updatedAt": "2026-03-30T00:00:00.000Z"
}

Recent Runs

TypeStatusFinishedError
critical queued - -
critical queued - -
restore_test queued - -
full queued - -
critical queued - -
critical queued - -
critical queued - -
critical queued - -
critical queued - -
critical queued - -
restore_test queued - -
full queued - -

Recent Restore Tests

StatusFinishedTarget DBNotes
No restore tests found

Recent Artifacts

KindRemote KeySizeState
No artifacts found

Recent Signals

SeverityCodeSummaryEmitted
warning stale_backup_detected stale full backup detected for policy pol-billing-db at 2026-04-01T01:15:00.000Z 2026-04-01 01:35:17.75864+00
warning stale_backup_detected stale full backup detected for policy pol-billing-db at 2026-03-31T01:15:00.000Z 2026-03-31 01:35:02.71096+00
warning stale_backup_detected stale full backup detected for policy pol-billing-db at 2026-03-30T01:15:00.000Z 2026-03-30 19:32:23.854608+00