Changes between Version 19 and Version 20 of transfer_site_between_servers
- Timestamp:
- Jun 9, 2016, 4:01:18 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
transfer_site_between_servers
v19 v20 127 127 Before changing the DNS we need to copy the file system data. 128 128 129 == fixing auto increment user_account_uid field == 130 131 When running the script to transfer sites between servers, the auto_increment field on the red_item_user_account table does not get properly incremented. 132 See: https://support.mayfirst.org/ticket/9127 133 129 134 == Copy data from the current to the new host == 130 135 … … 188 193 NOTE: It's critical that you delete the transfer-limbo site immediately. As long as that site exists, our imap proxy server will use it for directing IMAP logins (see #7178 for more details). 189 194 190 == fixing auto increment user_account_uid field ==191 195 192 When running the script to transfer sites between servers, the auto_increment field on the red_item_user_account table does not get properly incremented.193 See: https://support.mayfirst.org/ticket/9127