Feature/manual db backup (#437)
Added: New button in manage server to manually create a backup of DB (Fixes Add on demand DB backup from Admin Dashboard #322)
This commit is contained in:
parent
66f40656dd
commit
3dbe7eec1f
5 changed files with 43 additions and 1 deletions
|
@ -23,4 +23,8 @@ export class ServerService {
|
|||
clearCache() {
|
||||
return this.httpClient.post(this.baseUrl + 'server/clear-cache', {});
|
||||
}
|
||||
|
||||
backupDatabase() {
|
||||
return this.httpClient.post(this.baseUrl + 'server/backup-db', {});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue