- Replace logos, colors (red/stone palette), and fonts (Overlock/Inter) - Replace text logos with PNG from marketing API - Update AGPL source links to match repo owner - Update PostgreSQL to 17 for Alpine 3.23 - Add Forgejo Actions CI workflow - Remove upstream GitHub Actions workflows - Remove Coolify Cloud upsells, Hetzner provider, and telemetry - Update auto-update to point to Forgejo registry
12 lines
502 B
PHP
12 lines
502 B
PHP
<div>
|
|
<x-slot:title>
|
|
{{ data_get_str($database, 'name')->limit(10) }} > Backup | MapleDeploy
|
|
</x-slot>
|
|
<h1>Backups</h1>
|
|
<livewire:project.shared.configuration-checker :resource="$database" />
|
|
<livewire:project.database.heading :database="$database" />
|
|
<div>
|
|
<livewire:project.database.backup-edit :backup="$backup" :s3s="$s3s" :status="data_get($database, 'status')" />
|
|
<livewire:project.database.backup-executions :backup="$backup" />
|
|
</div>
|
|
</div>
|