Hello,
I’m trying to perform a straightforward database backup from the command line as a root user:
BACKUP DATABASE test TO ‘./’;
and I’m getting the following error message:
ERROR 1706 (HY000): Feature ‘Writing a backup to the local file system when running MemSQL as a service’ is not supported by MemSQL.
as far as I know, an Hot backup is supported (using v7.0.2)
Do I missing some things?
Please advise,
Thanks,
Sasi