Here is what I would do since I have done it while back: 1) backup your CentOS 5.x 2) create a script loop for all your users like
for i in `cat users`; do vadduser [email protected] (mailto:[email protected]) ; done then rsync your users over and make sure your sql is the same like Mariadb version etc.. to sync your users’ passwords. that should allow you to get it as you needed. I just moved from one server to another long story short during this and worked just fine. Good luck! Remo > On Sunday, Sep 22, 2019 at 17:36, Tony White <[email protected] > (mailto:[email protected])> wrote: > Hi folks, > Has anyone used Eric's script for migrating to CentOS7 from CentOS5.11 please? > Was it successful? > > -- > best wishes > Tony White > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
