# Managed data

Source: https://resilis.io/docs/managed-data/

Resilis can manage databases and object storage attached to an application. Treat data changes and destructive actions as separate, reviewed production operations.

## Supported resources

Current managed-data workflows cover PostgreSQL, MySQL, and object storage.

## Configuration and binding

Configure environment variables and bind supported database resources to the application through the managed application path.

## Connect existing services

Connect existing Amazon S3, Cloudflare R2, or Backblaze B2 buckets with the provider credentials needed for the integration. This connects an existing bucket; it does not provision or migrate it.

Applications can also use external databases and backends such as Supabase or Convex through their connection settings. These are external services, not Resilis-managed database offerings.

## Protection and restore

Use backups, snapshots, and restore workflows for supported resources. Point-in-time recovery depends on the database source and its configured protection path.

## Guarded changes

MCP and product controls use authorization and action-specific protection. Do not assume that a delete is approved, reversible, or available for every resource.
