{"id":22477226,"url":"https://github.com/base2services/flyway_cookbook","last_synced_at":"2025-03-27T17:44:22.803Z","repository":{"id":29672648,"uuid":"33214912","full_name":"base2Services/flyway_cookbook","owner":"base2Services","description":"A Chef cookbook for installing and configuring flywaydb database migration tool","archived":false,"fork":false,"pushed_at":"2016-08-09T13:32:21.000Z","size":163,"stargazers_count":0,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T20:46:20.216Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://supermarket.chef.io/cookbooks/flyway","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/base2Services.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-31T23:04:11.000Z","updated_at":"2015-04-01T03:51:16.000Z","dependencies_parsed_at":"2022-09-03T18:22:48.236Z","dependency_job_id":null,"html_url":"https://github.com/base2Services/flyway_cookbook","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base2Services%2Fflyway_cookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base2Services%2Fflyway_cookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base2Services%2Fflyway_cookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base2Services%2Fflyway_cookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/base2Services","download_url":"https://codeload.github.com/base2Services/flyway_cookbook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245897351,"owners_count":20690455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-12-06T14:09:54.494Z","updated_at":"2025-03-27T17:44:22.770Z","avatar_url":"https://github.com/base2Services.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flyway-cookbook\n[![Cookbook](http://img.shields.io/cookbook/v/flyway.svg)](https://github.com/base2Services/flyway_cookbook)\n[![Build Status](https://travis-ci.org/base2Services/flyway_cookbook.svg?branch=master)](https://travis-ci.org/base2Services/flyway_cookbook)\n\nInstall and configures [flywaydb](http://flywaydb.org) and allows for execution\nof database migrations\n\n## Supported Platforms\n\n * Centos, RedHat \u0026 Amazon Linux\n * Ubuntu, debian\n * Windows\n\n## Attributes\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003eKey\u003c/th\u003e\n    \u003cth\u003eType\u003c/th\u003e\n    \u003cth\u003eDescription\u003c/th\u003e\n    \u003cth\u003eDefault\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['flyway']['version']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eString\u003c/td\u003e\n    \u003ctd\u003ethe version of fly to install\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003e3.2.1\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['flyway']['install_dir']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eString\u003c/td\u003e\n    \u003ctd\u003ethe base install directory\u003c/td\u003e\n\u003ctd\u003e\u003ctt\u003e\u003cul\u003e\u003cli\u003elinux /opt\u003c/li\u003e\u003cli\u003ewindows C:\\\u003c/li\u003e\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['flyway']['user']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eString\u003c/td\u003e\n    \u003ctd\u003ethe owner of the flyway install\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003eflyway\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['flyway']['group']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eString\u003c/td\u003e\n    \u003ctd\u003ethe group of the flyway install\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003eflyway\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['flyway']['conf']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eHash\u003c/td\u003e\n    \u003ctd\u003eA hash used to create the default configuration for the flyway.conf file key values automatically get prefixed with flyway. example:\n\u003cpre\u003e{\n  url: 'jdbc:mysql/localhost/mydb',\n  user: 'root',\n  password: 'changeme'\n  locations: 'filesystem:/myapp/db_migrations'\n}\u003c/pre\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003e{}\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Usage\n\n### flyway::default\n\nInclude `flyway` in your node's `run_list`:\n\n```json\n{\n  \"run_list\": [\n    \"recipe[flyway::default]\"\n  ],\n  \"flyway\": {\n    \"version\": \"3.2.1\",\n    \"install_dir\":\"/usr/local\",\n    \"conf\": {\n      \"url\": \"jdbc:mysql/localhost/mydb\",\n      \"user\": \"root\",\n      \"password\": \"changeme\",\n      \"locations\": \"filesystem:/myapp/db_migrations\"\n    }\n  }\n}\n```\n\n## License and Authors\nLicense:: Apache License, Version 2.0\n\nAuthors::\n * Aaron Walker - base2Services\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbase2services%2Fflyway_cookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbase2services%2Fflyway_cookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbase2services%2Fflyway_cookbook/lists"}