You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up octopus with a fully replicated configuration, one master and one slave. I've been having issues with Rails 5.1 compatibility so I tried your feature branch fixing_replication_bug_new as specified in #440. Unfortunately, this configuration seems to send all write requests to the slave and nothing to the master.
I'm trying to set up octopus with a fully replicated configuration, one master and one slave. I've been having issues with Rails 5.1 compatibility so I tried your feature branch
fixing_replication_bug_new
as specified in #440. Unfortunately, this configuration seems to send all write requests to the slave and nothing to the master.shards.yml:
Trying to perform an update (logging in a user):
In Gemfile:
gem 'ar-octopus', git: 'https://github.com/thiagopradi/octopus.git', branch: 'fixing_replication_bug_new'
I can't use the 0.9.1 version of this gem because it seems to have other compatibility issues with 5.1.
The text was updated successfully, but these errors were encountered: