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:11:11 +00:00
parent 557c943914
commit 6f8406f93f

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
);
/**