If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Question
If I delete my entire espoCRM folder, and then paste the entire folder as is, will I have a problem with the CRM? Assuming it is the same computer equipment, being the same web server directory as the previous one
Hi,
If you delete one espocrm directory, then paste another or install new one on the same place, it won't work because of few reasons:
1. In pasted EspoCRM you need to link it to DB in the /data/config.php file. Then run rebuild from CLI.
2. After step 1 you will not be able to login under the old passwords because new EspoCRM salt key in confi.php won't be the same as in the deleted EspoCRM. So you need either copy this parameter from the old EspoCRM and paste it to the config.php file OR set new passwords for all users from scratch.
Comment