Skip to content
ngiger edited this page Jun 23, 2011 · 4 revisions

Puppet

Migration of a MySQL database to postgres is described under Migration MySql Postgres.

Took the puppet module from https://github.com/lak/puppet-postgres.git and add it as a submodule with the command git submodule add https://github.com/lak/puppet-postgres.git modules/postgres
Oder https://github.com/uggedal/puppet-module-postgresql

Failover

See http://www.postgresql.org/docs/current/interactive/warm-standby-failover.html

Backup

Gleiche Frequenz/Vorgehen wie bei schoebu.

Tests

We must write some tests to provoke errors running elexis. Z.B. JUnit-Test mit SQL-Statement, das absichtlich lange geht und jeder Schritt protokolliert wird.
Use two VM under archivista. “qm shutdown 300 && qm wait 300”

Clone this wiki locally