benoit-bremaud / safebase-simplified

Projet Safebase simplifié
MIT License
0 stars 0 forks source link

feat: implement database restoration functionality #5

Closed benoit-bremaud closed 1 month ago

benoit-bremaud commented 1 month ago

Summary

This Pull Request implements the database restoration feature using the POST /restore route. It includes the utility function performRestore() to execute the restoration command using MySQL and various other enhancements to support this feature.

Tasks Completed

Related Issues