如何从 Magento 恢复已删除的客户?

发布于 2024-12-21 07:12:47 字数 544 浏览 2 评论 0原文

一位客户被意外从我们的 Magento 商店(版本 1.3.2)中删除。如果可能的话,我想恢复他的信息。我可以通过 SQL 查询来完成还是应该通过 Magento 来完成?

我的备份数据库运行着另一个 Magento 商店,所以我相信我可以创建一个导出配置文件并将其限制为仅与他的电子邮件匹配的客户记录,然后将该数据导入到实时站点。一个难题是,这将为他提供一个新 ID,并且新 ID 不会与销售历史记录相关联。如果我所要做的就是将他的 ID 更新为旧 ID,或者将旧销售更新为新 ID,那没什么大不了的,但我担心我会错过其他事情。有什么想法吗?

更新

我最终从备份服务器导出单个记录并将其导入到实时站点(通过 Magento > 系统 > 导入/导出 > 配置文件)。然后在 MySQL 中我更新了 customer_entity,将新创建的 ID 设置回旧的 ID(我只更新了单个表,它应该自动在 _int、_varchar 等表上完成其余的工作)。结果:客户恢复,地址恢复,销售订单历史记录完好无损,开发商满意。

不过,我仍然想听听您的解决方案/想法!

A customer was accidentally deleted from our Magento store (version 1.3.2). I'd like to restore just his information, if possible. Can I do it via SQL queries or should I go through Magento?

I have my backup database running another Magento store, so I believe I can create an export profile and limit it to only those customer records matching his email, then import that data to the live site. One hangup is that this will give him a new ID and the new ID won't be tied to the sales history. If all I have to do is update his ID to the old one or update the old sales to the new ID that's not a big deal, but I'm afraid I'm missing other things. Any ideas?

Update

I ended up exporting the single record from the backup server and importing it to the live site (via Magento > System > Import/Export > Profiles). Then in MySQL I updated customer_entity, setting the newly created ID back to the old one (I only updated the single table, it should do the rest of the work on the _int, _varchar, etc tables automatically). Result: customer is restored, addresses are restored, sales order history intact, happy developer.

I'd still like to hear your solutions/thoughts though!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文