Skip to content
AutoCore1.0.0-rc.1 · Release Candidate
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