DB content not pushed/pulled
-
Hey,
I got the following problem:
The DB content is not pushed/pulled from prerelease DB to live DB.
But the files are pushed/pulled, so in general config should be fine.I have the following setup:
2 WP Blogs (3.8) on same server but 2 different paths
2 DBs on same DB server (but other then the fileserver)The files got pushed/pulled but not the DB content.
I don’t find the issue in my setup so please help me!my dbs.ini.php:
[live]
host = dbm-wordpress-live.xxx.net
prefix = wp_
name = xxx
user = userxxx
pw = passxxx[prerelease]
host = dbm-wordpress-live.xxx.net
prefix = wp_
name = xxxpre
user = userxxxpre
pw = passxxxpremy sites.ini.php:
[live]
label = live
domain = blog.xxx.com
web_path = /var/www/liveblog
db = live
live = yes[prerelease]
label = prerelease
domain = preblog.xxx.com
web_path = /var/www/preblog
db = prerelease
live = noDEBUG Output:
[1] Push started at Tue, 21 Jan 2014 13:37:28 +0000
[2] Database backup off
[1] Maintenance mode on
[3] RUN: echo “<?php \$upgrading=1390311448; ?>” > /var/www/preblog/.maintenance
[1] Pushing database tables from live to prerelease: –tables wp_links wp_postmeta wp_posts wp_term_relationships wp_term_taxonomy wp_terms
[2] Database source: live (xxx) on blog.xxx.com
[2] Database dest: prerelease (xxxpre) on preblog.xxx.com
[3] RUN: /usr/bin/mysqldump –opt –verbose –host=dbm-wordpress-live.xxx.net -u userxxx -p’*****’ xxx –tables wp_links wp_postmeta wp_posts wp_term_relationships wp_term_taxonomy wp_terms | /usr/bin/mysql -D xxxpre -u userxxxpre –host=dbm-wordpress-live.xxx.net -p’*****’
[1] Maintenance mode off
[3] RUN: if [ -f “/var/www/preblog/.maintenance” ]; then rm “/var/www/preblog/.maintenance”; fi
[1] Push completed at Tue, 21 Jan 2014 13:37:28 +0000
[1] Push took 0.2834792137146 secondshttps://www.ads-software.com/plugins/sitepush/
BTW: I love the plugin. Have running it on another site without problems.
- The topic ‘DB content not pushed/pulled’ is closed to new replies.