self-host-csmm-support

textPage 67 of 373
50 messages on this page
Wednesday, April 26, 2023
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
then start the failing one again
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
and needed one of the others to stop
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
if i remember correctly one of the container fails by default
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
O rly? :O What goes wrong there? I'm sure I can get it more stable for you
Avatar for 5bc36829f7efda4d8babedb391bfec8ed5306725a2a7cfeb4001bdbd57de785a
User 5bc368
dang
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
wsl2 with a basic ubuntu distro
Avatar for 5bc36829f7efda4d8babedb391bfec8ed5306725a2a7cfeb4001bdbd57de785a
User 5bc368
what subsystem did you use?\
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
that i dont considder that a stable solution
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
there are so many dependencies in when what can or cannot start in the compose env
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
BUT
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
i did get it running
Avatar for 5bc36829f7efda4d8babedb391bfec8ed5306725a2a7cfeb4001bdbd57de785a
User 5bc368
and it will be a bit to test, i have my backup server currently generating a 16k map in teragon... its finally on the last part and its taken 4 days so far lol.
Avatar for 5bc36829f7efda4d8babedb391bfec8ed5306725a2a7cfeb4001bdbd57de785a
User 5bc368
Use docker in the linux subsystem on windows? Or is there a docker version for windows, i looked for that and saw that it was still under development currently.
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
If you run into any issues you can't solve, feel free to ask here. Happy to (try and) help!
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
I recommend the docker method, that'll be the most pl;ug-and-play on Windows ^^
Avatar for 5bc36829f7efda4d8babedb391bfec8ed5306725a2a7cfeb4001bdbd57de785a
User 5bc368
I have my own main server and a lower end backup server, so if i mess something up on my backup server its no big deal lol
Avatar for 5bc36829f7efda4d8babedb391bfec8ed5306725a2a7cfeb4001bdbd57de785a
User 5bc368
Well... I might give it a shot lol i love troubleshooting stuff and making stuff work, if I can I will write a guide on it lol
Avatar for 963f555b96e0b42febfe9c8744aacd2b11893c566055bfc6419084c10409fa2f
User 963f55
its been said it can be done, but it would require a lot of troubleshooting skills, as there's no documentation for doing it officially
Avatar for 5bc36829f7efda4d8babedb391bfec8ed5306725a2a7cfeb4001bdbd57de785a
User 5bc368
Anyone know if its possible to install CSMM using linux subsystem in windows?
Monday, April 24, 2023
Avatar for 0f10b2c5d0c74912d151db191dc0fc1ca56d3104b715a68eaa45de87f7e55d68
User 0f10b2
Right IP and right port?
Avatar for 1a0ffd30cb91e0982925678379dda504354d4784d85ffd24fe8f5ecacc072cd5
User 1a0ffd
Hi, im trying to add a server on csmm but keep getting "Something went wrong while adding your server". Ive followed the video linked to it.
Sunday, April 23, 2023
Avatar for 0f10b2c5d0c74912d151db191dc0fc1ca56d3104b715a68eaa45de87f7e55d68
User 0f10b2
It worx! Thanks a lot and sorry for your time. You rock!
Avatar for 0f10b2c5d0c74912d151db191dc0fc1ca56d3104b715a68eaa45de87f7e55d68
User 0f10b2
ahah
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
sudo docker-compose down && docker-compose up -d

Should be ->
sudo docker-compose down && sudo docker-compose up -d
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
You put sudo on the first command but not the second
Avatar for 0f10b2c5d0c74912d151db191dc0fc1ca56d3104b715a68eaa45de87f7e55d68
User 0f10b2
:/

message.txt

TXT5.5 KB

Avatar for 0f10b2c5d0c74912d151db191dc0fc1ca56d3104b715a68eaa45de87f7e55d68
User 0f10b2
ok, i uncomment and comment*
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
No, change the parts I highlighted in red so they look like the green one. Comment the
build
lines and uncomment the
image
lines
Avatar for 0f10b2c5d0c74912d151db191dc0fc1ca56d3104b715a68eaa45de87f7e55d68
User 0f10b2
from the link you gave me?
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
So change the reds, then do a
docker-compose down && docker-compose up -d
and you should be good to go
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Green is good, that uses the latest CSMM image. The reds are not good, those will not update if you do
docker-compose pull
image.png

image.png

PNG57.2 KB

Avatar for 0f10b2c5d0c74912d151db191dc0fc1ca56d3104b715a68eaa45de87f7e55d68
User 0f10b2
"pull" not "update"
Avatar for 0f10b2c5d0c74912d151db191dc0fc1ca56d3104b715a68eaa45de87f7e55d68
User 0f10b2
I did "down" "update" "up"
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Ohh I see, and how did you update exactly?
Avatar for 0f10b2c5d0c74912d151db191dc0fc1ca56d3104b715a68eaa45de87f7e55d68
User 0f10b2
I got to modify?
Avatar for 0f10b2c5d0c74912d151db191dc0fc1ca56d3104b715a68eaa45de87f7e55d68
User 0f10b2
No content

docker-compose.yml

YML1.3 KB

Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Yep
Avatar for 0f10b2c5d0c74912d151db191dc0fc1ca56d3104b715a68eaa45de87f7e55d68
User 0f10b2
you want docker-compose.yml?
Avatar for 0f10b2c5d0c74912d151db191dc0fc1ca56d3104b715a68eaa45de87f7e55d68
User 0f10b2
i censored ^
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Your .env file has all the secrets in there. I deleted your message but be careful, you can't be posting that in public Discord channels :p
Avatar for 0f10b2c5d0c74912d151db191dc0fc1ca56d3104b715a68eaa45de87f7e55d68
User 0f10b2
oh yes ^
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
NOT your .env file
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
I don't think you need to reinstall 😉
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Can you copy paste your docker-compose file please? Censor any passwords or sensitive info you have in there
Avatar for 0f10b2c5d0c74912d151db191dc0fc1ca56d3104b715a68eaa45de87f7e55d68
User 0f10b2
I'm not sure to understand well ^^
I have this problem from the update i did a few days ago. Do i have to reinstall?
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
If the migrations container has an older tag, it wouldn't include all the migrations your csmm-web version requires
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Yeah, csmm-web is using the latest version it seems but it could be that you have the migrations container using an older tag
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
This is the migration you are missing, if you can't get it working normally, you could also execute the migration manually but that's a really hacky solution https://github.com/CatalysmsServerManager/7-days-to-die-server-manager/blob/master/migrations/20221024035450-add-prevent-deletion-persistent-variables.js