diff --git a/README.md b/README.md
index baeea6ab9045e..53c3a320a850e 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@ Apache Airflow is tested with:
| Python | 3.9, 3.10, 3.11, 3.12 | 3.8, 3.9, 3.10, 3.11, 3.12 |
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
| Kubernetes | 1.28, 1.29, 1.30, 1.31 | 1.27, 1.28, 1.29, 1.30 |
-| PostgreSQL | 12, 13, 14, 15, 16, 17 | 12, 13, 14, 15, 16 |
+| PostgreSQL | 13, 14, 15, 16, 17 | 12, 13, 14, 15, 16 |
| MySQL | 8.0, 8.4, Innovation | 8.0, 8.4, Innovation |
| SQLite | 3.15.0+ | 3.15.0+ |
diff --git a/dev/breeze/doc/images/output-commands.svg b/dev/breeze/doc/images/output-commands.svg
index 77c77525301c7..cb38b91013a91 100644
--- a/dev/breeze/doc/images/output-commands.svg
+++ b/dev/breeze/doc/images/output-commands.svg
@@ -326,7 +326,7 @@
│and any attempts to connect to the Airflow database will fail. │
│(>sqlite< | mysql | postgres | none) │
│[default: sqlite] │
-│--postgres-version-PVersion of Postgres used.(>12< | 13 | 14 | 15 | 16 | 17)[default: 12]│
+│--postgres-version-PVersion of Postgres used.(>13< | 14 | 15 | 16 | 17)[default: 13]│
│--mysql-version-MVersion of MySQL used.(>8.0< | 8.4)[default: 8.0]│
│--db-reset-d/--no-db-resetReset DB when entering the container.[default: no-db-reset]│
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
diff --git a/dev/breeze/doc/images/output_setup_config.svg b/dev/breeze/doc/images/output_setup_config.svg
index 70a197ce5a6e0..bf074d2f3d420 100644
--- a/dev/breeze/doc/images/output_setup_config.svg
+++ b/dev/breeze/doc/images/output_setup_config.svg
@@ -140,7 +140,7 @@
│attempts to connect to the Airflow database will fail. │
│(>sqlite< | mysql | postgres | none) │
│[default: sqlite] │
-│--postgres-version-PVersion of Postgres used.(>12< | 13 | 14 | 15 | 16 | 17)[default: 12]│
+│--postgres-version-PVersion of Postgres used.(>13< | 14 | 15 | 16 | 17)[default: 13]│
│--mysql-version-MVersion of MySQL used.(>8.0< | 8.4)[default: 8.0]│
│--use-uv/--no-use-uv-U/-uEnable/disable using uv for creating venvs by breeze.│
│--cheatsheet/--no-cheatsheet-C/-cEnable/disable cheatsheet.│
diff --git a/dev/breeze/doc/images/output_setup_config.txt b/dev/breeze/doc/images/output_setup_config.txt
index 1eb8fc9137439..45583f9264e89 100644
--- a/dev/breeze/doc/images/output_setup_config.txt
+++ b/dev/breeze/doc/images/output_setup_config.txt
@@ -1 +1 @@
-f49dbd1127c59b472db1c92d7362c9e1
+77ef3d93e2fc477eb70928281e1f9ec6
diff --git a/dev/breeze/doc/images/output_shell.svg b/dev/breeze/doc/images/output_shell.svg
index 7c126fbef524f..86892b0ea2ec3 100644
--- a/dev/breeze/doc/images/output_shell.svg
+++ b/dev/breeze/doc/images/output_shell.svg
@@ -546,7 +546,7 @@
│and any attempts to connect to the Airflow database will fail. │
│(>sqlite< | mysql | postgres | none) │
│[default: sqlite] │
-│--postgres-version-PVersion of Postgres used.(>12< | 13 | 14 | 15 | 16 | 17)[default: 12]│
+│--postgres-version-PVersion of Postgres used.(>13< | 14 | 15 | 16 | 17)[default: 13]│
│--mysql-version-MVersion of MySQL used.(>8.0< | 8.4)[default: 8.0]│
│--db-reset-d/--no-db-resetReset DB when entering the container.[default: no-db-reset]│
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
diff --git a/dev/breeze/doc/images/output_shell.txt b/dev/breeze/doc/images/output_shell.txt
index 073e8cdc87240..0fece8425a07b 100644
--- a/dev/breeze/doc/images/output_shell.txt
+++ b/dev/breeze/doc/images/output_shell.txt
@@ -1 +1 @@
-369acf181f53ebddbaf928f4743e0014
+86392f55e19e88a12419283bc2081892
diff --git a/dev/breeze/doc/images/output_start-airflow.svg b/dev/breeze/doc/images/output_start-airflow.svg
index d7295570c013f..a960a8672453b 100644
--- a/dev/breeze/doc/images/output_start-airflow.svg
+++ b/dev/breeze/doc/images/output_start-airflow.svg
@@ -432,7 +432,7 @@
│and any attempts to connect to the Airflow database will fail. │
│(>sqlite< | mysql | postgres | none) │
│[default: sqlite] │
-│--postgres-version-PVersion of Postgres used.(>12< | 13 | 14 | 15 | 16 | 17)[default: 12]│
+│--postgres-version-PVersion of Postgres used.(>13< | 14 | 15 | 16 | 17)[default: 13]│
│--mysql-version-MVersion of MySQL used.(>8.0< | 8.4)[default: 8.0]│
│--db-reset-d/--no-db-resetReset DB when entering the container.[default: no-db-reset]│
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
diff --git a/dev/breeze/doc/images/output_start-airflow.txt b/dev/breeze/doc/images/output_start-airflow.txt
index 10f07b73a0366..58df83b090914 100644
--- a/dev/breeze/doc/images/output_start-airflow.txt
+++ b/dev/breeze/doc/images/output_start-airflow.txt
@@ -1 +1 @@
-3c833010b2dc87dd333e69700a1b7073
+ac28a9b2ed17fc0a84ec2cdaf27bdb83
diff --git a/dev/breeze/doc/images/output_testing_core-integration-tests.svg b/dev/breeze/doc/images/output_testing_core-integration-tests.svg
index 95f22dfedd5f5..f9670b910709e 100644
--- a/dev/breeze/doc/images/output_testing_core-integration-tests.svg
+++ b/dev/breeze/doc/images/output_testing_core-integration-tests.svg
@@ -1,4 +1,4 @@
-