We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641c05b commit 06c9e0bCopy full SHA for 06c9e0b
bin/v-restore-database
@@ -1,9 +1,9 @@
1
#!/bin/bash
2
# info: restore single database
3
-# options: USER BACKUP DOMAIN [NOTIFY]
+# options: USER BACKUP DATABASE [NOTIFY]
4
# labels: panel
5
#
6
-# example: v-restore-web-domain USER BACKUP DATABASE [NOTIFY]
+# example: v-restore-database USER BACKUP DATABASE [NOTIFY]
7
8
# The function allows the user to restore a single database
9
# from a backup archive.
@@ -31,7 +31,7 @@ check_hestia_demo_mode
31
# Verifications #
32
#----------------------------------------------------------#
33
34
-args_usage='USER BACKUP DOMAIN [NOTIFY]'
+args_usage='USER BACKUP DATABASE [NOTIFY]'
35
check_args '3' "$#" "$args_usage"
36
is_format_valid 'user' 'backup'
37
0 commit comments