-
Notifications
You must be signed in to change notification settings - Fork 325
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
No master server available for replication after upgrade to 2.1.6 #449
Comments
Please share the actual value of those environment variables. |
Hi, The values are: "REDIS_MASTER_URL": "redis://redis.mydomain.com", I've a redis server on redis.mydomain.com, and a local redis. Before updating, redis master was replicated in local instances of my app |
We have the same issue after upgrading from 2.1.3 to 2.1.6. Our config is as follows:
|
In our scenario the issue (No master server available for replication) only occurs on a Symfony 4 installation. An almost identical implementation on the same environment using Symfony 3 did not throw any exceptions when updating to |
@B-Galati I suppose this is yours to look into ;) |
@curry684 yeap! |
Has this problem been resolved? |
@wukchao Not yet sorry |
@B-Galati any progress on this? let me know if you need more info. |
@kasperhendriks I will let you know ;-) I will look into it in coming weeks/months. |
Connection alias was not set anymore by the parameters factory
Fix #449 - No master server available for replication
Hi,
I'm getting this error "No master server available for replication" when I upgraded from 2.1.3 to 2.1.6, but the issue was introduced in 2.1.4 release.
My snc_redis configuration is:
The text was updated successfully, but these errors were encountered: