BackupsStorageAlert() — supabase Function Reference
Architecture documentation for the BackupsStorageAlert() function in BackupsStorageAlert.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/interfaces/Database/Backups/BackupsStorageAlert.tsx lines 3–14
export const BackupsStorageAlert = () => {
return (
<Admonition
type="default"
layout="horizontal"
title="Storage objects are not included"
description="Database backups do not include objects stored via the Storage API, as the database only
includes metadata about these objects. Restoring an old backup does not restore objects that
have been deleted since then."
/>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free