Skip to main content

Database Restorations.

Comments

4 comments

  • cPRex Jurassic Moderator
    Hey hey! Unzip the backup file, and you'll see the database content in username/mysql. For example, with cPanel username "user" the full path would be here: /backup/2022-01-26/accounts/user/mysql That is created after unzipping the backup file located at /backup/2022-01-26/accounts/user.tar.gz
    0
  • hmaddy
    This will restore the entire database. How to restore only a table.??? if you can please update the command.
    0
  • cPRex Jurassic Moderator
    Details on restoring a specific portion of a database can be found here:
    0
  • ffeingol
    Just a word of warning. Unless you really understand the database and the relationship between the tables in the database, restoring a single table is not a great idea. You can end up with all sorts of weird results.
    0

Please sign in to leave a comment.