Advertisement
lifeboy

the tabel does not exist

Oct 17th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.01 KB | None | 0 0
  1. The first block of output shows this:
  2. Oct 17 14:11:08: [INFO] - mysql_lib.py (689): copying table compound_transaction_transaction_items
  3. Oct 17 14:11:08: [DEBUG] - mysql_lib.py (692): estimating rows in compound_transaction_transaction_items
  4. Oct 17 14:11:08: [DEBUG] - mysql_lib.py (721): compound_transaction_transaction_items will be copied in 3 slices of 2347558 rows
  5. Oct 17 14:11:08: [DEBUG] - mysql_lib.py (728): Executing query for table compound_transaction_transaction_items
  6. Oct 17 14:11:08: [DEBUG] - mysql_lib.py (733): Starting extraction loop for table compound_transaction_transaction_items
  7. Oct 17 14:12:56: [INFO] - mysql_lib.py (607): Table compound_transaction_transaction_items copied 33 %
  8. Oct 17 14:15:27: [INFO] - mysql_lib.py (607): Table compound_transaction_transaction_items copied 66 %
  9. Oct 17 14:15:27: [INFO] - mysql_lib.py (769): the table compound_transaction_transaction_items does not exist
  10.  
  11. However, on inspection, the "compound_transaction_transaction_items" table does exist in postgres.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement