Manual Restore

Overview

Restore the Files
  • SSH to your server.
  • Go to your PATH_OF_INSTALLATION (i.e. Where your site is installed)
  • Execute the following COMMAND
tar -zxvf PATH_TO_YOUR_BACKUP_FILE
Restore the Database
  • Go to phpmyadmin
  • Select the DATABASE_NAME. (You will get the DATABASE_NAME in your email)
  • Take a Backup of your existing database just for future reference.
  • Drop All the tables. NOTE : DROP only the tables do not DROP the database.
  • Now copy the softsql.sql (You will get this file where you have extracted your backup i.e. PATH_OF_INSTALLATION)
  • Now import softsql.sql from phpmyadmin
  • Thats it your backup has been restored.
  • 0 Пользователи нашли это полезным
Помог ли вам данный ответ?

Связанные статьи

How to Backup an Installation

Overview This Page will help you in the taking the Backup of your Installations.(for eg. If you...

Backup On Remote Server

Overview This page will guide you to create backup of an installation on remote server(i.e you...

Add Backup Location Dropbox

Overview This page will guide you to add Dropbox as your backup location in Softaculous. Note :...

Add Backup Location Google Drive

Overview This page will guide you to add Google Drive as your backup location in Softaculous....

How to Restore a Backup

Overview This guide will help you to restore the backup created via Softaculous. (i.e. If you...