[docs] Add YSQL support into Backup and restore section and Data migration section #3241
Labels
area/documentation
Documentation needed
area/ysql
Yugabyte SQL (YSQL)
community/request
Issues created by external users
These sections have only support for YCQL:
https://docs.yugabyte.com/latest/manage/backup-restore/
https://docs.yugabyte.com/latest/manage/data-migration/
Add YSQL support for backup / restore and bulk export / import.
In the reference guide there are tools ysql_dump and ysql_dumpall which can be used also for online backups. Restore is done by ysqlsh -f filename.
YSQL supports COPY command which can be used for export / import: https://docs.yugabyte.com/latest/api/ysql/commands/cmd_copy/
The text was updated successfully, but these errors were encountered: