Automate Database Backups
This is a tiny bash script, supposed to be executed via cronjob, which helps you back up your MySQL database on a regular basis.
By Erik. Erik Pöhler's Weblog.- Filed under Linux,
- MySQL and MariaDB
- & Tutorials
This is a tiny bash script, supposed to be executed via cronjob, which helps you back up your MySQL database on a regular basis.
By Erik. Erik Pöhler's Weblog.13 years ago, someone recommended TextMate to me. I wanted to give something back, but the developers of TextMate don’t accept donations at the time being, so instead of donating, I decided to recommend TextMate to you today. 🙂 It doesn’t replace an IDE, but it is and has been a very useful and powerful […]
By Erik. Erik Pöhler's Weblog.This article shows you how to export a Shopware 6.4 MySQL 8.x database to a file and then reimport the dump back into MySQL 8.x without any problems.
By Erik. Erik Pöhler's Weblog.The current version of Shopware 6.4 officially supports MySQL and MariaDB. That said, it’s not compatible with a lot of minor and bugfix releases from the last one and a half years. Although the underlying doctrine/dbal package has been updated to work with current MySQL >= 8.0.20 in July 2020 it hasn’t made its way […]
By Erik. Erik Pöhler's Weblog.This is part 8 of my article series 25+ Tutorials on How to boost the performance of your WooCommerce store. There are many reasons why one might want to log data on an e-commerce website. Data is crucial for reports, analysis, debugging and more. Here we take a look at what to log when and what not.
By Erik. Erik Pöhler's Weblog.Whenever you get this error, you have most likely erroneous file and folder permissions. To fix this run chmod -R 0660 config/jwt
By Erik. Erik Pöhler's Weblog.