Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create replica database server

Configure replication server

Note

Now we are at a clean database server in another facility - e.g. Vancouver

...


Now start the replica server:

Code Block
# start the Postgres server
pg_ctl -D /var/lib/postgresql/daselement-munich-replica

Any changes made in the primary database get synced/streamed to the replication server(s). If the replication server is down it will add the changes once it’s back online!

Configure library

In the other facility copy and import the library (.lib) from main facility:

...