Can I do a new install (of 7.x) but use the current database? Will the installer recognize the already filled up database?
In the past I would create a new empty database, install Espo with parms for new database, and then do a MySQLDump of the 'old' database and then do an import to the new one.
Can I omit the dump and import process? Is the installer smart enough to allow this? (i.e does the code in the installer say "CREATE TABLE IF NOT EXISTS ..." )
In the past I would create a new empty database, install Espo with parms for new database, and then do a MySQLDump of the 'old' database and then do an import to the new one.
Can I omit the dump and import process? Is the installer smart enough to allow this? (i.e does the code in the installer say "CREATE TABLE IF NOT EXISTS ..." )
Comment