Extending Point-in-Time Retention in Fabric SQL DB: From 7 to 35 Days
The Microsoft Fabric Blog team details the extension of point-in-time restore retention in Fabric SQL DB from 7 to 35 days, providing step-by-step guidance for database administrators to strengthen data protection strategies.
Extending Point-in-Time Retention in Fabric SQL DB: From 7 to 35 Days
Microsoft Fabric has introduced a significant enhancement to its Fabric SQL DB service: the ability to extend point-in-time restore (PITR) retention from 7 days to up to 35 days. This update strengthens your data resilience, enabling better compliance, operational flexibility, and robust recovery capabilities.
Why Extended PITR Retention Matters
- Regulatory Compliance: Extended retention helps meet industry requirements (e.g., finance, healthcare) for longer data retention windows.
- Operational Safety Net: More time to recover from accidental data loss or delayed error discovery.
- Strategic Alignment: Enables PITR settings to be consistent with enterprise backup and disaster recovery policies.
What Is Fabric SQL DB?
Fabric SQL DB is a fully managed, SaaS-style relational database offering within Microsoft Fabric. It provides seamless SQL integration for analytical workloads, Power BI, and OneLake, with simplified management and enterprise features like high availability and security.
Automatic Backups: How It Works
- Full backups: Weekly
- Differential backups: Every 12 hours
- Transaction log backups: Approx. every 10 minutes
- Storage: All backups use Azure zone-redundant storage for durability and high availability
Point-in-Time Restore (PITR)
PITR lets you restore a database to any state within the configured retention period. Previously limited to 7 days, you can now set up to 35 days for PITR, offering broader coverage for operational and compliance scenarios.
Configuring Extended Retention
To change PITR retention:
- Sign in to your Fabric workspace.
- Open your Fabric SQL database.
- Go to Settings.
- Select Backup retention policy.
- Move the slider or enter a value (1–35 days).
- Click Save.
Note: Extending retention increases storage costs.
Backup Observability
To monitor backup status and details, use the sys.dm_database_backups
dynamic management view. It provides backup type (Full, Differential, Transaction log) and history for compliance and troubleshooting purposes.
Summary
Extending PITR retention is a straightforward but powerful configuration for database administrators and engineers building analytics solutions, SaaS apps, or internal tools on Microsoft Fabric. Review your current backup retention policy and consider adjusting to take advantage of the new 35-day window for enhanced data protection.
For more details, visit the official blog post.
This post appeared first on “Microsoft Fabric Blog”. Read the entire article here