Replies: 2 comments 4 replies
-
@juanpicado Okay, let's discuss here ! |
Beta Was this translation helpful? Give feedback.
1 reply
-
It may have already been resolved, but in my case, bulk-npm-publish was helpful. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is directly related to the issue 1318
What am I doing:
copying the data folder from on verdaccio instance to another verdaccio instance
Current install (on perm server, ubuntu 18.04):
verdaccio config :
New install (on kubernetes cluster ):
installation guide : https://verdaccio.org/docs/kubernetes/
Usefull info from the deployment file
verdaccio config (the ConfigMap ):
Performed actions :
copy one project from /home/admin/verdaccio/storage on the current install to /verdaccio/storage/data on the new install, using
kubectl cp my-lib npm-verdaccio-pod:/verdaccio/storage/data/
ssh into the pod as root then
chmod -R 777 /verdaccio/storage
After a restart
Expected results, seeing the newly transferred package
Actual result : No Package Published Yet.
Beta Was this translation helpful? Give feedback.
All reactions