Comments - Mariabackup Options
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
I have tried the restore option with --copy-back but it gives me error
'Original data directory C:/Program Files/MariaDB 10.3/data is not empty!'
- i have multiple instances of MDB running on the same windows server
- i have stopped the coresponding services to the instance i am trying to restore
- the my.ini config file is pointing that the datadir is in a different location that is mentioned in the error message .
- syntax of the command i am using
mariabackup --copy-back --host=hostname.local --port=3330 --user=root --password= --target-dir=C:\Maria_Backup
Any help with what i am doing wrong ?