🚀 [Feature] Backup
Created by: Tirokk
Authored by ulfgebhardt Closed
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Backup the Database and be able to restore it with minimum downtime
Describe the solution you'd like A clear and concise description of what you want to happen.
Something like
server.stop()
db.dump()
db.restore()
server.start()
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
No Backup ¯_(ツ)_/¯
Additional context Add any other context or screenshots about the feature request here.