I would like to know if it is possible to have multiple different master-slave replications on a single Firebird server.
That is, several masters on a Firebird server, replicating to their corresponding replicas on another server.
file - replication.conf:
#master side
database = /your/db.fdb
{
journal_directory = /your/db/journal
journal_archive_directory = /your/db/archive
journal_archive_timeout = 10
}
database2 = /your/db2.fdb
{
journal_directory = /your/db2/journal
journal_archive_directory = /your/db2/archive
journal_archive_timeout = 10
}
I already tried something like that. But it only recognizes one.