{"id":18425941,"url":"https://github.com/bartekbp/stellar-docker","last_synced_at":"2026-04-30T10:08:18.003Z","repository":{"id":72434119,"uuid":"442891788","full_name":"bartekbp/stellar-docker","owner":"bartekbp","description":"Dockerized tool for fast database restoration","archived":false,"fork":false,"pushed_at":"2022-01-01T17:52:23.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T19:50:23.256Z","etag":null,"topics":["docker","postgresql","stellar"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bartekbp.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,"publiccode":null,"codemeta":null}},"created_at":"2021-12-29T21:13:41.000Z","updated_at":"2022-01-01T17:52:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa9fbff3-05c0-4a7b-96de-b10e19e1a2ef","html_url":"https://github.com/bartekbp/stellar-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bartekbp/stellar-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartekbp%2Fstellar-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartekbp%2Fstellar-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartekbp%2Fstellar-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartekbp%2Fstellar-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bartekbp","download_url":"https://codeload.github.com/bartekbp/stellar-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartekbp%2Fstellar-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32460914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","postgresql","stellar"],"created_at":"2024-11-06T05:06:26.570Z","updated_at":"2026-04-30T10:08:17.984Z","avatar_url":"https://github.com/bartekbp.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Stellar docker - fast database restoration tool in a container\nThe project aims to simplify using [stellar](https://github.com/fastmonkeys/stellar), \namazing tool accelerating database restoration. \n\nThe original project doesn't seem be be maintained anymore, so this projects packages it using docker.\nYou don't need to worry about incompatible python version dependencies or an interpreter.\n\n### How to use it \n\n1. Create a directory to keep `stellar.yaml` file\n2. Run docker image `bartoszpolnik/stellar:latest` with read-write volumen mounted to **/data** \ndirectory inside the container e.g.:\n```\ndocker run -it -v $folderWithStellarYaml:/data bartoszpolnik/stellar:latest init\n```\nIt will prompt `stellar` to create a new configuration. If your database is hosted on `localhost`, \nreplace hostname with `host.docker.internal`. This will make docker correctly resolve the ip to your host.  \n4. After the `stellar.yaml` is created, you can execute commands by passing them to the container as follows: \n```\ndocker run -it -v $yourVolumen:/data --sysctl net.ipv4.tcp_keepalive_time=60 bartoszpolnik/stellar:latest $yourCommand$\n```\n\nIt's important to remember about setting `net.ipv4.tcp_keepalive_time`, otherwise \nconnection between running in the container `stellar` and database \nmay be dropped due to inactivity when performing a snapshot.  \n\n### Limitations\n\nImage contains only driver for postgresql. Contibutions to add mysql appreciated!\n\n### Special thanks to\n- [@fastmonkeys](https://github.com/fastmonkeys/stellar) for creating stellar","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartekbp%2Fstellar-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbartekbp%2Fstellar-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartekbp%2Fstellar-docker/lists"}