Drupal backup quick tips
When I had to backup a large database I realized that timeout is a great enemy. I usualy do the following in order to avoid […]
When I had to backup a large database I realized that timeout is a great enemy. I usualy do the following in order to avoid […]
I have a customer with a version of Drupal 8 that did not support composer, as it became necessary to have it with newer versions, […]
TLDR It’s simply telling mysql: which user is doing the database import using -u to which database it should be imported using -p and finally […]
WARNING – Always make a backup before modifying your database. This came really handy when you have to manually migrate a WordPress website to another […]
Imagine that a customer calls you and complains that your application is becoming too slow. There might be tons of reasons for that, in some […]