{"id":44320146,"url":"https://github.com/speareducation/action-pgsql-import-from-s3","last_synced_at":"2026-02-11T06:09:54.517Z","repository":{"id":43343921,"uuid":"511241023","full_name":"speareducation/action-pgsql-import-from-s3","owner":"speareducation","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-06T21:29:55.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-06T22:28:55.732Z","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/speareducation.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}},"created_at":"2022-07-06T17:57:18.000Z","updated_at":"2025-02-06T21:29:59.000Z","dependencies_parsed_at":"2022-09-21T01:01:46.536Z","dependency_job_id":null,"html_url":"https://github.com/speareducation/action-pgsql-import-from-s3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/speareducation/action-pgsql-import-from-s3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speareducation%2Faction-pgsql-import-from-s3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speareducation%2Faction-pgsql-import-from-s3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speareducation%2Faction-pgsql-import-from-s3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speareducation%2Faction-pgsql-import-from-s3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/speareducation","download_url":"https://codeload.github.com/speareducation/action-pgsql-import-from-s3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speareducation%2Faction-pgsql-import-from-s3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29327994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"last_error":"SSL_read: 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":"2026-02-11T06:09:53.867Z","updated_at":"2026-02-11T06:09:54.508Z","avatar_url":"https://github.com/speareducation.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spear Core Database Setup Action\nA GitHub action to pull mysqldump files from S3 and import them.\n\n## Example:\n```\njobs:\n  build:\n    runs-on: ubuntu-latest\n    services:\n      mysql_tdd:\n        image: mysql:5.7\n        env:\n          MYSQL_ALLOW_EMPTY_PASSWORD: yes\n          SQL_MODE: \"\"\n        ports:\n          - 3306\n        options: --health-cmd=\"mysqladmin ping\" --health-interval=10s --health-timeout=5s --health-retries=3\n\n      - id: setup-databases\n        name: Setup Databases\n        uses: speareducation/core-action-database-setup@master\n        env:\n          AWS_REGION: us-east-1\n          AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}\n          AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}\n        with:\n          databases: |\n            [\n                { \"db\": \"spear0_accounts_tdd\", \"s3Uri\": \"s3://spear-backups/schemas/spear0_accounts.latest.sql.gz\" },\n                { \"db\": \"spear0_main_tdd\",     \"s3Uri\": \"s3://spear-backups/schemas/spear0_main.latest.sql.gz\" },\n                { \"db\": \"spear0_patient_tdd\",  \"s3Uri\": \"s3://spear-backups/schemas/spear0_patient.latest.sql.gz\" }\n            ]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeareducation%2Faction-pgsql-import-from-s3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspeareducation%2Faction-pgsql-import-from-s3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeareducation%2Faction-pgsql-import-from-s3/lists"}