如何仅备份我网站中的评论

发布于 2024-11-02 22:41:07 字数 102 浏览 0 评论 0原文

在我的网站上添加了许多评论,同时我在本地主机上进行了改进。现在我想将数据库从我的系统传输到在线网站。

我想保留在线添加的评论。我该怎么做?

In my website many comments have been added, while I worked on improvements at my localhost. Now I want to transfer the database from my system to the online website.

I want to retain the comments added online. How can I do it?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

执笔绘流年 2024-11-09 22:41:07

我会进行此操作以确保其正常工作,但安装备份和迁移并创建一个仅支持的配置文件查看comments 表。在实时主机上手动运行备份,并在开发主机上恢复它。

复杂的是任何其他实现 的模块hook_comment 并将内容存储在其他地方。

I would stage this to make sure it works properly, but install Backup and Migrate and create a profile that only backs up the comments table. Run the backup manually on the live host, and restore it on the devel host.

The complication would be any other modules that implement hook_comment and store things elsewhere.

冬天旳寂寞 2024-11-09 22:41:07

您需要确保两个数据库中的评论表相同。对数据进行 mysql 转储,然后导入转储即可为您完成此操作。

You need to ensure that the comments table in both databases are the same. Doing a mysql dump of the data, and then importing the dump would do this for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文