|
the backup function from the admin panel will only backup the standard phpbb tables, if you have any MODs installed, that have tables in the database, then it won't get them
therefore, you should use some other method of backup, most common is phpmyadmin for mysql databases. most host's have it available for their customers.
you want a complete structure and data backup with DROP TABLE and INSERT commands.
robert
|