Original installation Magento 2.2.0 with update to 2.2.1 and php 7.0.25
Actual server Magento 2.2.1 and Php 7.1
I been make the backup in 2 different ways:
1 - Full backup of all folders and files from cPanel + backup of the database.
2 - Backup from ssh terminal, I got 3 files one xxx_db.sql, one xxx_filesystem_code.tgz and one xxx_filesystem_media.tgz
I did this procedures:
1 - Installation from 0 linked the DB and uploading all files and folder by ftp of _filesystem_code.tgz y _filesystem_media.tgz.
Result: not work (to know I change the correct values of the file env.php in the folder app/etc)
2 - I upload by ftp the full backup of the folders and files and linked the data base
Result: not work (to know I change the correct values of the file env.php in the folder app/etc)
Also i proved different modifications what I found on internet but without a positive result, in some cases I can enter in the backend, but sometimes don't show all the items on the menu, on others it don't work at all.
Also did by terminal ssh connection this commands: upgrade, deploy, static-content, reindex and nothing, still can't make it work
Some one know exactly step by step how to transfer the full production site to other server?
Thanks in advance!