How To Take Backup Mannually

Locate the target deployment
Log in to the Control Panel and locate your target deployment on the Home page or the My Applications page.

Click the “Manage” button on the Home page or the My Applications pgae, followed by the “Snapshots” tab. You will be shown a list of backup files. A “TAKE SNAPSHOT” button on the buttom allows you to manually back up your data, which will be a system-level backup.


Back up your data
Export your backup
Click the three-dot icon at the end of the backup file you want to export. Then click “Export”.

Your backup will be transferred to a file server. It may take 15-30 minutes. Once the backup is transferred, there are two options for you to get what you want:

Option 1: come back to control panel to download your backup. Please repeat the steps described above to get your files under the Snapshots. Click the download icon at the end of the backup file to get the backup.


Option 2: get the backup through the download link via an email from us.

Reset the Website Login Password

Sometimes you lost your password or import data from other Magento backup, then you need to reset the password for admin user in your Magento site. You can reset password via client panel.


1.Log in to the Client Panel
log in to the Control Panel with your credentials. Go to the “My Applications” page and locate your target deployment from all deployments listed.


2. Navigate to the “Site & SSL” page
Click the “Manage” button on the Home page or the My Applications pgae, followed by the “Site & SSL” tab.

3. Reset the password
Search the site, followed by clicking “Reset Password”. Then reset the admin user password and save it.
Congratulations! You’ve successfully reset your password.

Installing a free SSL Certificate for Magento

The artical for the installation of Let’s Encrypt certificate for a domain.


1. Locate the target deployment
Please log in to the Control Panel with your credentials. And locate your target deployment on the Home page or the My Applications page.


2. Navigate to the “Site & SSL” page
Click the “Manage” button on the Home page or the My Applications pgae, followed by the “Site & SSL” tab. Then find the domain you would like to enable the SSL certificate for.

3. Enable free SSL certificate
Click on free SSL Enable Free SSL If your domain is not pointing to the IP address we provide, Free SSL cannot work.

Setting up URL Redirect between non-www and www for Magento Websites

Cloud Clusters support URL redirects from non-www URLs to www or from www to non-www. This can be performed in the Client Panel.
1.Log in to the Client Panel
Please log in to the Control Panel with your credentials. And locate your target deployment on the Home page or the My Applications page.


2.Navigate to the “Site & SSL” page
Click the “Manage” button on the Home page or the My Applications pgae, followed by the “Site & SSL” tab. Then find the domain you would like to enable the SSL certificate for.

3.Set up URL Redirect
Locate the URL you’d like to set up redirects for. Then, click the settings icon, followed by URL Redirect.


On the pop-up window, you can set up http redirect and url redirect. Tick the type of redirection you’d like to set up and click submit.

Note: To redirect http to https, you will need to install SSL certificate for the site. If you have not installed SSL certificates, please refer to guides on how to install a free SSL certificate or how to install a customized SSL cerfiticate.

That’s it. Now you have finished setting up URL redirect for your Magento sites.

Managing DNS Zone

Cloud Clusters offers name servers to manage DNS records for your domain. If you are new to this, please follow the steps below.

Note:

  • Before you start, make sure you have created your customized domain.
  • If you are using your own nameservers, you must make the “www” and blank DNS A records of your domain point to the IP address we provide in the Control Panel.
1. Go to the “Manage DNS” page
Click the icon at the end of the domain you just added, followed by clicking “Manage DNS”. The DNS Settings dialog box will appear.


2. Add DNS records
Click Add to add DNS records. We support five DNS record types, including A record, MX record, NX record, TXT record, and CNAME record.

Records Under DNS ZONE:Example.com

Create A record:

An A record maps a domain name to the IP address (Ipv4) of the computer hosting the domain. By default, The system has created a blank A record and a www A record


Create MX Record
MX records are used to specify the e-mail server(s) responsible for a domain name.

Before you create the MX record, an A record for the mail domain –“Record Name: mail; IP: Your mail IP”

Create an NS record
NS records identify the DNS servers authoritative for a zone.


Create a TXT record
TXT records are used to provide the ability to associate arbitrary text with a host or other name


Create a CNAME record
CNAME records can be used to alias a hostname to another hostname.
Records under DNS ZONE:example com you can check.


Click on Add

Adding Your Domain to Magento

1.Log in to the Client Panel

Please log in to the Control Panel with your credentials. Then locate your target deployment on the Home page or the My Applications page.


2. Navigate to the “Site & SSL” page
Click the “Manage” button on the Home page or the My Applications pgae, followed by the “Site & SSL” tab.


3.Add your domain
On this page, you can see that a default domain magento-XXXX-0.cloudclusters.net is configured for each newly-created Magento site. Locate the website and click “Create Domain” to add your customized domain.

  • Step 1 Click “Create Domain” to add your customized domain.
  • Step 2 Input the domain name. For example: testsite.com
  • Step 3 Decide if you would like to use our nameservers or not.
  • Yes: If you use our nameservers, please set your domain’s nameservers to ns1.cloudclusters.net & ns2.cloudclusters.net.
  • No: If you prefer to use your own nameservers, you must make the “www” and “none” DNS A records of your domain point to the IP address we provide in the Control Panel.

The IP can be viewed here.


4. Check domain
This is a feature to check your domain health. Click the Check Domain button for a domain. You will get the check result in a few seconds.
If there are any issues about your domain, please make sure the issues are addressed.


5.Enable Free SSL
The following steps are for installing free Let’s Encrypt SSL to your domain. If your domain is not pointing to the IP address we provide, Free SSL cannot work.


 6.Make your domain as the primary domain.

