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 3a88509 commit f73b19cCopy full SHA for f73b19c
test/test-ghe-restore.sh
@@ -113,6 +113,20 @@ begin_test "ghe-restore no host arg or configured restore host"
113
)
114
end_test
115
116
+begin_test "ghe-restore with no pages backup"
117
+(
118
+ set -e
119
+ rm -rf "$GHE_REMOTE_DATA_DIR"
120
+ setup_remote_metadata
121
+
122
+ # remove pages data
123
+ rm -rf "$GHE_DATA_DIR/1/pages"
124
125
+ # run it
126
+ ghe-restore -v localhost
127
+)
128
+end_test
129
130
begin_test "ghe-restore with tarball strategy"
131
(
132
set -e
0 commit comments