How to upgrade from 13 to 14 by new installation and restore from v13 database backup

how to upgrade from 13 to 14 by new installation and restore from v13 database backup.

Thanks

  1. Take the full backup ( Public Files, Private Files and Database) in V13.
  2. Copy the back files on a new installed server of V14.
  3. Restore the backup with files on new server
  4. After Restore run the command - bench migrate
1 Like

can pro get more datiles
many thanks

bench --site {site} backup --with-files
   --backup-path-conf {conf_path}
   --backup-path-db {db_path}
   --backup-path-files {files_path}
   --backup-path-private-files {private_path}
bench --site {site} restore {path/to/database/file}
     --with-public-files {path/to/public/archive}
     --with-private-files {path/to/private/archive}
bench --site {site} migrate
1 Like

many thanks mangroliya i will try it

Hi,

Were you able to do this successfully?