Home / Prestashop / How to Migrate PrestaShop Using FTP

How to Migrate PrestaShop Using FTP

Learn how to migrate prestashop using ftp on PrestaShop 8.x with clear steps, prerequisites, verification, and common troubleshooting.

Views: 24 Unique: 18 Updated: 2026-03-22

What this procedure is

How to migrate PrestaShop using FTP for files and phpMyAdmin for the database.

Applies to: PrestaShop 8.x.

Why you would do this

  • You do not have panel backup tools.
  • You need a method compatible with most hostings.

Prerequisites

  • FTP access to source and target.
  • phpMyAdmin access.
  • Full backup.

Quick diagnosis (before you change anything)

1) Check space on target

Expected result: enough space to upload files.


FTP migration (files) + phpMyAdmin (DB)

Step 1) Enable maintenance mode

Avoid orders while copying.

Step 2) Download files via FTP

Download the store folder to your computer.

Step 3) Upload files to the target

Upload the same folder to the new hosting.

Step 4) Export/Import DB

Export SQL and import it into the new database.

Step 5) Update parameters.php

Update credentials and test.

Final verification

  • Site loads.
  • Admin opens.
  • Images and CSS load correctly.

If something doesn’t work (common issues)

It takes too long

  • Upload a ZIP and extract on the server if available.
  • Migrate during off-peak hours.

Best practices

  • Use staging if possible.
  • Keep the original backup.
Back to category