Forums | Admin

Discussion Forums: rubyforge-help

Start New Thread Start New Thread

 

By: Tom Copeland
RE: Exception caught: no connection to 'left' dat [ reply ]  
2013-03-02 00:10
You should probably post this to the project's forum, not to this forum - this is for questions about Rubyforge itself.

By: Alexander La Valle
Exception caught: no connection to 'left' dat [ reply ]  
2013-02-19 16:30
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