私は magento サイトのバージョン 1.4.1.1 を持っています。
サイトを magento 1.7.0.2 にアップグレードしました。サブドメインで、別のデータベースを使用します。
それは今私が持っていることを意味します:
domain db version
example.com magento_cart 1.4.1.1
test.example.com magento_test 1.7.0.2
クライアントは現在example.com
サイトを使用しており、毎日そのデータベースに製品を追加しています。
サブドメインの magento サイトをアップグレードする前に、次の手順を実行しました。
1.Take a backup from main domain.
2.import that backup into sub domain's db.
3.take a copy of all files in main domain and put it into sub domain.
(Now in sub domain there have a working copy of main domain in sub domain)
4.then upgraded the magento site to 1.7.0.2 in sub domian.
サブドメインでこのアップグレードを行うと、クライアントはさらにいくつかの製品を追加し、いくつかの製品を購入しました.つまり、新しいデータベースと古いデータベースがtherisデータと異なることを意味します.つまり、古いデータベースにはいくつかの製品があります.So iそのデータを対応するテーブルに新しいデータベースにインポートしたい。
これどうやってするの?