FallenOne - any pointers on this one ? Databa...
any pointers on this one ?
Database\Seeders\RolesAndPermissionsSeeder ..................................................................................... RUNNING
RedisException
Connection refused
at vendor/laravel/framework/src/Illuminate/Redis/Connectors/PhpRedisConnector.php:159
155▕ if (version_compare(phpversion('redis'), '5.3.0', '>=') && ! is_null($context = Arr::get($config, 'context'))) {
156▕ $parameters[] = $context;
157▕ }
158▕
➜ 159▕ $client->{$persistent ? 'pconnect' : 'connect'}(...$parameters);
160▕ }
161▕
162▕ /**
163▕ * Create a new redis cluster instance.
Solution:Jump to solution
Solved:
sudo add-apt-repository ppa:redislabs/redis
sudo apt update
sudo apt install redis-server
in /etc/redis/redis.conf I changed 'supervised auto' to 'supervised systemd'...
13 Replies
Your redis instance is either not running or is setup incorrectly
it's a fresh install of ubuntu 20.04.6 and only installs are from nntmux guide...
Solution
Solved:
sudo add-apt-repository ppa:redislabs/redis
sudo apt update
sudo apt install redis-server
in /etc/redis/redis.conf I changed 'supervised auto' to 'supervised systemd'
sudo reboot
sudo apt-get install php8.3-redis
php artisan nntmux:install
and all good
Great
but now this.. Your Composer dependencies require a PHP version ">= 8.2.0".
lol
Do php -v
PHP 8.3.9
It should work then
...it should..... but don't 🤥
oh if you got an idear, pleas reach out... the kids want dinner now 😆
Is this in VM or barebone server?
VM
VMware ESXi 6.7 8vCPU 64GBram
i can give you SSH access if you need/is easier?
Sure
ill PM you here