Skip to content

Commit 549f5fd

Browse files
authored
Merge pull request #114 from packagist/update-migration-docs
Self-Hosted: update migration guide
2 parents a344dfb + d461e00 commit 549f5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/self-hosted/kubernetes-migration-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ it can take several minutes for this command to finish.
166166
```
167167
export UI_POD=$(kubectl get pods --field-selector=status.phase=Running --no-headers -o custom-columns=":metadata.name"|grep ui-)
168168
kubectl cp packagist_storage.tar.gz $UI_POD:/tmp/packagist_storage.tar.gz -c ui
169-
kubectl exec $UI_POD -c ui -- /bin/sh -c "/srv/manager/bin/console packagist:self-hosted:migrate-storage import /tmp/packagist_storage.tar.gz && rm /tmp/packagist_storage.tar"
169+
kubectl exec $UI_POD -c ui -- /bin/sh -c "/srv/manager/bin/console packagist:self-hosted:migrate-storage import /tmp/packagist_storage.tar.gz && rm /tmp/packagist_storage.tar.gz"
170170
```
171171

172172
### Start the Private Packagist application

0 commit comments

Comments
 (0)