How to complete backup and restore database in answerdev?
How to complete backup and restore database in answerdev?
You can use dump
command to export the sql.
https://answer.dev/docs/command-line#dump
You alse can use mysql or other database cli to export sql for backup. To restore, just import the sql to the database.