{"id":16143181,"url":"https://github.com/johnbedeir/liquibase","last_synced_at":"2026-01-20T04:02:38.271Z","repository":{"id":207195242,"uuid":"718655602","full_name":"johnbedeir/liquibase","owner":"johnbedeir","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-14T23:31:02.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T19:27:54.606Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/johnbedeir.png","metadata":{"files":{"readme":"README.md","changelog":"changelog-mongodb.xml","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}},"created_at":"2023-11-14T14:33:01.000Z","updated_at":"2023-11-14T14:33:02.000Z","dependencies_parsed_at":"2024-11-01T18:41:06.209Z","dependency_job_id":null,"html_url":"https://github.com/johnbedeir/liquibase","commit_stats":null,"previous_names":["johnbedeir/liquibase"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/johnbedeir/liquibase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbedeir%2Fliquibase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbedeir%2Fliquibase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbedeir%2Fliquibase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbedeir%2Fliquibase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnbedeir","download_url":"https://codeload.github.com/johnbedeir/liquibase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbedeir%2Fliquibase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28595325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"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":"2024-10-10T00:08:48.809Z","updated_at":"2026-01-20T04:02:38.254Z","avatar_url":"https://github.com/johnbedeir.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Liquibase Installation and Setup Guide\n\nThis guide provides step-by-step instructions for installing Liquibase and setting up the MySQL JDBC driver on your system.\n\n## Step 1: Download Liquibase\n\nFirst, download the Liquibase package:\n\n```bash\nwget https://github.com/liquibase/liquibase/releases/download/v4.25.0/liquibase-4.25.0.tar.gz\n```\n\n## Step 2: Extract and Install Liquibase\n\nCreate a directory for Liquibase and extract the downloaded package into it:\n\n```bash\nsudo mkdir -p /opt/liquibase\nsudo tar -xvf liquibase-4.25.0.tar.gz -C /opt/liquibase\n```\n\n## Step 3: Install MySQL JDBC Driver\n\nInstall the MySQL JDBC Driver or locate its path using the following command:\n\n```bash\ndpkg -L mysql-connector-j\n```\n\n## Step 4: Configure Environment Variables\n\nEdit your shell configuration file (.zshrc for Zsh or .bashrc for Bash) to include Liquibase and the JDBC driver in your PATH and CLASSPATH environment variables:\n\n```bash\nvim .zshrc # For Zsh users\n# OR\nvim .bashrc # For Bash users\n```\n\nAdd the following lines to your shell configuration file:\n\n```bash\nexport PATH=$PATH:/opt/liquibase\nexport CLASSPATH=$CLASSPATH:/usr/share/java/mysql-connector-java-8.2.0.jar\n```\n\n## Step 5: Apply Configuration Changes\n\nApply the changes to your current shell session:\n\n```bash\nsource .zshrc # For Zsh users\n# OR\nsource .bashrc # For Bash users\n```\n\n## Step 6: Run Liquibase\n\nUse the following command to run Liquibase with the specified classpath and changelog file:\n\n```bash\nliquibase --classpath=/usr/share/java/mysql-connector-java-8.2.0.jar --changeLogFile=changelog.xml update\n```\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnbedeir%2Fliquibase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnbedeir%2Fliquibase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnbedeir%2Fliquibase/lists"}