fastmonkeys / stellar

Fast database snapshot and restore tool for development
MIT License
3.86k stars 119 forks source link

Warnings when snapshotting (MySQL) #19

Open uptownhr opened 10 years ago

uptownhr commented 10 years ago

After running the snapshop command I am able to see it from the 'snapsho list' command. However during the creation of the snapshop, i'm seeing these notices. Not sure if it's something worry about. Any ideas to what these warning messages mean and if I should worry about it?

Snapshotting database xxx
/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/default.py:436: Warning: Table storage engine for 'Account' doesn't have this option
Teemu commented 10 years ago

You are using Stellar with MySQL right?

orige-zz commented 10 years ago

Hey, @Frozenball. I'm having the same trouble with MySQL. What is that and how can I fix?

kevinjalbert commented 10 years ago

I see the same warnings when using MySQL. Any word on what the issue is?

stronk7 commented 9 years ago

Same here, I get 1 warning per table both on snapshot and restore. They are "normal" InnoDB tables, cannot imagine anything special with them.

Luckily... it seems that the warnings do not prevent stellar to work celestially, thanks for it!

MacOS X here + python 2.7 (installed via macports, just in case that helps).

edu2004eu commented 7 years ago

Maybe this answer might help developers fix this: https://stackoverflow.com/a/37013471/898423