- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to configure percona with Magento 2?
Is there any standard document available for this to study and implement. There is no information in Magento 2 devdocs. Please help.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Seems like you are correct ! On devdocs there is no such documentation for this but to help you out , we are using percona with magento 2 and we follow below commands to install it on Ubuntu !!
- cd /tmp/
- wget https://repo.percona.com/apt/percona-release_0.1-4.$(lsb_release -sc)_all.deb
- dpkg -i percona-release_0.1-4.$(lsb_release -sc)_all.deb
- sudo apt-get update
- sudo apt-get install –y percona-server-server-5.7
Once it configured - to install magento 2 is same procedure which we generally followed.
Sharing this link for you reference - https://www.digitalocean.com/community/tutorials/how-to-install-a-fresh-percona-server-or-replace-my...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Percona is a drop-in replacement for MySQL so you will just need to replace MySQL with Percona at the server level (with any up to date guide out there).
There's nothing that you will need to configure within Magento to work with Percona.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Seems like you are correct ! On devdocs there is no such documentation for this but to help you out , we are using percona with magento 2 and we follow below commands to install it on Ubuntu !!
- cd /tmp/
- wget https://repo.percona.com/apt/percona-release_0.1-4.$(lsb_release -sc)_all.deb
- dpkg -i percona-release_0.1-4.$(lsb_release -sc)_all.deb
- sudo apt-get update
- sudo apt-get install –y percona-server-server-5.7
Once it configured - to install magento 2 is same procedure which we generally followed.
Sharing this link for you reference - https://www.digitalocean.com/community/tutorials/how-to-install-a-fresh-percona-server-or-replace-my...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to configure percona with Magento 2?
Hi @Manthan Dave,
Thanks for useful information.
We will definitely give a try and let you know.
--------
Give Kudos if it helped or if problem is solved Accept it as a solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to configure percona with Magento 2?
Is it worked for you ? or you have still any issue on that ?
Sure !! awaiting for your response !!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Percona is a drop-in replacement for MySQL so you will just need to replace MySQL with Percona at the server level (with any up to date guide out there).
There's nothing that you will need to configure within Magento to work with Percona.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to configure percona with Magento 2?
Hi @Manthan Dave,
I will definitely update once we start implementing it, we are busy with few other things and yes this is on our list of implementations. You may expect update in 3 or 4 days.
Hi @JLHC,
Thanks for your comments. Let you know once implemented. Your help is highly appreciated.
--------
Give Kudos if it helped or if problem is solved Accept it as a solution