Hi,
I'm trying to move an old Espo 6.1.10 installation that is hosted externally onto a Linux Turnkey vm with Espo 8.0.6 already installed: https://www.turnkeylinux.org/espocrm
My problem is that after I follow the instructions to make a backup with the official backup script on the source host and then restore the backup on the target host, I can't log in with my admin user. Here's what I did:
- created a backup with the backup script from https://docs.espocrm.com/administrat...p-and-restore/
- installed turnkey vm on my host
- set and wrote down all passwords
- check if the original espo install on the target works (it does)
- backup data/config.php and config-internal.php from original install (from my source, I do not seem to have a config-internal.php, only config.php. This is a 10 year old Espo install that has been updated as far as possible on this hosted vm)
- scp'd my backup to the target turnkey host
- untared backup, restored files to /var/www/espocrm
- mysql --user=espocrm --password=MYPASSWORD espocrm < db.sql - I used credentials found in the original target config.php
- modified my freshly restored config.php to match the sql credentials, also copied the password salt
When I point my browser to the target Espo, I get the correct custom name of the Espo install, the login window looks the way it looks on the original, but when I try to log in with my admin account (account exists in Maria db) then I get "Username/Password wrong". The same user/pass works on the source.
What did I do wrong? Thanks!
I'm trying to move an old Espo 6.1.10 installation that is hosted externally onto a Linux Turnkey vm with Espo 8.0.6 already installed: https://www.turnkeylinux.org/espocrm
My problem is that after I follow the instructions to make a backup with the official backup script on the source host and then restore the backup on the target host, I can't log in with my admin user. Here's what I did:
- created a backup with the backup script from https://docs.espocrm.com/administrat...p-and-restore/
- installed turnkey vm on my host
- set and wrote down all passwords
- check if the original espo install on the target works (it does)
- backup data/config.php and config-internal.php from original install (from my source, I do not seem to have a config-internal.php, only config.php. This is a 10 year old Espo install that has been updated as far as possible on this hosted vm)
- scp'd my backup to the target turnkey host
- untared backup, restored files to /var/www/espocrm
- mysql --user=espocrm --password=MYPASSWORD espocrm < db.sql - I used credentials found in the original target config.php
- modified my freshly restored config.php to match the sql credentials, also copied the password salt
When I point my browser to the target Espo, I get the correct custom name of the Espo install, the login window looks the way it looks on the original, but when I try to log in with my admin account (account exists in Maria db) then I get "Username/Password wrong". The same user/pass works on the source.
What did I do wrong? Thanks!
Comment