Restore database locally from dumps taken using Bitpoke Operator for MySQL.
- Place the
xtrabackup.gzfile in theinitdb.dfolder - Run
docker-compose up - Access using
mysql -u root -p -P 33060 -h 127.0.0.1(the default password isnot-so-secure)
- Run
docker-compose stopto stop the containers - Run
docker-compose rmto remove the containers - Run
docker volume rm stack-db-restore_mysqlto remove the mysql volume