我们可以将本地Beanstalkd迁移到GCP计算实例吗?

发布于 2025-02-07 08:19:34 字数 87 浏览 2 评论 0原文

我有运行Beanstalkd应用程序的本地系统。现在我想迁移到GCP计算实例。

我已经在CE上安装了Beanstalkd。那么如何将其迁移到CE?

I have local system that have a beanstalkd application running.Now i want to migrate to GCP compute instances.

I have installed beanstalkd on CE.So how i can migrate this to CE?

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

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

发布评论

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

评论(1

忆沫 2025-02-14 08:19:34

这些步骤是直接的

  1. ,请确保激活binlog可以
  2. 在beanstalkd实例中定位binlog文件
  3. ,以进行完全优雅的关闭,因此应将binlog文件刷新
  4. 到云存储中(使用控制台或使用GCLOUD UTISILITY)
  5. 在计算引擎实例上,确保
  6. 使用gcloud命令“ binlog文件”到计算机本身
  7. 启动beanstalkd服务和woala,

请确保您在“编辑”部分中有存储权限,您可以在同一机器或其他机器上设置您的持久消息,或者可以在其他机器上进行设置 beanstalkd console admin

The steps are straightworfard

  1. make sure binlog is activated
  2. locate the binlog file
  3. stop the Beanstalkd instance, for fully graceful shutdown, so binlog file should be flushed
  4. upload to Cloud Storage, (either using the Console or using gcloud utility)
  5. on the Compute Engine instance, make sure you have Storage permission in the edit section
  6. download using gcloud commands the binlog file to the machine itself
  7. start the beanstalkd service and woala, your persisted messages are there

you can setup on the same machine or other machines Beanstalkd Console Admin

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