Skip to content

Go-Autonomous/postgres_pg_cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Containerized PostgreSQL 15 with pg_cron

Containerized PostgreSQL 15 with pg_cron extension pre-installed.

Build

$ podman build . -t db

Run

$ podman run --network host  -e POSTGRES_PASSWORD=postgres db

Activate pg_cron

Connect to the database and run:

# CREATE EXTENSION pg_cron;

About

Containerized Postgres 14 with pg_cron extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages