Pro Turm wrote 01.11.2021 10:54:
        Drop database C, recreate replica from scratch.

could you please say what the recreation from scratch would look like according to your understanding ?

  Quoting README.replication:

## Creating the replica database

In the Beta 1 release, any physical copying method can be used:

* File-level copy when Firebird server is shutdown
* ALTER DATABASE BEGIN BACKUP + file-level copy + ALTER DATABASE END BACKUP
* nbackup -l + file-level copy + nbackup -n
* nbackup -b 0

Then the replica mode must be activated for the database copy. Two options are 
possible:

* gfix -replica read\_only <database> -- set up database as read-only 
replica
* gfix -replica read\_write <database> -- set up database as read-write 
replica


--
  WBR, SD.


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to