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:09:52 +00:00
parent a3805293b2
commit f00ba4dc9a

View File

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