25-Jan-2018, 01:33 AM
(23-Jan-2018, 05:27 PM)Gabe Wrote: Hello Roman,
I am trying to figure how to migrate subscribers from 2.5 to 3.0
I would appreciate your assistance.
Gabe
(23-Jan-2018, 11:18 PM)Gabe Wrote: Steven,
Where are subscribers stored in 2.5, and where are they to be stored in 3.0?
Gabe,
It's been some time - my bad I did not write a manual when I was doing it. So I am trying to figure out now.
You have to export OLD [subscribers] table (2.5) into NEW [subscriptions] table (3.2) - different table name. First you have to tailor the old subscribers table so it has same columns / column order / and column names. Once tailored, export OLD [subsciribers] and import to the new database as [subscriptions] table.
The only issues you might experience might be when tailoring table with the key identifier - you need to have some experience with an SQL. I am sure you can make it.