littlebizzy / slickstack

Lightning-fast WordPress on Nginx
https://slickstack.io
GNU General Public License v3.0
624 stars 113 forks source link

Install freeze on Running ss-install-redis-packages... #189

Closed willemkuijpers closed 1 year ago

willemkuijpers commented 1 year ago

Hi,

The installation gets a freeze when running on

Running ss-install-redis-packages...

after that the installation is freezing..

System ubuntu 22.04 lts

jessuppi commented 1 year ago

Thanks for reporting! @willemkuijpers

Looks like we missed fixing a few instances of apt to be the new ss_apt function, patched now:

https://github.com/littlebizzy/slickstack/commit/4ab06ac91a106a173e8997d148d3341b611973f2

jessuppi commented 1 year ago

Another tweak here: https://github.com/littlebizzy/slickstack/commit/a415f8dffc498cd3d86d06fe8ffe633358cfc661

jessuppi commented 1 year ago

On a side note I think we will change from Redis to Memcached for better stability, I have seen several WordPress sites have frozen Redis processes in the past, among other issues, it's just overly complex seems.

Ref: https://github.com/littlebizzy/slickstack/issues/183