Servers - zebrainvest/postgres GitHub Wiki

The propertytookit database is hosted on a server cluster of a single node, assisted by an archival server with plenty of storage space. The database does not have streaming replication, nor database transaction logs backup. A weekly database backup stored in the archival server is handled via a cron job calling backup_and_rsync.sh.

Database Server

  • Ubuntu 22.04
  • Can be accessed via SSH, standard port, user root
  • public IP address is 209.209.11.211
  • 8 x CPUs, Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz
  • 32GB RAM
  • 260GB disk (252GB used, 8GB free)
  • PostgreSQL v.15.12, hosting two databases

Archival Server

  • Ubuntu 22.04
  • Can be accessed via SSH, standard port, user property
  • public IP address is 188.40.58.201 (user property)
  • 12 x CPUs, Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz
  • 256GB RAM
  • 118TB disk (80TB used, 32TB free)
  • PHP application/website
  • PHP Zend Engine v4.1.2