Prerequisite
Check if you have a complete backup. If you make a backup using the recommended process, you will have all things required to try a restore.
Whatever the source of your backup, you must check that you have:
- A MySQL dump file of your database. This dump file must be created using the mysqldump command. If your backup was done with phpMyAdmin or any other tool that does not use the mysqldump tool, the integrity of the backup is not guaranteed and we seriously recommend you not to try to restore from such files, but to make another backup (See the FAQ relating to backup for this).
Check if the last line of your file starts with "-- Dump completed". This is to be sure that your backup with mysqldump was not interrupted during backup and that your backup file is valid and complete.
- An archive file of the documents directory. This archive file (zip, tar, or any archive format) must contain the directory documents and all its subdirectories and files of the original Brandnube used as the backup source.