1.0.0-rc.1 · Release Candidate1 min read
Database Configuration
Configure PostgreSQL through a secret reference and preserve its role as AutoCore transactional authority.
DATABASE_URL is required in production and is validated as a non-empty value. The installer and application release must target the intended installation database namespace. Credentials are secret values and must be supplied outside public documentation.
Database migrations are forward-only in the rollback script. A successful image rollback does not reverse committed migrations; database restore is a separate destructive decision.
Verification
Check connectivity, database identity, migration status, and backup availability before install or upgrade. Preserve the redacted URL shape and observed migration result, never the credential.
Related articles
PostgreSQL RequirementsPostgreSQL is the transactional authority for AutoCore installation, upgrade, backup, and recovery decisions.Database Restore DecisionDecide whether a verified PostgreSQL restore is safer than retry, roll-forward, or image rollback.Data StoresUnderstand what PostgreSQL, Redis, Meilisearch, and media storage own in the AutoCore architecture.