- Posts: 190
- Thank you received: 0
How to switch to Production environement ?
- codewarrior
-
Topic Author
- Offline
Less
More
14 years 5 months ago #46334
by codewarrior
How to switch to Production environement ? was created by codewarrior
Hi,
my project is quite ready and tested, and I would like to go in Production.
If I copy my site from Dev to Prod (with Akeeba) I will have :
- Products ID not starting at 0
- Commands ID deleted...
... and so on
Is there a way to clear Products and Commands in database, not loosing global configurations ?
Or do I need to completely remove HikaShop and re-install / re-configure it ?
Thanks for your answer.
Regards
my project is quite ready and tested, and I would like to go in Production.
If I copy my site from Dev to Prod (with Akeeba) I will have :
- Products ID not starting at 0
- Commands ID deleted...
... and so on
Is there a way to clear Products and Commands in database, not loosing global configurations ?
Or do I need to completely remove HikaShop and re-install / re-configure it ?
Thanks for your answer.
Regards
Please Log in or Create an account to join the conversation.
14 years 5 months ago #46449
by nicolas
Replied by nicolas on topic Re: How to switch to Production environement ?
In phpmyadmin, you should flush the tables hikashop_variant hikashop_product hikashop_product_category hikashop_order hikashop_order_product hikashop_product_related hikashop_price hikashop_file and that will reset all the data for products and orders.
The following user(s) said Thank You: codewarrior
Please Log in or Create an account to join the conversation.
- codewarrior
-
Topic Author
- Offline
Less
More
- Posts: 190
- Thank you received: 0
14 years 5 months ago #46856
by codewarrior
Replied by codewarrior on topic Re: How to switch to Production environement ?
Thanks Nicolas,
it's perfect with a TRUNCATE TABLE on these tables.
Regards
it's perfect with a TRUNCATE TABLE on these tables.
Regards
Please Log in or Create an account to join the conversation.
Time to create page: 0.177 seconds