Hello Everyone,
I need help in deciding what should I do to create a fail over server.
Server will host:
Both servers will on a local network. If primary server fails, secondary server should take over automatically on same IP address.
When primary server comes back online, it should have latest data before taking over from secondary server.
What hardware configuration should I go for both servers?
I need help in deciding what should I do to create a fail over server.
Server will host:
- Web Server - Apache or Nginx
- PHP Files - No changes in files. There is no need to sync files
- MySQL - All data will be stored in a MySQL database. It will change overtime and needs to be synced.
Both servers will on a local network. If primary server fails, secondary server should take over automatically on same IP address.
When primary server comes back online, it should have latest data before taking over from secondary server.
What hardware configuration should I go for both servers?