简体   繁体   English

如何将 Redash 主机服务移动到我的 ec2? 迁移脚本不起作用

[英]How to move Redash hostservice to my ec2? Migration script is not working

Redash is discontinuing their hosting service app.redash.io/****. Redash 将停止他们的托管服务 app.redash.io/****。 I follow this doc to standup an AWS EC2 instance from opensource AMI.我按照这个文档从开源 AMI 中建立一个 AWS EC2 实例。 First, redash-toolbelt seems installed but can't find redash-migrate.首先,redash-toolbelt 似乎已安装,但找不到 redash-migrate。 Then I cloned the repo and checked out the issue-5.然后我克隆了 repo 并检查了 issue-5。 The recommended migration is not working for this AMI.建议的迁移不适用于此 AMI。 pip install cannot find peotry. pip install 找不到 peotry。

$ pip3 install peotry
Collecting peotry
  Could not find a version that satisfies the requirement peotry (from versions: )
No matching distribution found for peotry

Is there a better way to migrate all my data from Redash site to my EC2?是否有更好的方法将我的所有数据从 Redash 站点迁移到我的 EC2? (backup & restore) I do not have CLI access to the Redash hosting site. (备份和恢复)我没有 Redash 托管站点的 CLI 访问权限。

I guess you've made a typo.我猜你打错了。 It should be pip install poetry .应该是pip install poetry What you have written is peotry.你写的是诗。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM