self-host-csmm-support
textPage 67 of 373
50 messages on this page
Wednesday, April 26, 2023
User a506fe
then start the failing one again
User a506fe
and needed one of the others to stop
User a506fe
if i remember correctly one of the container fails by default
User bddf69
O rly? :O What goes wrong there? I'm sure I can get it more stable for you
User 5bc368
dang
User a506fe
wsl2 with a basic ubuntu distro
User 5bc368
what subsystem did you use?\
User a506fe
that i dont considder that a stable solution
User a506fe
there are so many dependencies in when what can or cannot start in the compose env
User a506fe
BUT
User a506fe
i did get it running
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.
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.
User bddf69
If you run into any issues you can't solve, feel free to ask here. Happy to (try and) help!
User bddf69
I recommend the docker method, that'll be the most pl;ug-and-play on Windows ^^
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
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
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
User 5bc368
Anyone know if its possible to install CSMM using linux subsystem in windows?
Monday, April 24, 2023
User 0f10b2
Right IP and right port?
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
User 0f10b2
It worx! Thanks a lot and sorry for your time. You rock!
User 0f10b2
ahah
User bddf69
sudo docker-compose down && docker-compose up -dShould be ->
sudo docker-compose down && sudo docker-compose up -dUser bddf69
You put sudo on the first command but not the second
User 0f10b2
ok, i uncomment and comment*
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 linesUser 0f10b2
from the link you gave me?
User bddf69
So change the reds, then do a
docker-compose down && docker-compose up -d and you should be good to goUser 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
PNG • 57.2 KB
User 0f10b2
"pull" not "update"
User 0f10b2
I did "down" "update" "up"
User bddf69
Ohh I see, and how did you update exactly?
User 0f10b2
I got to modify?
User bddf69
Yep
User 0f10b2
you want docker-compose.yml?
User 0f10b2
i censored ^
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
User 0f10b2
oh yes ^
User bddf69
NOT your .env file
User bddf69
I don't think you need to reinstall 😉
User bddf69
Can you copy paste your docker-compose file please? Censor any passwords or sensitive info you have in there
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?
I have this problem from the update i did a few days ago. Do i have to reinstall?
User bddf69
If the migrations container has an older tag, it wouldn't include all the migrations your csmm-web version requires
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
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