Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Migrating a Chef server to another server

I need to understand what all information is required to migrate a Chef server to another hosted server? I'm very new to Chef ,hence looking for this info..

Any help here is greatly appreciated !!

like image 858
Vidhya Kalyanpur Avatar asked May 27 '26 19:05

Vidhya Kalyanpur


1 Answers

Checkout the 'knife download' command. You can download your current configuration. It's good to have this checked into SCM of some kind as well.

You can also use the knife upload command to upload a complete repo to a new chef server.

like image 86
Bill Warner Avatar answered Jun 04 '26 18:06

Bill Warner