Mirroring an already in use server

Discussion in 'ISPConfig 3 Priority Support' started by ctql, Aug 31, 2015.

  1. ctql

    ctql New Member HowtoForge Supporter

    I have a server that has been in use for awhile. I setup a mirror of it but need to know how to get the master's linux accounts and httpd conf settings over to it (web files and DB are already taken care of). Can I just copy these files/directories:
    Code:
    /etc/httpd/conf/sites-available
    /etc/httpd/conf/sites-enabled
    /etc/passwd
    /etc/passwd-
    /etc/group
    /etc/shadow
    /etc/shadow-
    One thing I'm worried about is neither server has "Connect Linux userid to webid" checked. Is it safe to enable this now? Will everything work or do I need to script something to convert to that system now?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This can be copied.

    copy only the web* users and client* groups from these files, not the whole files.

    You can enable it now.
     

Share This Page