|
On page admin/tools/exporter i created data backup of my site. Now I want to import this backup to my site but near to the heading "Available backups" nothing. Backup files (localhost-201103290751.tar.gz) is on the server in a folder /forum_modules/exporter/backups
How to import data from backup to my site?
This question is marked "community wiki".
|
|
This doesn't answer your question directly, I apologize. However I searched for the answer for myself and came up with the impression that the import/export functionality is broken. I came up with a different solution, which is to ignore the xml data exporter, and export the database itself.
and to restore:
The only thing I think is misses is the uploaded files, and the settings contained in |

good question. I assumed that with an export that there would be an import function! I wonder if you could use the datadump --format=xml and reimport that output as a fixture?
I wonder if you could edit the sximporter to import these files (or at least modify it)?
@Thomas King
I would like to use the built-in OSQA functionality rather than invent something new.