A five-stage, evidence-led curriculum for operating PostgreSQL safely in production. Every module combines plain-language learning, a real disposable PostgreSQL lab, a graded assessment, and career-ready proof.
The credential packages assessed skills and a public verification page for use on a CV, portfolio, LinkedIn profile, or job application. It gives an employer evidence to discuss; it does not guarantee a job or employer acceptance.
Who it is for
For the next role and the current on-call shift.
People seeking their first PostgreSQL, database, platform, DevOps, or SRE role.
Developers and system administrators moving toward database operations.
Junior database administrators building credible production skills.
Working operators who want structured proof or a version-aware refresher.
Assessment standard
Two final components. Two independent passes.
All 15 module certificates unlock the finals. Performance in one final cannot compensate for a failure in the other.
Final 01
90-minute applied incident capstone
Diagnose, recover, change, and hand over a server-controlled production scenario while passing every critical safety gate.
Final 02
Open-book reasoning exam
Pass at 80% by interpreting evidence, ordering actions, and explaining operational trade-offs across the curriculum.
The assessment is identity-linked, independent and non-proctored. Postgres Fieldcraft is not accredited or officially endorsed by the PostgreSQL project.
Course map
Five progressive stages.
Start with the system model, then build toward safe production decisions under pressure.
Stage 01
PostgreSQL foundations
Understand the service model, preserve data integrity, and establish secure access.
Available
Architecture and system model
Explain how PostgreSQL processes, memory, data directories, clusters, databases, schemas, catalogs, and WAL interact.
Applied lab
Identify important instance components and explain how a committed change reaches durable storage.
Assessment
80% knowledge threshold · Critical safety gates
Module certificate
PostgreSQL Architecture and System Model
Locked by prerequisite
Safe SQL and data integrity
Use suitable data types, constraints, DDL, DML, transactions, rollback, and safe query practices.
Applied lab
Repair seeded inconsistency and prove both the repaired rows and constraint behaviour meet the requirement.
Assessment
80% knowledge threshold · Critical safety gates
Module certificate
Safe SQL and Data Integrity
Locked by prerequisite
Roles, privileges, and access security
Apply ownership, role membership, least privilege, authentication concepts, pg_hba.conf, and access auditing.
Applied lab
Demonstrate that an application role has only required access and that an operator retains audited recovery access.
Assessment
80% knowledge threshold · Critical safety gates
Module certificate
PostgreSQL Roles and Access Security
Stage 02
Query performance and concurrency
Use workload evidence to improve access paths, plans, and blocking behaviour safely.
Locked by prerequisite
Index design and access paths
Choose B-tree and specialist indexes using selectivity, workload, multicolumn order, expressions, storage cost, and write overhead.
Applied lab
Recommend an index that improves the supplied workload while explaining its write and storage cost.
Assessment
80% knowledge threshold · Critical safety gates
Module certificate
PostgreSQL Index Design
Locked by prerequisite
Query plans and performance diagnosis
Interpret EXPLAIN, EXPLAIN ANALYZE, estimates, scans, joins, sorts, statistics, and common plan failures.
Applied lab
Compare a baseline and revised plan, identify the expensive operation, and show the returned result remains correct.
Assessment
80% knowledge threshold · Critical safety gates
Module certificate
Query Plan and Performance Diagnosis
Locked by prerequisite
Transactions, locks, and deadlocks
Reason about isolation, blocking, lock modes, long transactions, deadlocks, and safe intervention.
Applied lab
Identify the root blocking transaction, its owner and impact, then use the least disruptive safe intervention.
Assessment
80% knowledge threshold · Critical safety gates
Module certificate
PostgreSQL Concurrency and Locking
Stage 03
Routine production operations
Manage connections, maintenance, and capacity through evidence-backed operational practice.