sql backup errors for newline \r\n
-
The sql backup performed by the plugin does not contain correct information about newlines which are part of database content. For example, in _options table, i have some option_value which is written on multiple lines which are of course serialized when saved in the database. If I use another plugin, it exports like this:
first line\r\nsecond line
.
Your plugin exports like this, which causes issues with the later imported backup:first line second line
- The topic ‘sql backup errors for newline \r\n’ is closed to new replies.