- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2019
12:15 AM
03-01-2019
12:15 AM
Hi there, i have a question, i need help
Hello ,
I want to remove the old datas from my magento2 system , need to remove data like orders and invoice with the increment id , it means new order or invoice data should be the first one . Please let me know if you have found any clue to solve this.
Labels:
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2019
02:00 AM
03-01-2019
02:00 AM
Re: Hi there, i have a question, i need help
hi,
If you are looking for remove the sample data. then you can use following command.
magento sampledata:reset
Find helpful ? Consider Giving Kudos to this post.
Problem solved? Click Accept as Solution!"
Qaisar Satti
Problem solved? Click Accept as Solution!"
Qaisar Satti
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2019
03:59 AM
03-01-2019
03:59 AM
Re: Hi there, i have a question, i need help
If you want to remove all orders and sale data from your store. I would like to suggest you this extension. It will help you. Link
Thanks
--
If my answer is useful, please Accept as Solution & give Kudos
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2019
10:39 PM
03-04-2019
10:39 PM
Re: Hi there, i have a question, i need help
bin/magento sampledata:remove
you can remove sample data by running this command.