If you prefer to have a particular domain as your primary one, you can define that as illustrated in the following picture. Changing the primary domain will change the website’s URL and the URL in your Magento’s database.

7.Manage your Magento website.

You can now manage your Manage website via browser.

How to Optimize Your Magento Database Log for Faster Loading

Note:
Don’t forget to back up your database before launching any kind of optimisation process.
We will discuss the three ways tp optimize your Magento Database

A.About Magento logging

By cleaning the database log tables and tweaking Magento’s log settings. You use Magento’s administration interface to optimize log settings.
Magento comes with a PHP script that can be used from the command line to clean database log tables and determine their size.

B.Magento Log Types

There are two log types in Magento. The first one is System and Exception log files. They’re disabled by default. So, if you want to have a detailed report on any system events, you’ll need to enable them. 

Go to System → Configuration → Advanced → Developer → Log Settings and choose Yes under the Enabled drop-down setting, and click on Save Config:

The logs will be saved in the ‘var/log’ directory, don’t forget to check and clean them periodically, as well as logs from ‘var/report’.

The second type is what we talk about today saves logs on any events related to customers’ activities. The data is saved in Magento Community Edition (CE) database tables listed below:

log_customer
log_visitor
log_visitor_info
log_visitor_online
log_summary
log_summary_type
log_url
log_url_info
log_quote
Index_event
report_event
report_viewed_product_index

The tables contain lots of useful info like a customer’s login/out date and time, the URLs they visited as a part of a session, the products they compared, the quotes they made, their actions in-store, in general, etc.

Magento Enterprise Edition (EE) has two more tables, namely enterprise_logging_event and enterprise_logging_event_changes.

All this data accumulates and hampers your Magento if not cleaned timely. Thus, the bigger the store, the more unnecessary info overloads your website. So, here are three ways to solve this.

Clean Magento Database Logs via the Admin Panel

The steps you need to take here are:
1. Log in to your Admin panel.
2. Go to System → Configuration.
3. Go to the left sidebar, find the Advanced menu and click on System.
4.Choose the Log tab from the menu and set Enable Log to Yes, and set up a desired automatic log cleaning frequency.
 5.Click on Save Config.

Clean Magento Database Logs via MySQL Client 

1.Enter the phpMyAdmin panel from your hosting control panel.
2.Enable the checkboxes for the next tables with logs:

log_customer
log_visitor
log_visitor_info
log_visitor_online
log_summary
log_summary_type
log_url
log_url_info
log_quote
Index_event
report_event
report_viewed_product_index
report_compared_product_index
catalog_compare_item
dataflow_batch_export
dataflow_batch_import

Add enterprise_logging_event and enterprise_logging_event_changes if you use EE.
Go to the action drop-down With the Selected menu at the bottom of the page and choose Empty.
Then click Yes on the appeared confirmation page. You now truncated the selected tables.
Now go to the top of the page and click on the Structure tab. Tick the same tables you’ve just truncated, and under the With Selected list, click on Optimize.

Clean Magento Database Log Tables Using the Command Line
You can make the Magento database cleanup through the log.php file in Magento /shell. It can be run both manually and by using a cron job.

When you run the cleaning manually, do the following:

1.Go to the root directory (terminal) and use the command:

php -f shell/log.php clean

2.See the results:

php -f shell/log.php status
 
Disable Magento Logging

1.Open the app/etc/local.xml file.
2.Paste the next patch before the </config> tag, and then save the local.xml file.
3.Navigate to System → Configuration → Advanced → Disable Modules Output and     choose Disable for Mage_Log.
4.Flush your Magento cache.



How to Configure Settings in WordPress?

How to configure WordPress settings:

  • Log in to WordPress.
  • Go to settings and choose General from the sidebar on the left.
  • You may change the blog title, tagline, and website URL in the General settings page’s sections.
  • The timezone, date, and time formats are also editable.
  • Select Save Modifications.
  • Click on Writing now. You may change the options relating to posting on this page.
  • If you have made changes, be sure to click Save Changes before leaving a page.Visit Reading.
  • You may choose how many blog pages to display in this area. Select Save Modifications.
  • Select “Discussion.”
  • You may modify the options for comments and avatars in this area.Select Save Modifications.
  • Choose Media.
  • You may choose the image sizes for posts’ included photos on this page.Select Save Modifications.
  • Choosing Permalinks The kind of URL structure for your website may be specified here under Common Settings, Click on Save Changes.
  • Click on Privacy. On the Privacy settings page, you can change the privacy policy from this dropdown or create a new page by clicking on the Create New Page button.

That’s how you can configure settings in WordPress.

How To Find The Database Details Of Your WordPress In cPanel?

This post is perfect for you if you’re new to WordPress and don’t know how to access your WordPress database details.
You can locate the WordPress database, DB User, and DB Password in the wp-config.php file by following these instructions.

  • Login to cPanel.
  • Click on the option – ‘File Manager.
  • Look for your WordPress installation and find the file called – ‘wp-config’.
  • Right-click on the ‘wp-config’ file and click on the ‘View’ option. This will open the wp-config file in a new tab.

How to login cPanel

Please perform the below steps for how to login cPanel

To log in to the cPanel interface, perform the following steps

Enter the IP address or domain and the 2083 service port in your preferred browser (for example, https://198.51.100.1:2083 ).

Enter your cPanel username in the Username text box. Enter your password in the Password text box.

To access Cpanel, please use the url http://domain.com/cpanel where domain.com is your domain name. You can also use the url https://serverhostname:2083 to access CPanel.
In Below Image you can see that the URL and then write username and password then you can login to your Cpanel.