How to write a bash script to interact with a mysql database inside a docker container
I have a PrestaShop database running in a docker container that I intend to back up. The thing is, I need to put the e-commerce store into maintenance mode before I run it. Ideally, I intended to run the script…