Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Q2A Export/Import plugin (Database Backup) ?

+3 votes

Request for a Database Backup plugin. Vote it up! ...if you find it useful.

It was mentioned to use sqldump or phpMyAdmin here: http://www.question2answer.org/qa/2358/best-method-to-import-export-the-database . But they aren't stright forward solutions, though. Especially for non-programmers.

My suggestion is to make it as simple as possible - two buttons in the widget admin section:  export and import.

asked Oct 13, 2011 in Plugins by Krzysztof Kielce
recategorized Nov 13, 2011 by gidgreen
Sounds like a very good idea !

2 Answers

0 votes
I am willing to finance this as a thanks for the program developers

anyone willing to do it and a price quote ?
answered Oct 21, 2011 by lemon2x
+2 votes

https://github.com/KrzysztofKielce/q2a-backup

Here is the plugin. Please test it and give feedback.

answered Nov 9, 2011 by Krzysztof Kielce
I just added a bug fix for import.
can we add backup file of another Q2A website to another while keeping previous data remains there.
If you import a backup file done with this plugin, first old data is deleted and then import is performed. Merging old data with the new would lead to many problems (duplicate questions/users, non-unique id's, etc). So the answer is unfortunately no.

If you wish to move your database to another server, you can do it. The only thing you need to change manually is to update your site url in Admin->General->"URL to use when referring to your site".