File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,19 @@ Before adding the cron job it would be best practice to mount an external storag
35
35
# Restore
36
36
Restoring a backup of the appliance will be done using SSH or the console.
37
37
38
- 1 . Download a backup TGZ and place it in ` / `
39
- 2 . On the command line:
38
+ 1 . Set the hostname on the new appliance. On the command line:
39
+ ``` bash
40
+ hostnamectl hostname your-new-hostname.example.com
41
+ echo " your.ip.address your-new-hostname.example.com your-new-hostname" >> /etc/hosts
42
+ ```
43
+ 2 . Download a backup TGZ and place it in ` / `
44
+ 3 . On the command line:
40
45
``` bash
41
46
cd /
42
47
tar -zxf /backup.tgz
43
48
rm -f /backup.tgz # if desired to save space
44
49
```
45
- 3 . Launch ` appliance_console `
50
+ 4 . Launch ` appliance_console `
46
51
1 . Since the database has not yet been initialized, select ` Configure Application ` .
47
52
1 . When prompted to configure the database, select ` Create Internal Database `
48
53
2 . When prompted to configure messaging, either connect to an external messaging system or configure this appliance as a messaging server
@@ -55,4 +60,4 @@ Restoring a backup of the appliance will be done using SSH or the console.
55
60
3 . Select ` Restore Database From Backup `
56
61
- Decide whether you want to delete the backup file in /tmp after restore. (Yes)
57
62
4 . Select ` Start EVM Server Processes `
58
- 4 . After a few minutes, you can log into the web UI and see all of the data contained in the backup.
63
+ 5 . After a few minutes, you can log into the web UI and see all of the data contained in the backup.
You can’t perform that action at this time.
0 commit comments