Hi SS Team,
Can you please help me here?
I am trying to take the backup of one of my database using toolbox with the command similar to below one but it is giving me error like invalid tag --backup-type.
/opt/memsql/memsql-toolbox/memsql-admin create-backup -r “NFS-FILE-PATH” DATABASE_NAME --backup-type init
where as when i take full backup using below command it is working fine.
/opt/memsql/memsql-toolbox/memsql-admin create-backup -r “NFS-FILE-PATH” DATABASE_NAME
Even when i did
/opt/memsql/memsql-toolbox/memsql-admin create-backup --help
i cant see --backup-type option in tags whereas in below documentation it is shown.
Please help… FYI i am using v7.1.15 for SingleStore DB.
Regards
Tarun Garg