database not pushing
-
i’m trying to push the database and the files but only the files are pushing. i tried to push “entire database” and then i tried one of the other options at a time to see if that would make a difference, and it didn’t. all of my files are pushing fine. there are no errors being displayed (i enabled SitePush debug). my push results are below:
[1] Push started at Thu, 05 Sep 2013 19:44:47 +0000 [2] Database backup off [1] Maintenance mode on [3] RUN: echo "<?php \$upgrading=1378410287; ?>" > C:\wamp\www\wordpress.dev/.maintenance [1] Pushing database tables from live to dev: --tables wp_links wp_postmeta wp_posts wp_term_relationships wp_term_taxonomy wp_terms [2] Database source: live (wordpress) on localhost/wordpress [2] Database dest: dev (wordpress.dev) on localhost/wordpress.dev [3] RUN: C:/wamp/bin/mysql/mysql5.6.12/bin/mysqldump.exe --opt --verbose -u root -p'*****' wordpress --tables wp_links wp_postmeta wp_posts wp_term_relationships wp_term_taxonomy wp_terms | C:/wamp/bin/mysql/mysql5.6.12/bin/mysql.exe -D wordpress.dev -u root -p'*****' [1] Maintenance mode off [3] RUN: if [ -f "C:\wamp\www\wordpress.dev/.maintenance" ]; then rm "C:\wamp\www\wordpress.dev/.maintenance"; fi [1] Push completed at Thu, 05 Sep 2013 19:44:47 +0000 [1] Push took 0.1874988079071 seconds
[Please post log files between backticks or use the code button.]
when i enable backup, the .sql file doesn’t save but an .undo file does. not sure if that gives you anymore clues.
thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘database not pushing’ is closed to new replies.