Additional Deployment Options

From AgileApps Support Wiki
Revision as of 19:07, 26 June 2015 by imported>Aeric (Created page with "To further improve the performance of the system, data safety and data security, there are some additional things you can do: :* '''Send database backups to a distant, remote se...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To further improve the performance of the system, data safety and data security, there are some additional things you can do:

  • Send database backups to a distant, remote server.
    Keep the replicated database on premise, for instant failover when needed. But for disaster recovery, keep the backup database is 1000 miles away, or more.
  • Allow only the backup server to connect to the backup port.
    In addition to requiring the username and password to connect to the backup port, allow connections only from a specific IP address.
  • Add a Dynamic Site Accelerator--in effect, a giant cache in the cloud
    For example, use the Akamai accelerator.
  • Add Database Clustering.
    With a database cluster, the application server sees a single database, but inside the cluster many database servers are at work.