Difference between revisions of "Additional Deployment Options"

From AgileApps Support Wiki
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...")
 
imported>Aeric
Line 1: Line 1:
<includeonly>===Additional Deployment Options===</includeonly>
To further improve the performance of the system, data safety and data security, there are some additional things you can do:
To further improve the performance of the system, data safety and data security, there are some additional things you can do:



Revision as of 19:08, 26 June 2015

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.