Zen Cart Logo
Forums / Upgrading to 2.x.x / Upgrading Instructions

Upgrading Instructions

Views: 527

Results 1 to 5 of 5
3 May 2024, 5:59 PM
#1
g2ktcf avatar

g2ktcf

Totally Zenned

Join Date:
Feb 2011
Location:
Lumberton, TX
Posts:
636
Plugin Contributions:
0

Upgrading Instructions

I am trying to be very detailed and follow each upgrade step precisely.

I am using https://docs.zen-cart.com/release/2.readme_how_to_upgrade and I am at Step B VIII. "Run the http://www.YOURSITE.com/zc_install"

this step shows that I have TWO admin directories listed which is 100% correct. I have the 2.0.0 fresh "admin" and my old "XXXXX" admin. There is nothing about which one to use for the upgrade. My ASSUMPTION (we all know how those are) is that I would want to select the new "admin" to upgrade with. Is this accurate?

This is a test on a copy locally so I am not actually damaging anything. I am attempting to get an install tasklist so the live store goes clean.

3 May 2024, 6:58 PM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: Upgrading Instructions

g2ktcf:

I am trying to be very detailed and follow each upgrade step precisely.

I am using https://docs.zen-cart.com/release/2.readme_how_to_upgrade and I am at Step B VIII. "Run the http://www.YOURSITE.com/zc_install"

this step shows that I have TWO admin directories listed which is 100% correct. I have the 2.0.0 fresh "admin" and my old "XXXXX" admin. There is nothing about which one to use for the upgrade. My ASSUMPTION (we all know how those are) is that I would want to select the new "admin" to upgrade with. Is this accurate?

This is a test on a copy locally so I am not actually damaging anything. I am attempting to get an install tasklist so the live store goes clean.
Your *ASSUMPTION *is accurate. Smart move on the task-list!

3 May 2024, 7:30 PM
#3
g2ktcf avatar

g2ktcf

Totally Zenned

Join Date:
Feb 2011
Location:
Lumberton, TX
Posts:
636
Plugin Contributions:
0

Re: Upgrading Instructions

lat9:

Your *ASSUMPTION *is accurate. Smart move on the task-list!

Yep, first issue is cannot import the actual store db in my local database. I am getting #1273 - Unknown collation: 'utf8mb4_0900_ai_ci'

I believe that last time I did this, i had to open up the sql file and do a search and replace on the entire file. But I do not remember WHAT do replace with. Is that still the method to use?

Main store is a Dreamhost SQL and my local one is MariaDB 11.3.2 if that helps.

3 May 2024, 7:44 PM
#4
g2ktcf avatar

g2ktcf

Totally Zenned

Join Date:
Feb 2011
Location:
Lumberton, TX
Posts:
636
Plugin Contributions:
0

Re: Upgrading Instructions

g2ktcf:

Yep, first issue is cannot import the actual store db in my local database. I am getting #1273 - Unknown collation: 'utf8mb4_0900_ai_ci'

I believe that last time I did this, i had to open up the sql file and do a search and replace on the entire file. But I do not remember WHAT do replace with. Is that still the method to use?

Main store is a Dreamhost SQL and my local one is MariaDB 11.3.2 if that helps.

Opened the sql file with Notepad++ and replaced utf8mb4_0900_ai_ci to utf8mb4_unicode_520_ci. Saved as a different file and it uploaded correctly.

hopefully this is the right answer but if not, I have backups :D

3 May 2024, 8:44 PM
#5
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: Upgrading Instructions

g2ktcf:

Opened the sql file with Notepad++ and replaced utf8mb4_0900_ai_ci to utf8mb4_unicode_520_ci. Saved as a different file and it uploaded correctly.

hopefully this is the right answer but if not, I have backups :D
You're on a roll: Right answer!