smtp4dev icon indicating copy to clipboard operation
smtp4dev copied to clipboard

Migration from sqlite to MySQL...

Open mueezmamoon opened this issue 1 year ago • 1 comments

Is there a way where we can use MySQL instead of the default sqlite database...

Let's say I want to deploy this application to AWS ECS, there isn't any way I can store the emails on sqlite!

Can someone help me out how I can configure the application to use MySQL.! Thanks!

mueezmamoon avatar Jul 15 '24 05:07 mueezmamoon

Only Sqlite is supported.

It should be possible to put the DB file into Amazon Elastic File system.

https://sqlite.org/forum/forumpost/8e84712c9d

rnwood avatar Aug 08 '24 15:08 rnwood