Skip to content

git_caches#command_output using 'blob' not 'longblob' (truncates git cache silently) #163

Open
@ciaranj

Description

Not actually sure how to fix this in a migration (seems to be an activerecord issue?) but I had to execute the SQL:

DELETE FROM git_caches;
ALTER TABLE git_caches CHANGE command_output command_output longblob;

in order to store (cache) git responses greater than 64K (irrespective of my mysql' max_allowed_packet size.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions