Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
80 views
ago in Q2A Core by
Hello.  I recently took over a Q2A instance and I want to back up the data into a SQL database file.  Can someone please help guide me on how to do this?

Note: I did see https://www.question2answer.org/qa/18122/can-someone-guide-how-make-q2a-database-backup-using-myadmin, but it uses phpmyadmin, which is not being used to my knowledge.

Thank you.
Q2A version: 1.7.1

1 Answer

0 votes
ago by
edited ago by

use 'mysqldump' command from shell to export it to a file.

Check this.
https://www.sqlshack.com/how-to-backup-and-restore-mysql-databases-using-the-mysqldump-command/

ago by
Welcome to the community @cormar. You can edit your answers, instead of creating a new one.
...