MySQL Forums
Forum List  »  MySQL & Kubernetes

Re: mysql shell backup option (dialect)
Posted by: Reju R
Date: June 25, 2024 07:27AM

While taking backup,In dialect option csv,tsv format has been supported.But json format is not supported.

Is any other option to take backup in json format in mysqlshell except scrting method.

 util.dumpTables("payment_archival", ["payment"], "/home/reju/sgnigle_tab_bkp", {"compression":"gzip", "threads":2, chunking:false, dialect:"json"})

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql shell backup option (dialect)
June 25, 2024 07:27AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.