fballiano / docker-magento2

Cluster ready Magento2 + Varnish 7 + PHP 8.1 + Redis 6.2 + Elasticsearch 7.17 + SSL
355 stars 164 forks source link

eMailing and db backup? #36

Closed hasanr68 closed 5 years ago

hasanr68 commented 5 years ago

Hi all.

Got this setup implemented. However, system email (transactions, forgot password) don't work. It would be great to have the following also:

  1. eMail setup (maybe php) + smtp.
  2. Database backups.

Any suggestions?

fballiano commented 5 years ago

Hi @hasanr68,

  1. you can use any smtp mudule for magento2 or mailchimp/mandrill or anything ;-)
  2. you can ssh the DB container and mysqldump or (better) back up directly the DB container ;-) but that's a little bit outside the scope of the project, it's more related to docker sysadmin