Skip to content

Commit d60ab09

Browse files
committed
MD prettier
1 parent 5dca26c commit d60ab09

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

modules/tenancy/vm/examples/MSSQL-BACKUPS.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ restore `logins.sql` first (as in §5.1).
524524

525525
### 5.3 In a different datacenter (cross-DC DR)
526526

527-
The restore VM half is identical — only *where* you create it differs:
527+
The restore VM half is identical — only _where_ you create it differs:
528528

529529
1. Have the DC team provision a tenant space (namespace + network + RBAC) in the
530530
DR datacenter, one time.
@@ -571,11 +571,11 @@ application/pipeline at the standby.
571571
The timer frequency = your **RPO**; the S3 lifecycle `Expiration` (§1) = how far
572572
back you can recover.
573573

574-
| Tier | Timer (`OnCalendar`, UTC) | Retention (S3 `Expiration` days) |
575-
|------|---------------------------|----------------------------------|
576-
| Daily | `*-*-* 01:00:00` | `30` |
577-
| 12-hourly | `*-*-* 01,13:00:00` | `14` |
578-
| Hourly | `*-*-* *:00:00` | `3` |
574+
| Tier | Timer (`OnCalendar`, UTC) | Retention (S3 `Expiration` days) |
575+
| --------- | ------------------------- | -------------------------------- |
576+
| Daily | `*-*-* 01:00:00` | `30` |
577+
| 12-hourly | `*-*-* 01,13:00:00` | `14` |
578+
| Hourly | `*-*-* *:00:00` | `3` |
579579

580580
- `OnCalendar` is **UTC**. Add `RandomizedDelaySec` and stagger VMs so a fleet
581581
doesn't push to S3 at once.
@@ -595,8 +595,8 @@ back you can recover.
595595
- **One bucket + IAM user per team**, least privilege; never write to another
596596
team's or the platform's bucket.
597597
- **Don't use `sa` in production.** This example uses `sa` for brevity. Backing up
598-
databases needs only a `db_backupoperator`/backup-scoped login; only the *login
599-
export* (reading `sys.sql_logins.password_hash`) needs instance-admin. Split
598+
databases needs only a `db_backupoperator`/backup-scoped login; only the _login
599+
export_ (reading `sys.sql_logins.password_hash`) needs instance-admin. Split
600600
these: a least-privilege backup login for the timer, and a separate, tightly
601601
controlled admin step (or a different credential) for exporting logins.
602602
- Store the IAM keys and the `sa` password in a secrets manager. Never commit
@@ -611,4 +611,4 @@ back you can recover.
611611
- [VM module reference](../README.md)
612612
- [PostgreSQL Backups Guide — logical dumps to S3](./POSTGRES-BACKUPS.md)
613613
- [VM Data Backups Guide — restic](./BACKUPS.md)
614-
- [Cluster Backups Guide — etcd & Velero](../../k8s-cluster/examples/BACKUPS.md)
614+
- [Cluster Backups Guide — etcd & Velero](../../k8s-cluster/examples/BACKUPS.md)

0 commit comments

Comments
 (0)