-
Notifications
You must be signed in to change notification settings - Fork 33
gw_fct_admin_manage_backup
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Function to manage backups for specific table
SELECT gw_fct_admin_manage_backup ($${"data":{
"action":"CREATE", "backupName":"test", "table":"config_form_fields"}}$$)
SELECT gw_fct_admin_manage_backup ($${"data":{
"action":"RESTORE", "backupName":"test", "newBackupName":"test2", "table":"config_form_fields"}}$$){"message":{"level":"0", "text":"BACKUP <<test>> for config_form_fields table sucessfully CREATED.
Rows affected: 5248."}}

