Re: Considering Mailman ..
Posted by
gouessej on
Feb 13, 2020; 11:47am
URL: https://forum.jogamp.org/Considering-Mailman-tp4040355p4040368.html
Hello
Is it just a plain Postgresql SQL dump?
https://www.postgresql.org/docs/12/backup-dump.htmlWhich email format would you like to target? eml (mostly plain text) or mbox?
Personally, I would restore the database with the SQL dump file and use JDBC (JPA is probably overkill here).