{"id":29261352,"url":"https://github.com/wind39/xl-10_generic","last_synced_at":"2026-06-23T19:31:22.944Z","repository":{"id":83634681,"uuid":"286567749","full_name":"wind39/xl-10_generic","owner":"wind39","description":"Generic Postgres-XL 10 cluster with 4 VMs (GTM, coord, data1 and data2) with Vagrant","archived":false,"fork":false,"pushed_at":"2020-08-11T22:00:11.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-09T11:03:25.417Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wind39.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2020-08-10T20:02:21.000Z","updated_at":"2020-08-11T22:00:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"f139b13d-d38f-4e01-8096-4d2876460ff5","html_url":"https://github.com/wind39/xl-10_generic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wind39/xl-10_generic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wind39%2Fxl-10_generic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wind39%2Fxl-10_generic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wind39%2Fxl-10_generic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wind39%2Fxl-10_generic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wind39","download_url":"https://codeload.github.com/wind39/xl-10_generic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wind39%2Fxl-10_generic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34704742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":[],"created_at":"2025-07-04T08:08:38.975Z","updated_at":"2026-06-23T19:31:22.924Z","avatar_url":"https://github.com/wind39.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\n\nThis creates a Postgres-XL 10 cluster with 4 nodes:\n\n- xlgtm: 10.33.1.114\n- xlcoord: 10.33.1.115\n- xldata1: 10.33.1.116\n- xldata2: 10.33.1.117\n\nYou can replace the IP address in the `Vagranfile` if you want.\n\n\n## Create the VMs\n\n```\nvagrant up\n```\n\nIt will take a long while. In my machine it takes around 1h. After it is done:\n\n```\nvagrant ssh xlcoord -c '/vagrant/setup.sh 10.33.1.115 10.33.1.116 10.33.1.117'\nvagrant ssh xldata1 -c '/vagrant/setup.sh 10.33.1.115 10.33.1.116 10.33.1.117'\nvagrant ssh xldata2 -c '/vagrant/setup.sh 10.33.1.115 10.33.1.116 10.33.1.117'\n```\n\n\n## Access the cluster\n\nBest way is to first SSH to the coordinator, then become postgres:\n\n```\nvagrant ssh xlcoord\nsudo su\nsu postgres\ncd\npsql\n```\n\nBut you can do it in a single command too:\n\n```\nvagrant ssh xlcoord -c 'sudo su - postgres -c /usr/local/pgsql/bin/psql'\n```\n\nOr remotely, if you have defined a password for the postgres user:\n\n```\npsql -h 10.33.1.115 -U postgres\n```\n\n\n## Restarting the VMs\n\nYou can shutdown the VMs with:\n\n```\nvagrant halt\n```\n\nAnd then start them with:\n\n```\nvagrant up\n```\n\nAnd vagrant will start the cluster for you.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwind39%2Fxl-10_generic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwind39%2Fxl-10_generic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwind39%2Fxl-10_generic/lists"}