syncdb
syncdb copied to clipboard
syncdb reports error, but import is succesful
When I run a syncdb command an error is reported by drush, and a very large debugging output displayed. However, inside of this output there is no occurrence of anything but messages of type preflight/notice/debug/debugnotify/bootstrap/success, no warning or error. If I follow up the syncdb command with a drush cr, the site appears to be just fine, that the full db was synced.
I have removed all but the router.sql file from my remote site, here is a gist with the output I receive : https://gist.github.com/twardnw/0cfc09f0b1e6d392c7a24c4b2374afad
Hmm, this is very bizarre! Any thoughts on what might be happening @juampynr? I haven't yet used SyncDB on a D8 project.