Skip to content

Commit 1b05bcc

Browse files
megamanicsCopilot
andauthored
Add read permission instructions for migration archive (#56996)
Co-authored-by: Copilot <[email protected]>
1 parent ed7c9d2 commit 1b05bcc

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)