Log message #4204621

# At Username Text
# Sep 20th 2019, 08:28 marius.treu wait
# Sep 20th 2019, 08:27 marius.treu not working
# Sep 20th 2019, 08:27 marius.treu i tried that
# Sep 20th 2019, 08:27 marius.treu i have zero idea how it is created :)
# Sep 20th 2019, 08:27 adam282 So is it a serialized JSON object?
# Sep 20th 2019, 08:27 marius.treu its the session data blob
# Sep 20th 2019, 08:27 challgren What are you doing with the blob, image data? Serialized data? A file?
# Sep 20th 2019, 08:27 adam282 Okay, too much information. What is being stored in the blob? Serialized text? An image? A file?
# Sep 20th 2019, 08:26 marius.treu it will handle it automatically i guess
# Sep 20th 2019, 08:26 marius.treu if you configure cakephp to use database session
# Sep 20th 2019, 08:26 marius.treu i dont know cakephp handles the serialisation
# Sep 20th 2019, 08:26 marius.treu ah sorry
# Sep 20th 2019, 08:26 adam282 Ugh, I asked what was in it the blob, not what is a blob. I know what a blob is.
# Sep 20th 2019, 08:25 marius.treu mysql datatype ^^
# Sep 20th 2019, 08:25 adam282 @marius.treu https://stackoverflow.com/questions/32275558/upload-files-using-cakephp-3-and-store-it-in-a-blob
# Sep 20th 2019, 08:25 adam282 What’s in the blob? An image?
# Sep 20th 2019, 08:25 adam282 @marius.treu what do you mean?
# Sep 20th 2019, 08:25 challgren It's underwhelming
# Sep 20th 2019, 08:24 adam282 Haha, I visited your state back in June. Was kind of disappointing.
# Sep 20th 2019, 08:24 marius.treu hi guys, does someone knows by coincidence, how to read out a database data blob with cakephp?
# Sep 20th 2019, 08:24 challgren Yee haw!
# Sep 20th 2019, 08:24 adam282 Texas?
# Sep 20th 2019, 08:23 challgren Haha, me to but slowly it's turning to Cali here
# Sep 20th 2019, 08:22 adam282 I don’t do liberal states, I like my guns and rights
# Sep 20th 2019, 08:22 adam282 Neither, AZ
# Sep 20th 2019, 08:21 challgren Or Colo
# Sep 20th 2019, 08:21 challgren Cali?
# Sep 20th 2019, 08:20 adam282 MST
# Sep 20th 2019, 08:20 challgren CST
# Sep 20th 2019, 08:19 adam282 Ah, you do as well
# Sep 20th 2019, 08:19 adam282 I need just over a year ago and haven’t looked back. Smoked a pack of Marlboro Reds every day for 10+ years (I live in the US)
# Sep 20th 2019, 08:19 challgren I'm doing both ;-)
# Sep 20th 2019, 08:19 adam282 You should stop smoking those and switch to vaping
# Sep 20th 2019, 08:18 challgren I'll explain more in a bit in pm having a smoke break before I throw my computer out the window
# Sep 20th 2019, 08:18 adam282 Oh man, I hate Java
# Sep 20th 2019, 08:18 adam282 If you’re looking for autoscaling, you would create autoscaling groups
# Sep 20th 2019, 08:18 challgren Nah it's spring
# Sep 20th 2019, 08:18 adam282 If you’re running a simple CakePHP application that’s high trafficked and cannot be cached, I would use an Elastic Load Balancer on the frontend, directing traffic to the back EC2 instances and then using AWS RDS (MySQL, Aurora, MariaDB, etc) for the database. You can also use AWS ElasticSearch or whatever other services you need behind that.
# Sep 20th 2019, 08:17 challgren Like build it and push it to ecr
# Sep 20th 2019, 08:17 challgren Yeah but to deploy the container
# Sep 20th 2019, 08:16 adam282 Well, that’s because you wouldn’t update the code inside the container, you would build a new container and distribute that.