You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backup does not backs up the deal logs and dagstore.
19
+
20
+
### Online backup
21
+
22
+
You can take an online backup with the below command
23
+
24
+
```
25
+
boostd backup <backup directory>
26
+
```
27
+
28
+
The online backup supports running only once instance at a time and you might see a locking error if another instance of backup is already running.
29
+
30
+
### Offline backup
8
31
9
32
1. Shutdown `boostd` before taking a backup
10
33
2. Take a backup using the command line
11
34
12
35
```
13
-
boostd backup <backup directory>
36
+
boostd backup --offline <backup directory>
14
37
```
15
38
16
39
{% hint style="info" %}
17
-
Boost backup does not include dagstore and user can copy dagstore directory to a bckup location manually. Dagstore can be reinitialized if there is no backup.
40
+
Boost offline backup does not include Dagstore and user can copy dagstore directory to a backup location manually. Dagstore can be reinitialized if there is no backup.
18
41
{% endhint %}
19
42
20
-
###Restore
43
+
## Restore
21
44
22
45
1. Make sure that `--boost-repo` flag is set if you wish to restore to a custom location. Otherwise, it will be restored to `~/.boost` directory
0 commit comments