Manual one-time objects
- Empty MySQL or MariaDB database
- Restricted application user
- Python application and virtual environment
- Private
mysql.json - PyMySQL or supported adapter
The hosting account must create the database, restricted user, Python application, private secret file, and Python dependencies. After that, the bootstrap code detects the environment, acquires a database lock, installs or upgrades the canonical schema, verifies readback, and emits a redacted receipt.
The application never creates database users, grants privileges, alters DNS, registers Passenger, installs packages at request time, downloads unpinned source, or exposes secrets. It only manages objects inside the database already assigned to it.
mysql.json| Detected state | Bootstrap behavior |
|---|---|
| EMPTY | Require the authenticated canonical MATM schema, install it, then apply Concresca profile migrations. |
| CURRENT | Verify checksums and readback; safe no-op. |
| OLDER | Require a recognized migration path and backup evidence before change. |
| PARTIALLY_MIGRATED | Fail closed and require repair of the incomplete migration record. |
| UNKNOWN_NONEMPTY | Fail closed; never overwrite unidentified data. |
| NEWER_THAN_APPLICATION | Fail closed; never downgrade silently. |
Machine-assisted contribution. This page was drafted and locally implemented with GPT-5.6 Pro assistance. It states Concresca project architecture; it is not an Eviulon authority record, Evulgare certification, or evidence of live deployment.