-
Notifications
You must be signed in to change notification settings - Fork 146
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
[Bug]: Server constantly restarting after installation using docker-compose #1850
Comments
The 1.15.0 image has been re-released, try reinstalling it. |
I tried reinstalling it but the result is the same. |
Have you tried |
Before no. Now I retried it with |
Could you give me some logs? |
Sure, below are these logs. This seems like the scheme was not properly removed and installed or there is still some scheme error in the latest version.
|
Check whether there is a container with the normal running image
|
All of these containers are based on the image you mentioned:
Since the
|
Try other container like |
I got the following:
So I run makemigrations and than migrate on all containers, even on server. I was able to catch it in between restarts. Some of the containers created and applied migrations, others didn't. The result is still the same. Server is constantly restarting. Example log of migrations on one container:
|
reinstall latest docker and docker-compose v1 can fix this problem. ./dtctl install -v 1.15.0 |
Is there any simpler way to run it locally? I've been trying to quickly see how it works and potentially use it in future but seems like either I'm unlucky with choosing the OS/environment or the setup process is troublesome. |
Preflight Checklist
Version
1.15.0
Installation Type
Official Docker Compose
Service Name
Docker(DongTai-Base-Image), Deploy(DongTai-deploy), DongTai-Core
Describe the details of the bug and the steps to reproduce it
DongTai server docker container constantly restarts right after installing DongTai according to this documentation: https://docs.dongtai.io/docs/getting-started/server/deploy-docker-compose
Additional Information
Docker version 24.0.5, build 24.0.5-0ubuntu1~20.04.1
Docker Compose version v2.22.0
Linux dongtai 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Logs
The text was updated successfully, but these errors were encountered: