Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis username needed for both databases #6423

Merged
merged 1 commit into from
Sep 10, 2022
Merged

Redis username needed for both databases #6423

merged 1 commit into from
Sep 10, 2022

Conversation

canoine
Copy link
Contributor

@canoine canoine commented Sep 9, 2022

Redis username needed for both 'default' and 'cache' databases.

I got this error message after updating firefly III to 5.7.11 :

 php ./artisan cache:clear

   Predis\Connection\ConnectionException 

  `AUTH` failed: WRONGPASS invalid username-password pair or user is disabled. [unix:/var/lib/redis/redis.sock]

  at vendor/predis/predis/src/Connection/AbstractConnection.php:132
    128▕      */
    129▕     protected function onConnectionError($message, $code = 0)
    130▕     {
    131▕         CommunicationException::handle(
  ➜ 132▕             new ConnectionException($this, "$message [{$this->getParameters()}]", $code)
    133▕         );
    134▕     }
    135▕ 
    136▕     /**

      +25 vendor frames 
  26  artisan:37
      Illuminate\Foundation\Console\Kernel::handle()

Redis username needed for both 'default' and 'cache' databases
@JC5 JC5 merged commit 38ebdd8 into firefly-iii:develop Sep 10, 2022
@JC5
Copy link
Member

JC5 commented Sep 10, 2022

Nice 👍

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants