How to Submit WP Replication Loadbalancer Form?

How Can We Help?

How to Submit WP Replication Loadbalancer Form?

Product URL: Shop now

Below are the detail description of all the fields of WP Replication Loadbalancer form:

For example, you have 1 master (1.1.1.1), 2 slave (2.2.2.2, 3.3.3.3), 1 load balancer (4.4.4.4). Your database name ‘replication_db’ with ‘replication_user’ as DB user and ‘123456’ as DB password. Your domain is example.replication.com.

Number of MySQL Replica:

This is the number of slave replication of master.

For our example, You will write 2 on this field.

 Replication enables data from one MySQL database server (the master) to be copied to one or more MySQL database servers (the slaves).
 Long-distance data distribution – you can use replication to create a local copy of data for a remote site to use, without permanent access to the master.
 Data security – because data is replicated to the slave, and the slave can pause the replication process, it is possible to run backup services on the slave without corrupting the corresponding master data.

Master IP:

This is the master server IP address.

For our example, You will write 1.1.1.1 on this field.

Slave IP:

This is the slave server IP address. If you have multiple servers, then we can separate them with comma(,).

For our example, You will write 2.2.2.2, 3.3.3.3 on this field.

 A slave server maintains a copy of the data for the zone. The master server sends its data and delegates authority to the slave server.

Database Name:

This is the name of your database to be replicated.

For our example, You will write replication_db on this field.

User Name:

This is the user name of your database to be replicated.

For our example, You will write replication_user on this field.

Password:

This is the password of your database to be replicated.

For our example, You will write 123456 on this field.

Provider name:
This is the cloud server provider name. It could be GCE, AWS, Digital Ocean, Heroku etc.

For our example, You will write AWS on this field.

Master IP:

This is the master server IP address.

For our example, You will write 1.1.1.1 on this field.

Slave IP:

This is the slave server IP address. If you have multiple servers, then we can separate them with comma(,).

For our example, You will write 2.2.2.2, 3.3.3.3 on this field.

Domain name:

This domain name is your website name.

For our example, You will write example.replication.com on this field.

A domain name is the address where Internet users can access your website. A domain name is used for finding and identifying computers on the Internet.

Document Root Path:

This is the server path for your load balancer.

For our example, You will write /var/www/html/ on this field.

 The document root is a directory (a folder) that is stored on your host’s servers and that is designated for holding web pages.

Asset dir path in master server:

This is the server path for your assets folder in master server.

For our example, You will write /var/www/html/wp-contents/uploads/ on this field.

 An asset directory is a like a folder containing public files like images, js, css etc., except for arbitrary files instead of package files. You can access these files from your web browser and the RESTful API.

Asset dir path in slave server:

This is the server path for your assets folder in slave server.

For our example, You will write /var/www/html/wp-contents/uploads/ on this field.

 An asset directory is a like a folder containing public files like images, js, css etc., except for arbitrary files instead of package files. You can access these files from your web browser and the RESTful API.