0
0
Fork 0
mirror of https://github.com/tj-actions/install-postgresql.git synced 2025-06-11 13:12:49 +00:00
:octocat: Github action to install PostgreSQL
Find a file
renovate[bot] ac9f612472
chore(deps): update reviewdog/action-shellcheck action to v1.29 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-15 12:45:55 +00:00
.github chore(deps): update reviewdog/action-shellcheck action to v1.29 (#50) 2025-01-15 12:45:55 +00:00
.all-contributorsrc docs: add ragrag as a contributor for code, and doc (#47) 2024-12-08 08:18:36 -07:00
.gitignore Initial commit 2023-09-07 20:39:18 -06:00
action.yml Add support for PG 17 (#45) 2024-12-08 08:19:00 -07:00
CONTRIBUTING.md Initial commit 2023-09-07 20:39:18 -06:00
entrypoint.sh Add support for PG 17 (#45) 2024-12-08 08:19:00 -07:00
HISTORY.md Upgraded from v3.1.1 -> v3.2.0 (#49) 2025-01-09 09:45:16 -07:00
LICENSE Initial commit 2023-09-07 20:39:18 -06:00
README.md Updated README.md (#48) 2024-12-08 08:20:57 -07:00
renovate.json Initial commit 2023-09-07 20:39:18 -06:00

Ubuntu Mac OS Windows Public workflows that use this action.

CI Update release version.

All Contributors

install-postgresql

This Github action installs PostgreSQL on the GitHub actions runner and verifies the installation.

...
    steps:
      - uses: actions/checkout@v4
      - name: Setup PostgreSQL
        uses: tj-actions/install-postgresql@v3
        with:
          postgresql-version: 17

[!NOTE]

  • This updates the pre-installed PostgreSQL version on the action runner with the specified version and updates the PATH.

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
postgresql-version string true Version of PostgreSQL. e.g 17

Known Limitations

[!WARNING]

  • Slow to install on Windows runners.

If you feel generous and want to show some extra appreciation:

Buy me a coffee

Credits

This package was created with Cookiecutter using cookiecutter-action

Report Bugs

Report bugs at https://github.com/tj-actions/setup-postgresql/issues.

If you are reporting a bug, please include:

  • Your operating system name and version.
  • Any details about your workflow that might be helpful in troubleshooting.
  • Detailed steps to reproduce the bug.

Contributors

Thanks goes to these wonderful people (emoji key):

Brennan Colberg
Brennan Colberg

💻 📖 ⚠️
Ragy Hosny
Ragy Hosny

💻 📖

This project follows the all-contributors specification. Contributions of any kind welcome!