Skip to content

demostf/postgres_refresh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POSTGRES_REFRESH

Periodically refresh materialized postgresql views

Usage

This docker image can be configured using the following environment variables.

Variable Default Comment
$POSTGRES_HOST - database host
$POSTGRES_PORT 5432 database port
$POSTGRES_USER postgres database user
$POSTGRES_PASSWORD - database password
$POSTGRES_DATABASE postgres database name containing the views
$VIEWS - space separated list of views to refresh
$INTERVAL 3600 Time between refreshes in seconds

About

Periodically refresh materialized postgresql views

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published