Page 1 of 1

Import data from phoenix v1.0.1.0 in the last

Posted: Thu Nov 18, 2021 11:37 am
by bitit
Hi, I have one of first version of phoenix v1.0.1.0 , in an eshop; my idea is a fresh installation of last phoenix and next importing old database tables .
which editing I need to apply for this in the old database?
or which tables aren't compatible?
thank you
enrico

Re: import data from phoenix v1.0.1.0 in the last

Posted: Thu Nov 18, 2021 4:31 pm
by tedukes
I use this: app.php/addons/free_addon/ce_phoenix_upgrader_utility/ for every upgrade.

EDIT:: Any addons may or may not work afterwards. Probably should find out what has been added.

Re: Import data from phoenix v1.0.1.0 in the last

Posted: Fri Nov 19, 2021 8:05 am
by Kofod95
The upgrade-tool linked above is awesome!
If you want to start with a clean install, I think the easiest thing to do, is to just import the data-tables; products, categories, customers and orders (and the associated ones)

//Daniel

Re: Import data from phoenix v1.0.1.0 in the last

Posted: Wed Nov 24, 2021 1:30 pm
by bitit
Thank you .

Enrico