How could you backup the entire Tryton system in Dockers?
With docker you just need to back the volumes like Volumes | Docker Docs
And if you run the database also inside docker, you can follow https://simplebackups.com/blog/docker-postgres-backup-restore-guide-with-examples/
1 Like