Migrating dolimed from linux to windows - creating backup is not working

I just migrated a Dolimed from linux to windows. I am now struggeling with a challange :slight_smile: If I create a backup I get an error (Fout):

Fout : – MariaDB dump 10.18 Distrib 10.5.8-MariaDB, for Win64 (AMD64)

The command is:
“C:\Program Files\MariaDB 10.5\bin\mysqldump” dolibarr -h localhost -u dolibarr -P 3306 -l --single-transaction --add-drop-table=TRUE --tables -c -e --hex-blob --default-character-set=utf8 -p"********"

Looking at the output created the last line is

– Dump completed on 2021-02-06 21:46:06

Looks like everything went ok.

What am I missing … any tip/trick is appreciated.

Arjan

Check the logs of Dolibarr and PHP, maybe some more information there?