2 Comments

  1. Great, thanks a lot for your step-by-step guide, worked for me in 2020!

    Just 2 small additions:
    1. The command for “Start only the MariaDB container up” is docker-compose up -d teamspeak-db
    2. In the import step of my old database dump I got the error “ERROR at line 3: Unknown command ‘\”.”. After looking into the dump I found out that the script escaped some single quotes at some points where it isn’t relevant. So I replaces every \’ with just a single ‘
    After that, the import progress worked like a charm!
    Remember that this quick fix only works if you don’t use single quotes in any string.

    Thanks
    Malte

Leave a Reply

Your email address will not be published. Required fields are marked *