Algemeen Een database backuppen: /usr/local/psa/postgresql/bin/pg_dump -cDx databasename > /home/dump.sql Een database restoren: /usr/local/psa/postgresql/psql -f backupfile databasename username Het probleem is alleen dat je voor het dumpen een database de PGUSER…
Maand: mei 2008
SEC (Simple Event Correlator)
SEC (Simple Event Correlator) is an open source and platform independent event correlation tool that was designed to fill the gap between commercial event correlation systems and homegrown solutions that…