You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now expect the Chef Server to contain the public_key_read_access group for an organization. If it doesn't we can't back it up.
General Issue
Over the last few Chef Server releases a number of changes have been made to the default layout of an organization and default ACLs. If we don't account for all of the possible past structures of the Chef Server groups, then knife-ec-backup can not be used reliably facilitate migrations from old servers to new.
root@chef-e:~# /opt/chefdk/embedded/bin/knife ec backup backy -c /etc/opscode/pivotal.rb
Downloading Users
Downloading organization object for demo from https://127.0.0.1/organizations/demo
Copying /acls/groups/billing-admins.json
Copying /groups/billing-admins.json
Copying /acls/groups/public_key_read_access.json
ERROR: Server returned error 500 for https://127.0.0.1/organizations/demo/groups/public_key_read_access/_acl, retrying 1/5 in 3s
ERROR: Server returned error 500 for https://127.0.0.1/organizations/demo/groups/public_key_read_access/_acl, retrying 2/5 in 6s
ERROR: Server returned error 500 for https://127.0.0.1/organizations/demo/groups/public_key_read_access/_acl, retrying 3/5 in 12s
ERROR: Server returned error 500 for https://127.0.0.1/organizations/demo/groups/public_key_read_access/_acl, retrying 4/5 in 23s
ERROR: Server returned error 500 for https://127.0.0.1/organizations/demo/groups/public_key_read_access/_acl, retrying 5/5 in 47s
Specific Issue
We now expect the Chef Server to contain the public_key_read_access group for an organization. If it doesn't we can't back it up.
General Issue
Over the last few Chef Server releases a number of changes have been made to the default layout of an organization and default ACLs. If we don't account for all of the possible past structures of the Chef Server groups, then knife-ec-backup can not be used reliably facilitate migrations from old servers to new.
Similar in nature to #79
The text was updated successfully, but these errors were encountered: