-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move GOA to K8s #1996
Milestone
Comments
Initial rsync done. Notes
Commands$ time sudo rsync -aHAX --delete /var/goa/data/ brooke@datateam.nceas.ucsb.edu:/mnt/ceph/repos/goa/metacat/data/
real 1m14.854s
user 0m0.159s
sys 0m0.104s
brooke@mn-ucsb-2:~$ time sudo rsync -aHAX --delete /var/goa/documents/ brooke@datateam.nceas.ucsb.edu:/mnt/ceph/repos/goa/metacat/documents/
real 0m5.177s
user 0m0.144s
sys 0m0.081s
brooke@mn-ucsb-2:~$ time sudo rsync -aHAX --delete /var/goa/logs/ brooke@datateam.nceas.ucsb.edu:/mnt/ceph/repos/goa/metacat/logs/
real 0m2.261s
user 0m0.114s
sys 0m0.052s
brooke@mn-ucsb-2:~$ time sudo rsync -aHAX --delete /var/lib/postgresql/14/ brooke@datateam.nceas.ucsb.edu:/mnt/ceph/repos/goa/postgresql/14/
real 1m8.735s
user 0m10.161s
sys 0m24.387s |
Next action: GOA k8s initial setup (values overrides, PVs, secrets, metacatui theme etc) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tracking progress for moving
goa.nceas.ucsb.edu
to k8s prod cluster.Add any notes to this issue, and follow checklist in sub-issue #2061
The text was updated successfully, but these errors were encountered: