How to backup and restore database in Answer?

Viewed 232

How to complete backup and restore database in answerdev?

1 Answers

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.