Skip to content

Commit 9ae2f3e

Browse files
authored
Merge pull request #9 from nascyimento/fix/pg17-remaining-fixes
docs: update README pg_dump prerequisite from 15 to 17
2 parents 8db7b72 + e5fac2f commit 9ae2f3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Before proceeding with the installation, ensure the following prerequisites are
1515
- **Docker**: Version 18.09 or higher. [Install Docker](https://docs.docker.com/install)
1616
- **Python**: Version 3.9.2 or higher. [Install Python](https://www.python.org/downloads/)
1717
- **PDM**: Version 2.11.2 or higher. [Install PDM](https://pdm-project.org/latest/#installation)
18-
- **pg_dump**: Version 15. [Install pg_dump](./INSTALL_PG_DUMP.md)
18+
- **pg_dump**: Version 17. [Install pg_dump](./INSTALL_PG_DUMP.md)
1919
- **psycopg2**: Version 2.9.9. [Install psycopg](https://www.psycopg.org/docs/install.html)
2020

2121
### Installation Guide

0 commit comments

Comments
 (0)