Changes between Initial Version and Version 1 of Ticket #11501


Ignore:
Timestamp:
Jan 15, 2014, 6:02:44 AM (10 years ago)
Author:
Jun Omae
Comment:

That is a MultiRepoSearchPlugin issue. The plugin creates repository_node.contents as TEXT column and stores contents of files in the repositories into the column. The column must be stored utf-8 string cause of TEXT column, not binary. However, the plugin would store the contents without changes to repository_node.contents.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11501

    • Property Owner changed from Jun Omae to ejucovy
    • Property Component changed from TracMigratePlugin to MultiRepoSearchPlugin
  • Ticket #11501 – Description

    initial v1  
    44
    55Attempting to issue a migrate to switch over to postresql gives this error:
    6 
     6{{{
    77Copying tables:
    88  attachment table... 0 records.
     
    1919OperationalError: Could not decode to UTF-8 column 'contents' with text 'OggS'
    2020  repository_node table...
    21 
     21}}}
    2222The same error occurs when attempting to use MySQL as well (which is what I prefer).
    2323