do not restore install_id, as that would give two systems with identical install_id

This commit is contained in:
Ralf Becker 2011-05-07 17:10:37 +00:00
parent 0d4aff73f1
commit be7ad8ec50

View File

@ -330,6 +330,7 @@ class db_backup
'httpproxy_server_username',
'httpproxy_server_password',
'system_charset',
'install_id', // do not restore install_id, as that would give two systems with identical install_id
);
/**