Good Afternoon Forum,
I'm having the following problem, I configured everything, I generated the configuration file to do after replication. However, this showing me this message: Exception caught: no connection to 'left' database
here is my config file.:
# Used the component of the rubyrep config file.
# Defines the connection parameters to postgresql databases.
RR :: Initializer :: run do | config |
config.left = {
: adapter => 'postgresql', # or 'mysql'
: database => 'siprev_gestao'
: username => 'postgres'
: password => 'siprev123'
: host => 'localhost'
}
config.right = {
: adapter => 'postgresql'
: database => 'siprev_gestao1'
: username => 'postgres'
: password => 'siprev123'
: host => 'localhost'
}
end
Could someone help me?
graciously
Alexander la Valle
|