Moving domain to a new one

Permalink
I when i move my site to the new domain i get this message
Doctrine \ DBAL \ Driver \ PDOException (1045)
SQLSTATE[28000] [1045] Access denied for user 'aveiropt_techcity '@'localhost' (using password: YES)
Previous exceptions
SQLSTATE[28000] [1045] Access denied for user 'aveiropt_techcity '@'localhost' (using password: YES) (1045)

I verify database.php configuration and everything it's ok.

I tried several suggestions to solve the problem but unsuccessful .

Best Regards

mgamelas
 
JohntheFish replied on at Permalink Reply
JohntheFish
Before creating the backup to move a site:
- turn off pretty URLs
- disable all cache
- clear the cache
- set doctrine entities to development mode

Once restored at new location
- refresh database entities
- clear the cache again
- enable any of the above you had enabled previously