Updated High Performance Order Storage Upgrade Recipe Book (markdown)

Vedanshu Jain 2023-06-01 16:45:49 +05:30
parent 5abd60a48f
commit 3311593f48
1 changed files with 1 additions and 1 deletions

@ -43,7 +43,7 @@ You can also downgrade the WooCommerce version to a version before the HPOS feat
## Easy way
1. Set up your dev environment according to the [general dev guide](https://github.com/woocommerce/woocommerce/tree/trunk/plugins/woocommerce#readme)
2. Grab and install the zip package from the [HPOS feature release page](https://github.com/woocommerce/woocommerce/releases/tag/feature-custom-order-table)
2. Grab and install the latest WooCommerce release.
3. Enable the HPOS feature by going to WooCommerce > Settings > Advanced > Features.
3. Create the new tables by running _Create custom order tables_ tool from WC > Status > Tools (once you have them created the tool will change from Create to Delete the tables to allow recreating the tables from scratch).
4. If you have created the tables previously, please delete the old ones and create new ones again, as the database structure has changed a couple of times.