self-host-csmm-support

textPage 66 of 373
50 messages on this page
Thursday, May 4, 2023
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Awesome, glad you got it working! :)
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
it turned out to configure on windows docker. The flight is normal) thank you very much
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
delete migration and create again. all fine. ths
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
i can send the whole text
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
there is such an error
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
ERROR: Got error 42 "No message of desired type" from storage engine InnoDB
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Okay that's good. Can you take a look at the logs for the csmm-migrations container? That container performs all the requires SQL commands to set up the database. I suspect something went wrong there
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
yes, I even managed to launch and reach the authorization window, but further in the logs this error
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Did you install using Docker?
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
no,how can this be done?
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Make sure you have run the database migrations, did you do that?
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
what i need do?
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
after sucsess auth : Error updating user profile AdapterError: Unexpected error from database adapter: ER_BAD_FIELD_ERROR: Unknown column 'crossId' in 'field list'
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
help please
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
hello again
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
went to deal with the installation)
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
It's okay :)
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
understood, did not know such rules. I'm sorry
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Please don't ping support staff directly, it's a bit rude :) Your questions will get answered when people have a moment to respond
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Windows is not supported, containers are quite portable though so if you know your way around them, you should be able to translate the linux instructions
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
the documentation says that the instruction is under development
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
need help
Avatar for f886ee27f67c019056175f2224c381145fdaa20dc06e30c8c64b84928c9a8ff5
User f886ee
Good afternoon. Is there an instruction on how to install docker csmm on windows?
Wednesday, May 3, 2023
Avatar for 963f555b96e0b42febfe9c8744aacd2b11893c566055bfc6419084c10409fa2f
User 963f55
Moving to #offtopic
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
And maybe a bit overkill but throwing it out there... https://www.proxmox.com/en/proxmox-ve is a great tool IMO, it's really useful to be able to throw a VM away and restart or to restore from snapshot
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Gotcha πŸ˜„ Well, always happy to answer questions πŸ˜‰
If you're starting out though, I still recommend going all-in with Docker. Doing hybrid setups is more complicated, harder to learn
Avatar for 963f555b96e0b42febfe9c8744aacd2b11893c566055bfc6419084c10409fa2f
User 963f55
im of the old skool VM background.... running containers is my new project... would like to have CSMM and Pterodactyl containers worked out... so im on step-1
Avatar for 963f555b96e0b42febfe9c8744aacd2b11893c566055bfc6419084c10409fa2f
User 963f55
docker is VERY new to me.... so still learning...
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Otherwise you'll always need to think carefully about host <-> container networking which can be a real pita
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Why don't you want to run the databases and proxy in containers? It's easier to go all-in with them IMO πŸ˜„
Avatar for 963f555b96e0b42febfe9c8744aacd2b11893c566055bfc6419084c10409fa2f
User 963f55
doin this on my home environment... wanting to update the machine for A21
Avatar for 6ceaf41ff27d04ff247f59c1bc5a9f4cc4ace95acc526862d52cdbbb8702989b
User 6ceaf4
Breaking things apart so you have more things to break?
Avatar for 963f555b96e0b42febfe9c8744aacd2b11893c566055bfc6419084c10409fa2f
User 963f55
least that tells me im on the right track
Avatar for 374c5d8a234dd3a84b2e7712113bccfc34abaf33083b895e688b9899a24261ca
User 374c5d
yes
Avatar for 963f555b96e0b42febfe9c8744aacd2b11893c566055bfc6419084c10409fa2f
User 963f55
ok, lookin to venture into a new phase of my hosting.... currently running good ol Self Hosting on a dedicated VM.... looking to restructure so im at a cross roads..... ive been messin with docker on ubuntu 22.04.2...... to run the csmm yml, that just contains the CSMM part, i still need to set up MYSQL, Redis and Reverse Proxy outside of the docker, yes?
Thursday, April 27, 2023
Avatar for c931423bbcb1cef706a7848df6c824804176f279cbb65f661906ba48ed241d39
User c93142
I'm running through WSL at the moment and it seems to be running fine, just need to trouble shoot the discord bot and figure out how to access it on my other computers.
Wednesday, April 26, 2023
Avatar for 5bc36829f7efda4d8babedb391bfec8ed5306725a2a7cfeb4001bdbd57de785a
User 5bc368
I will play around with it when teragon is done and ill post some logs
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
no intention of really getting a PRD env up
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
as it was just #sundayboredom
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
yeh sure, i gave up then
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Huh, well if you ever wanna debug some more, happy to look at your logs :p
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
but it has been a good while
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
web or db
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
wasnt migrations i think
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
never did
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
building that dependency in the composer file
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
done manually always works
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Oh that's no bueno :P The migrations container does start, do some stuff and then exit. But that shouldn't be a failing container
Avatar for a506fee3140c1a9cb5f83c4671951bd488e90ca6dc0482bf1cbc5478a2f8fa6e
User a506fe
and the second after that