Skip to content

Go-Autonomous/postgres_pg_cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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

1 star

Watchers

3 watching

Forks

Packages

 
 
 

Contributors