Skip to content

BrennanColberg/install-postgresql

 
 

Repository files navigation

Ubuntu Mac OS Windows Public workflows that use this action.

CI Update release version.

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@v2
        with:
          postgresql-version: 16

NOTE: This updates the installed PostgreSQL version with the specified version and updates the PATH.

Inputs

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

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.

About

:octocat: Github action to install PostgreSQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 91.9%
  • Dockerfile 8.1%