Changes between Version 11 and Version 12 of faq/domain/make-dev-site-live
- Timestamp:
- Nov 24, 2020, 7:38:15 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/domain/make-dev-site-live
v11 v12 1 1 [[TranslatedPages]] 2 2 [[PageOutline]] 3 4 This documentation needs to be updated, please submit a [/newticket ticket] asking for instructions instead. 5 3 6 = How do I copy my dev site to my live site? = 4 7 … … 11 14 If you are using a Drupal web site, you can install the [https://drupal.org/project/backup_migrate backup and migrate module] (and perhaps the [https://drupal.org/project/backup_migrate_files backup and migrate files] module as well). 12 15 13 == WordPress ==14 15 WordPress users may find the [http://wordpress.org/plugins/wordpress-move/ Wordpress Move] plugin helpful. Due to a security issue, the Wordpress Move plugin was closed as of January 26, 2018 and is no longer available for download.16 17 16 == Manually == 18 17 19 Attached to this wiki page is [attachment:sync-dev-to-live a script] that automates this process. If you are comfortable on the command line and want something that is more automatic, this may be the best route. 18 Manual migration requires copying the files from the dev site to the live site and creating a backup or "dump" of your database to be imported over the database of the current live site. 20 19 21 You will need to modify the script to meet your particular needs, however, once you have it working once, you can repeatedly use it to synchronizing your dev site with your live site. 20 ===Creating the database backup=== 22 21 23 You can download the script on your local computer and then [wiki:sftp sftp] the script to your server. 22 ===Copying site files=== 24 23 25 The main parts to modify are the first two lines, which specify the path to your live site and the path to your dev site. 26 27 In addition, you may optionally add information about your database if you want to copy your dev database into your live database (or leave them blank if you want to not mess with your databases). 28 29 If you have any trouble with the script, please submit a [/newticket ticket]. 30 31 24 [wiki:sftp sftp]