{"id":29248694,"url":"https://github.com/skandragon/postgresql-simple-backup","last_synced_at":"2026-04-24T11:31:46.967Z","repository":{"id":148904904,"uuid":"266004988","full_name":"skandragon/postgresql-simple-backup","owner":"skandragon","description":"A simple backup system for a postgresql database, inside a Docker container.","archived":false,"fork":false,"pushed_at":"2024-02-09T02:51:58.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-04T00:08:32.417Z","etag":null,"topics":["postgresql","postgresql-backup"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skandragon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-05-22T03:01:01.000Z","updated_at":"2023-02-13T21:16:39.000Z","dependencies_parsed_at":"2023-07-21T10:46:42.250Z","dependency_job_id":null,"html_url":"https://github.com/skandragon/postgresql-simple-backup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skandragon/postgresql-simple-backup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skandragon%2Fpostgresql-simple-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skandragon%2Fpostgresql-simple-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skandragon%2Fpostgresql-simple-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skandragon%2Fpostgresql-simple-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skandragon","download_url":"https://codeload.github.com/skandragon/postgresql-simple-backup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skandragon%2Fpostgresql-simple-backup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32221232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["postgresql","postgresql-backup"],"created_at":"2025-07-04T00:08:32.077Z","updated_at":"2026-04-24T11:31:46.951Z","avatar_url":"https://github.com/skandragon.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# postgresql-simple-backup\n\nDocker Hub:  https://hub.docker.com/repository/docker/skandragon/postgresql-simple-backup\nGit:  https://github.com/skandragon/postgresql-simple-backup\n\nSimple backup strategy for PostgreSQL, useful for simple installations or non-critical systems.\n\n`postgresql-simple-backup` is a Docker container which can run\nonce, or loop internally, doing backups of selected database\non a target host.\n\n# Configuration\n\nAny defaults are shown, but check `run.sh` just to make sure they are in sync.\n\nAll configuration parameters are provided via environment variables.\n\n## Connection\n\nThese connection parameters must be defined.  All databases backed up will share this common configuration.\n\n```sh\nPGHOST=\nPGPORT=5432\nPGUSER=\nPGPASSWORD=\n```\n\n## Databases\n\nA space-separated list of databases to back up.\n\n```sh\nDATABASES=\n```\n\n## Cleanup\n\nAge, in days, when older backups will be removed.  If empty, no\nexpiring will happen.\n\n```sh\nBACKUP_EXPIRE_DAYS=14\n```\n\nIf defined as an empty string, it will disable expiration.\n\n## Destination\n\nLocation where backups will be written.  This should be a volume mount.\n\n```sh\nBACKUP_DESTINATION=/backups\n```\n\n## Schedule\n\nBack up pause.  This specifies the delay between current backup ending to the time\nthe next one is started.\n\n```sh\nBACKUP_FREQUENCY=3600\n```\n\nIf defined as an empty string, the container will exit once a single backup run is performed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskandragon%2Fpostgresql-simple-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskandragon%2Fpostgresql-simple-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskandragon%2Fpostgresql-simple-backup/lists"}