{"id":18773797,"url":"https://github.com/kanboard/plugin-database-storage","last_synced_at":"2025-07-02T09:36:04.478Z","repository":{"id":70952646,"uuid":"58839288","full_name":"kanboard/plugin-database-storage","owner":"kanboard","description":"Database Object Storage Plugin","archived":false,"fork":false,"pushed_at":"2020-06-13T18:29:40.000Z","size":12,"stargazers_count":18,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T09:13:35.938Z","etag":null,"topics":["database","kanboard","storage","storage-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kanboard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-05-15T01:57:42.000Z","updated_at":"2024-10-28T02:43:58.000Z","dependencies_parsed_at":"2023-02-23T09:45:20.942Z","dependency_job_id":null,"html_url":"https://github.com/kanboard/plugin-database-storage","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kanboard/plugin-database-storage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanboard%2Fplugin-database-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanboard%2Fplugin-database-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanboard%2Fplugin-database-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanboard%2Fplugin-database-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kanboard","download_url":"https://codeload.github.com/kanboard/plugin-database-storage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanboard%2Fplugin-database-storage/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260358277,"owners_count":22996999,"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":["database","kanboard","storage","storage-plugin"],"created_at":"2024-11-07T19:35:49.712Z","updated_at":"2025-06-17T12:33:40.736Z","avatar_url":"https://github.com/kanboard.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Database Object Storage\n=======================\n\nThis plugin stores uploaded files into the database instead of using the local filesystem.\n\nAuthor\n------\n\n- Frederic Guillot\n- License MIT\n\nRequirements\n------------\n\n- PHP \u003e= 5.6\n- Kanboard \u003e= 1.2.1\n- Postgres is recommended\n- Mysql or Sqlite\n\nWhy I should store files in the database?\n-----------------------------------------\n\nStoring files in the database doesn't fit all usages.\nObviously, the database size will increase over the time if you store large files.\n\nThe main benefit of doing this is to simplify backups.\nEverything is in a central location and nothing is stored on the frontend servers.\nPostgreSQL is preferred because streaming files is supported.\n\nMigrating old files to the database\n-----------------------------------\n\n```bash\n./cli db-storage:migrate\n```\n\nNotes\n-----\n\n- Run the command `VACUUM` to free up disk space used by removed files\n- With Mysql, you may need to change the value of `max_allowed_packet`, the default is 1MB\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanboard%2Fplugin-database-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanboard%2Fplugin-database-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanboard%2Fplugin-database-storage/lists"}