gitbucket-h2-backup-plugin
gitbucket-h2-backup-plugin copied to clipboard
GitBucket H2 Database Backup Plugin
The HTTP call to http://YOUR_GITBUCKET/database/backup to create the backup should be POST only, not GET since the remote system is "changing". Also it should really be **secured** for admins only,...
I tried using the backup script provides here https://github.com/gitbucket/gitbucket/wiki/Backup but the curl statement for starting the database export doesn't work. If i call the site myself in a browser like...
as 4.0 comes with external DB support this plugin should be extended & renamed
Please increase the backup reliability and usability by allowing to regularly schedule backup operations (e.g. every night)
Please increase the backup reliability and usability from ```/backups``` directory by: - listing of all backups present - possibility to download the one or the other backup file - delete...