Skip to content

Commit 42923c1

Browse files
authored
Merge pull request #39694 from github/repo-sync
Repo sync
2 parents 33b1679 + 1b05bcc commit 42923c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/migrations/using-ghe-migrator/migrating-data-to-github-enterprise-server.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ shortTitle: Migrate data
3535

3636
{% data reusables.enterprise_installation.ssh-into-target-instance %}
3737

38+
1. Ensure the migration archive has sufficient read permissions.
39+
40+
```shell
41+
chmod 644 /home/admin/MIGRATION-GUID.tar.gz
42+
```
43+
3844
1. Use the `ghe-migrator prepare` command to prepare the archive for import on the target instance and generate a new Migration GUID for you to use in subsequent steps:
3945

4046
```shell

0 commit comments

Comments
 (0)