dopetalk

Technology => Technical Stuff => Topic started by: smfadmin on June 01, 2015, 10:19:35 PM

Title: Site Mirroring to an External Intranet
Post by: smfadmin on June 01, 2015, 10:19:35 PM
1. run the database backup (phpmyadmin-export or mysqldump dump) on LIVE

2. run the database restore (phpmyadmin-import or mysqldump restore) on DEV

3. run rsync -zpaAXPv --exclude-from=/data/exclusions root@forum.drugs-and-users.org:/var/www/html/ /var/www/html/ on DEV

(
cat /data/exclusions:
index.html
Settings.php
config.php
cache*
)

4. ONCE ONLY: phpbb: admin user addition in MySQL once only"
SimplePortal 2.3.6 © 2008-2014, SimplePortal