Tag: MySQL

  • Updated Baïkal and self-host contacts

    I used the Sunday morning to upgrade my Baïkal instance to version 0.11.0 (if you experience issues with the MySQL connection afterwards, make sure to add the new required configuration entry mysql_ca_cert to your config).

    And I also used it to enable CardDAV (previously I solely used it as calendar via CalDAV) and moved all my contacts from iCloud to my own server. This was not as easy as first thought, since importing a list of vCards in the macOS “Contacts” app won’t sync all of them. I ended up using my iPhone to import all of my contacts to my own server.

  • Data recovery needed

    Turns out: Deleting MySQL databases on a test server, which is replicated from AND to the main server, is not good …

    At least I created a backup directly before.

  • Welcome to Seafile 12

    Just updated my Seafile cloud server to version 12.0.10. Even though running it with Docker, it’s always a bit of a gamble if it works quite fine.

    Had to adjust different configurations, check the logs (via docker-compose logs -f) to see that my external MySQL 8 server doesn’t seem to be supported anymore, since I had to adjust some migration SQL queries to remove the IF NOT EXISTS from statements like ADD COLUMN.

    In the end, it eventually worked, though. 🙂