{"id":16341542,"url":"https://github.com/psibi/sqitch","last_synced_at":"2026-01-26T04:07:48.340Z","repository":{"id":66319567,"uuid":"154456516","full_name":"psibi/sqitch","owner":"psibi","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-24T08:34:47.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-17T17:07:36.137Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PLpgSQL","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/psibi.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":"2018-10-24T07:20:31.000Z","updated_at":"2018-10-24T08:34:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"35af5a33-4efb-4011-8a26-e4eda6a58e86","html_url":"https://github.com/psibi/sqitch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/psibi/sqitch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2Fsqitch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2Fsqitch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2Fsqitch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2Fsqitch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psibi","download_url":"https://codeload.github.com/psibi/sqitch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psibi%2Fsqitch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28766472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:54:34.369Z","status":"ssl_error","status_checked_at":"2026-01-26T03:54:33.031Z","response_time":59,"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":[],"created_at":"2024-10-10T23:59:43.881Z","updated_at":"2026-01-26T04:07:48.335Z","avatar_url":"https://github.com/psibi.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Instructions\n\n* Actual setup here: https://metacpan.org/pod/distribution/App-Sqitch/lib/sqitchtutorial.pod\n\nSome instructions needs to be modified:\n\n* [Postgresql Password Change](https://stackoverflow.com/a/14588440/1651941)\n* [Grant normal user privilege](https://dba.stackexchange.com/a/33291)\n* [Allow login to new roles](https://stackoverflow.com/a/35255152/1651941)\n* Command changes:\n\n``` shellsession\n$ sudo -u postgres psql\npsql (10.5 (Ubuntu 10.5-0ubuntu0.18.04))\nType \"help\" for help.\n\npostgres=# ALTER USER sibi CREATEDB;\nERROR:  role \"sibi\" does not exist\npostgres=# CREATE ROLE sibi;\nCREATE ROLE\npostgres=# \\du\n                                   List of roles\n Role name |                         Attributes                         | Member of\n-----------+------------------------------------------------------------+-----------\n postgres  | Superuser, Create role, Create DB, Replication, Bypass RLS | {}\n sibi      | Cannot login                                               | {}\n\npostgres=# ALTER USER sibi CREATEDB;\nALTER ROLE\npostgres=# \\du\n                                   List of roles\n Role name |                         Attributes                         | Member of\n-----------+------------------------------------------------------------+-----------\n postgres  | Superuser, Create role, Create DB, Replication, Bypass RLS | {}\n sibi      | Create DB, Cannot login                                    | {}\npostgres=# ALTER ROLE sibi WITH LOGIN;\npostgres=# \\q\n\n$ createdb flipr_test\n\n$ psql flipr_test -U sibi\npsql (10.5 (Ubuntu 10.5-0ubuntu0.18.04))\nType \"help\" for help.\n\nflipr_test=\u003e \\dn\n  List of schemas\n  Name  |  Owner\n--------+----------\n flipr  | sibi\n public | postgres\n sqitch | sibi\n(3 rows)\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsibi%2Fsqitch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsibi%2Fsqitch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsibi%2Fsqitch/lists"}