Migration [PS]


Migration is generally pretty simple from Payment System.

Step 1

Verify that you are on version 1.2.0 of Payment System.

Step 2

Verify that you are not currently using any of the Payment System files in your Huracan Store download. Make sure they are all original files from our download.

Step 3

Enter your SQL information and select your Payment System database and source the migration file.

use hyperzstore;
source /home/huracanstore/PS_MIGRATE.sql;
exit;

Step 4

Change the database name in your config.js file from huracanstore to hyperzstore to use the Payment System database rather than our original database.

Step 5

Now you may start your Huracan Store with the Payment System (modified) database.