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
I have an old EC2 server running 12.1.2 Chef server that I'd like to replace with the new one running Chef server 12.8.0. I created a backup on 12.1.2 using standard instructions (first option where I just tar/zip files) and restored it successfully on 12.8.0 or so I thought. Everything worked well including editing of existing environments and nodes until I tried to create a new node using knife from 12.8 client. It returned error 500 and I don't even know where to start looking on the server. Please, help
The text was updated successfully, but these errors were encountered:
Restoring data from an older version to a new version is likely to cause the kinds of issues that you have observed - the upgrade process includes schema and data migrations that will nopt get processed in a direct restore from a prior versiion.
If you're still having trouble, please make sure that you've done the following:
the new server should be the same version as the old server
restore the data
Install the 12.8 package
run chef-server-ctl upgrade
run chef-server-ctl start
From that point, everything should be fully operational.
I have an old EC2 server running 12.1.2 Chef server that I'd like to replace with the new one running Chef server 12.8.0. I created a backup on 12.1.2 using standard instructions (first option where I just tar/zip files) and restored it successfully on 12.8.0 or so I thought. Everything worked well including editing of existing environments and nodes until I tried to create a new node using knife from 12.8 client. It returned error 500 and I don't even know where to start looking on the server. Please, help
The text was updated successfully, but these errors were encountered: