Skip to content
AutoCore1.0.0-rc.1 · Release Candidate
1.0.0-rc.1 · Release Candidate1 min read

Backup Configuration

Define backup ownership, scope, encryption, retention, and restore verification for AutoCore.

The edition backup utility captures a PostgreSQL dump, media manifest, counts, migration count, secret-free environment fingerprint, edition manifest metadata, and search settings. It excludes plaintext secrets, Redis cache, transient sessions, node modules, build artifacts, and Meilisearch documents.

The infrastructure backup script can encrypt a PostgreSQL dump and optionally upload it to an operator-managed off-site target; it is not run by this documentation task.

Verification

Verify checksum, archive contents, database counts, media manifest, retention, encryption, and—when safe—a temporary restore. Never publish a real backup path or key.

Related articles