-
Hi, I set up a new etherpad server (ubuntu 22.04) and planned to migrate my old etherpad (runs on ubuntu 18.04) to the new server. On the new server, etherpad is running fine, but when I try to dump the old database (mariadb) and import it to the new server, etherpad doesn't start anymore. when I do
it returns:
How can I just move my old pads to the new etherpad - everything else works perfectly? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok, I was able to solve the problem.
Hope this might help others with the same problem. All the best. |
Beta Was this translation helpful? Give feedback.
Ok, I was able to solve the problem.
Reason was a different charset.
Old charset was utf8mb3, new charset is utf8mb4.
Therefore, after importing the old database I had to execute the following queries in mysql:
Hope this might help others with the same problem.
All the best.