On Mon, Aug 20, 2012 at 3:15 PM, Charles Viana <charles.vi...@gmail.com>wrote:

>
>
> 2012/8/20 Flavio Henrique Araque Gurgel <fla...@4linux.com.br>
>
>>
>> Em 20-08-2012 14:36, Charles Viana escreveu:
>> >     Tente:
>> >     bucardo_ctl add db teste port 5434 host localhost user bucardo
>> >     --dbport=5434 --dbhost=localhost --dbuser=bucardo
>> >
>> >     Com esses parâmetros funciona.
>> >     So que para adicionar tabelas da erro:
>> >     bucardo_ctl add all tables db teste --dbport=5434 --dbhost=localhost
>> > --dbuser=bucardo
>> >     DBI connect('dbname=teste;port=5432','postgres',...) failed: FATAL:
>> >   role "postgres" does not exist at  /usr/local/bin/bucardo_ctl line
>> 5279
>> >     Repare que a porta e usuário não mudaram no log de erro.
>>
>> Ok. Veja só, porta 5432...
>>
>> >     Pergunto: você tem algum banco na porta 5432?
>> >
>> >     Sim tenho.
>>
>> Ok. Qual a saída de:
>> bucardo_ctl show all
>>
>> Parece que você começou o processo errado desde o começo. Mande a saída
>> pra nossa análise aqui.
>>
>> []s
>>
>> Flavio Henrique A. Gurgel
>> Consultor e Instrutor 4Linux
>> Tel: +55-11-2125-4747
>> www.4linux.com.br
>> _______________________________________________
>> pgbr-geral mailing list
>> pgbr-geral@listas.postgresql.org.br
>> https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
>>
>
> bucardo_ctl show all
>
> audit_pid                 = 0
> autosync_ddl              = newcol
> bucardo_current_version   = 4.5.0
> bucardo_version           = 4.5.0
> ctl_checkabortedkids_time = 30
> ctl_checkonkids_time      = 10
> ctl_createkid_time        = 0.5
> ctl_nothingfound_sleep    = 0.2
> ctl_pingtime              = 600
> default_email_from        = nob...@example.com
> default_email_host        = localhost
> default_email_to          = nob...@example.com
> email_debug_file          =
> endsync_sleep             = 1.0
> host_safety_check         =
> kid_abort_limit           = 3
> kid_abort_sleep           = 1
> kid_nodeltarows_sleep     = 0.8
> kid_nothingfound_sleep    = 0.3
> kid_pingtime              = 60
> kid_serial_sleep          = 10
> log_conflict_details      = 0
> log_conflict_file         = bucardo_conflict.log
> log_showline              = 0
> log_showpid               = 0
> log_showtime              = 3
> max_delete_clause         = 200
> max_select_clause         = 500
> mcp_dbproblem_sleep       = 15
> mcp_loop_sleep            = 0.1
> mcp_pingtime              = 60
> piddir                    = /var/run
> reason_file               = bucardo.restart.reason.log
> stats_script_url          = http://www.bucardo.org/
> stopfile                  = fullstopbucardo
> syslog_facility           = LOG_LOCAL1
> tcp_keepalives_count      = 0
> tcp_keepalives_idle       = 0
> tcp_keepalives_interval   = 0
> warning_file              = bucardo.warning.log
>
>
Flavio muito obrigado, foi o que vc disse em um post anterior,
--dbhost=localhost --dbuser bucardo --dbport serve para conectar, para
salvar as confs host,user e port

O correto seria:
bucardo_ctl --dbhost=localhost --dbuser bucardo --dbport 5434 add db teste
port=5434
bucardo_ctl --dbport=5434 --dbhost=localhost --dbuser=bucardo add all
tables db teste
New tables added: 255
Already added: 0

Achei confuso os parâmetros.
_______________________________________________
pgbr-geral mailing list
pgbr-geral@listas.postgresql.org.br
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Responder a