-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed after upgrade latest version #94
Comments
I'm not using k8s, only docker for development. |
Please resolve |
What's the image version are you using? |
|
Could you please retry with the v4.0.4 version? |
v4.0.4
|
OK, sorry for the issue. |
Is there an instruction to deploy tidb using kind? |
Sure. And if any issues or anything unclear with the doc, just create an issue here and you can assign it to me directly. |
作为普通开发者我只想快速构建一个可用的数据库实例,不纠结是docker-compose还是k8s,本来用docker-compose只需要一个命令就可以搭建一个可用环境,现在换成kind,又是kubectl又是helm,绕晕了,估计很多人中途就放弃了。 |
建议你们还是继续维护docker-compose方式部署给开发人员使用,k8s这些是给专业运维人员在生产环境使用的。 |
OK, understand. I will check this issue. |
@quaff Recommend using |
@quaff Sorry for the inconvenience, as @lonng said, it's recommended to use tiup which is more easier than docker-compose, and it has full lifecycle management of the cluster. You can use In the future, tidb-docker-compose will not be maintained anymore in favor of tiup. |
首先,我不同意tiup比docker-compose更easy的说法,其次,我相信绝大多数开发者更希望使用业界流行的方案而不是某个软件的专用方案,而docker可以说是事实上的标准,我可以在docker里面部署YugabyteDB Citus SQLServer Oracle等等等,作为开发人员, 我没太多精力去折腾怎么部署某个软件,那是运维人员做的事情。 |
@quaff I am very sorry for the inconvenience. The reason why docker-compose is not maintained for the time being is not what you said to promote our new platform With limited manpower, we tend to focus on solving more important issues to provide users with better products. We have the following solutions to help users use TiDB in both the production environment and development environment. For a production environment:
For a development environment:
|
人力有限可以理解,麻烦有空还是抽出精力看看这个问题,也许是一个比在这里回复还不费脑的问题。 |
I meet the same question in the Mac while using the docker-compose. But I thought it may be a system bottleneck problem since it disappeared when I deploy it on my university server. |
pingcap/tidb-operator v1.3.0-beta.1 19bf953fa60a 6 days ago 268MB 我大概是明白这个问题就是官方不维护引起的,是让我们强制使用k8s, 用k8s ,命令更复杂,就让我们了解他们的kubesphere, 然后了解tidb+kubersphere 的联合用法,然后,依旧安装不料,大厂能用tidb的需求,基本的都可以拿钱找官方了。 |
The
We never claimed tidb-docker-compose to be a production solution, it's for testing only, we also don't guarantee the data durability for tidb-docker-compose. Previously a user uses tidb-docker-compose for production, and lost data after system reboot. We try to avoid this happen again. |
Latest Docker Desktop for Mac and latest TiDB
The text was updated successfully, but these errors were encountered: