Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 193.85 KB | None | 0 0
  1. prcsmm@prcsmm:~/7-days-to-die-server-manager$ NODE_ENV=PRODUCTION node app.js
  2. 2019-10-21T03:44:30.344Z - info: Initializing custom hook (`CustomDiscordNotification`)
  3. 2019-10-21T03:44:30.348Z - info: Initializing custom hook (`playerTracking`)
  4. 2019-10-21T03:44:30.621Z - info: ยทโ€ข Auto-migrating... (alter)
  5. 2019-10-21T03:44:30.621Z - info: Hold tight, this could take a moment.
  6.  
  7. When attempting to perform the `alter` auto-migration strategy on model `analytics`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  8.  
  9. Error details:
  10. ```
  11. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'analytics'
  12. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  13. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  14. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  15. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  16. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  17. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  18. at emitOne (events.js:116:13)
  19. at Socket.emit (events.js:211:7)
  20. at addChunk (_stream_readable.js:263:12)
  21. at readableAddChunk (_stream_readable.js:250:11)
  22. at Socket.Readable.push (_stream_readable.js:208:10)
  23. at TCP.onread (net.js:607:20)
  24. --------------------
  25. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  26. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  27. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  28. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  29. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  30. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  31. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  32. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  33. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  34. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  35. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  36. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  37. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  38. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  39. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  40. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  41. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  42. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  43. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  44. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  45. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  46. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  47. code: 'ER_TABLEACCESS_DENIED_ERROR',
  48. errno: 1142,
  49. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'analytics\'',
  50. sqlState: '42000',
  51. index: 0,
  52. sql: 'DROP TABLE IF EXISTS `analytics`;' }
  53. ```
  54.  
  55. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  56. Some development data was recovered (see `.tmp/automigration.analytics.9471.log`). Any existing `analytics` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  57.  
  58. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  59.  
  60. To do that, re-lift your app using the `drop` strategy:
  61. ```
  62. sails lift --drop
  63. ```
  64.  
  65. After doing that once, you should be able to go about your business as usual.
  66. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  67.  
  68. For more about auto-migrations, visit:
  69. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  70.  
  71.  
  72. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  73. using the `alter` strategy, but was unable to transform all of your
  74. existing development data automatically. This temporary file was created
  75. for your convenience, as a way of holding on to the unmigrated records that
  76. were originally stored in the `analytics` model.
  77. (Otherwise, this data would have been lost forever.)
  78.  
  79. ================================
  80. Recovered data (`analytics`):
  81. ================================
  82.  
  83. []
  84.  
  85.  
  86. --
  87. For help with auto-migrations, visit:
  88. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  89.  
  90. For questions, additional resources, or to talk to a human, visit:
  91. http://sailsjs.com/support
  92.  
  93.  
  94.  
  95. When attempting to perform the `alter` auto-migration strategy on model `banentry`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  96.  
  97. Error details:
  98. ```
  99. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'banentry'
  100. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  101. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  102. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  103. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  104. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  105. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  106. at emitOne (events.js:116:13)
  107. at Socket.emit (events.js:211:7)
  108. at addChunk (_stream_readable.js:263:12)
  109. at readableAddChunk (_stream_readable.js:250:11)
  110. at Socket.Readable.push (_stream_readable.js:208:10)
  111. at TCP.onread (net.js:607:20)
  112. --------------------
  113. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  114. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  115. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  116. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  117. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  118. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  119. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  120. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  121. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  122. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  123. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  124. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  125. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  126. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  127. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  128. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  129. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  130. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  131. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  132. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  133. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  134. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  135. code: 'ER_TABLEACCESS_DENIED_ERROR',
  136. errno: 1142,
  137. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'banentry\'',
  138. sqlState: '42000',
  139. index: 0,
  140. sql: 'DROP TABLE IF EXISTS `banentry`;' }
  141. ```
  142.  
  143. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  144. Some development data was recovered (see `.tmp/automigration.banentry.9471.log`). Any existing `banentry` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  145.  
  146. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  147.  
  148. To do that, re-lift your app using the `drop` strategy:
  149. ```
  150. sails lift --drop
  151. ```
  152.  
  153. After doing that once, you should be able to go about your business as usual.
  154. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  155.  
  156. For more about auto-migrations, visit:
  157. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  158.  
  159.  
  160. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  161. using the `alter` strategy, but was unable to transform all of your
  162. existing development data automatically. This temporary file was created
  163. for your convenience, as a way of holding on to the unmigrated records that
  164. were originally stored in the `banentry` model.
  165. (Otherwise, this data would have been lost forever.)
  166.  
  167. ================================
  168. Recovered data (`banentry`):
  169. ================================
  170.  
  171. []
  172.  
  173.  
  174. --
  175. For help with auto-migrations, visit:
  176. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  177.  
  178. For questions, additional resources, or to talk to a human, visit:
  179. http://sailsjs.com/support
  180.  
  181.  
  182.  
  183. When attempting to perform the `alter` auto-migration strategy on model `commandreply`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  184.  
  185. Error details:
  186. ```
  187. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'commandreply'
  188. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  189. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  190. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  191. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  192. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  193. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  194. at emitOne (events.js:116:13)
  195. at Socket.emit (events.js:211:7)
  196. at addChunk (_stream_readable.js:263:12)
  197. at readableAddChunk (_stream_readable.js:250:11)
  198. at Socket.Readable.push (_stream_readable.js:208:10)
  199. at TCP.onread (net.js:607:20)
  200. --------------------
  201. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  202. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  203. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  204. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  205. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  206. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  207. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  208. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  209. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  210. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  211. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  212. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  213. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  214. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  215. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  216. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  217. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  218. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  219. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  220. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  221. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  222. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  223. code: 'ER_TABLEACCESS_DENIED_ERROR',
  224. errno: 1142,
  225. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'commandreply\'',
  226. sqlState: '42000',
  227. index: 0,
  228. sql: 'DROP TABLE IF EXISTS `commandreply`;' }
  229. ```
  230.  
  231. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  232. Some development data was recovered (see `.tmp/automigration.commandreply.9471.log`). Any existing `commandreply` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  233.  
  234. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  235.  
  236. To do that, re-lift your app using the `drop` strategy:
  237. ```
  238. sails lift --drop
  239. ```
  240.  
  241. After doing that once, you should be able to go about your business as usual.
  242. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  243.  
  244. For more about auto-migrations, visit:
  245. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  246.  
  247.  
  248. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  249. using the `alter` strategy, but was unable to transform all of your
  250. existing development data automatically. This temporary file was created
  251. for your convenience, as a way of holding on to the unmigrated records that
  252. were originally stored in the `commandreply` model.
  253. (Otherwise, this data would have been lost forever.)
  254.  
  255. ================================
  256. Recovered data (`commandreply`):
  257. ================================
  258.  
  259. []
  260.  
  261.  
  262. --
  263. For help with auto-migrations, visit:
  264. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  265.  
  266. For questions, additional resources, or to talk to a human, visit:
  267. http://sailsjs.com/support
  268.  
  269.  
  270.  
  271. When attempting to perform the `alter` auto-migration strategy on model `gimmeitem`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  272.  
  273. Error details:
  274. ```
  275. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'gimmeitem'
  276. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  277. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  278. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  279. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  280. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  281. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  282. at emitOne (events.js:116:13)
  283. at Socket.emit (events.js:211:7)
  284. at addChunk (_stream_readable.js:263:12)
  285. at readableAddChunk (_stream_readable.js:250:11)
  286. at Socket.Readable.push (_stream_readable.js:208:10)
  287. at TCP.onread (net.js:607:20)
  288. --------------------
  289. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  290. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  291. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  292. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  293. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  294. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  295. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  296. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  297. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  298. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  299. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  300. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  301. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  302. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  303. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  304. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  305. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  306. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  307. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  308. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  309. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  310. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  311. code: 'ER_TABLEACCESS_DENIED_ERROR',
  312. errno: 1142,
  313. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'gimmeitem\'',
  314. sqlState: '42000',
  315. index: 0,
  316. sql: 'DROP TABLE IF EXISTS `gimmeitem`;' }
  317. ```
  318.  
  319. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  320. Some development data was recovered (see `.tmp/automigration.gimmeitem.9471.log`). Any existing `gimmeitem` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  321.  
  322. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  323.  
  324. To do that, re-lift your app using the `drop` strategy:
  325. ```
  326. sails lift --drop
  327. ```
  328.  
  329. After doing that once, you should be able to go about your business as usual.
  330. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  331.  
  332. For more about auto-migrations, visit:
  333. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  334.  
  335.  
  336. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  337. using the `alter` strategy, but was unable to transform all of your
  338. existing development data automatically. This temporary file was created
  339. for your convenience, as a way of holding on to the unmigrated records that
  340. were originally stored in the `gimmeitem` model.
  341. (Otherwise, this data would have been lost forever.)
  342.  
  343. ================================
  344. Recovered data (`gimmeitem`):
  345. ================================
  346.  
  347. []
  348.  
  349.  
  350. --
  351. For help with auto-migrations, visit:
  352. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  353.  
  354. For questions, additional resources, or to talk to a human, visit:
  355. http://sailsjs.com/support
  356.  
  357.  
  358.  
  359. When attempting to perform the `alter` auto-migration strategy on model `historicalinfo`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  360.  
  361. Error details:
  362. ```
  363. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'historicalinfo'
  364. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  365. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  366. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  367. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  368. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  369. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  370. at emitOne (events.js:116:13)
  371. at Socket.emit (events.js:211:7)
  372. at addChunk (_stream_readable.js:263:12)
  373. at readableAddChunk (_stream_readable.js:250:11)
  374. at Socket.Readable.push (_stream_readable.js:208:10)
  375. at TCP.onread (net.js:607:20)
  376. --------------------
  377. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  378. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  379. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  380. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  381. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  382. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  383. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  384. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  385. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  386. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  387. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  388. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  389. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  390. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  391. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  392. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  393. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  394. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  395. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  396. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  397. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  398. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  399. code: 'ER_TABLEACCESS_DENIED_ERROR',
  400. errno: 1142,
  401. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'historicalinfo\'',
  402. sqlState: '42000',
  403. index: 0,
  404. sql: 'DROP TABLE IF EXISTS `historicalinfo`;' }
  405. ```
  406.  
  407. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  408. Some development data was recovered (see `.tmp/automigration.historicalinfo.9471.log`). Any existing `historicalinfo` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  409.  
  410. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  411.  
  412. To do that, re-lift your app using the `drop` strategy:
  413. ```
  414. sails lift --drop
  415. ```
  416.  
  417. After doing that once, you should be able to go about your business as usual.
  418. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  419.  
  420. For more about auto-migrations, visit:
  421. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  422.  
  423.  
  424. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  425. using the `alter` strategy, but was unable to transform all of your
  426. existing development data automatically. This temporary file was created
  427. for your convenience, as a way of holding on to the unmigrated records that
  428. were originally stored in the `historicalinfo` model.
  429. (Otherwise, this data would have been lost forever.)
  430.  
  431. ================================
  432. Recovered data (`historicalinfo`):
  433. ================================
  434.  
  435. []
  436.  
  437.  
  438. --
  439. For help with auto-migrations, visit:
  440. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  441.  
  442. For questions, additional resources, or to talk to a human, visit:
  443. http://sailsjs.com/support
  444.  
  445.  
  446.  
  447. When attempting to perform the `alter` auto-migration strategy on model `hookvariable`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  448.  
  449. Error details:
  450. ```
  451. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'hookvariable'
  452. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  453. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  454. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  455. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  456. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  457. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  458. at emitOne (events.js:116:13)
  459. at Socket.emit (events.js:211:7)
  460. at addChunk (_stream_readable.js:263:12)
  461. at readableAddChunk (_stream_readable.js:250:11)
  462. at Socket.Readable.push (_stream_readable.js:208:10)
  463. at TCP.onread (net.js:607:20)
  464. --------------------
  465. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  466. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  467. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  468. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  469. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  470. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  471. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  472. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  473. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  474. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  475. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  476. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  477. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  478. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  479. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  480. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  481. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  482. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  483. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  484. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  485. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  486. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  487. code: 'ER_TABLEACCESS_DENIED_ERROR',
  488. errno: 1142,
  489. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'hookvariable\'',
  490. sqlState: '42000',
  491. index: 0,
  492. sql: 'DROP TABLE IF EXISTS `hookvariable`;' }
  493. ```
  494.  
  495. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  496. Some development data was recovered (see `.tmp/automigration.hookvariable.9471.log`). Any existing `hookvariable` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  497.  
  498. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  499.  
  500. To do that, re-lift your app using the `drop` strategy:
  501. ```
  502. sails lift --drop
  503. ```
  504.  
  505. After doing that once, you should be able to go about your business as usual.
  506. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  507.  
  508. For more about auto-migrations, visit:
  509. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  510.  
  511.  
  512. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  513. using the `alter` strategy, but was unable to transform all of your
  514. existing development data automatically. This temporary file was created
  515. for your convenience, as a way of holding on to the unmigrated records that
  516. were originally stored in the `hookvariable` model.
  517. (Otherwise, this data would have been lost forever.)
  518.  
  519. ================================
  520. Recovered data (`hookvariable`):
  521. ================================
  522.  
  523. []
  524.  
  525.  
  526. --
  527. For help with auto-migrations, visit:
  528. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  529.  
  530. For questions, additional resources, or to talk to a human, visit:
  531. http://sailsjs.com/support
  532.  
  533.  
  534.  
  535. When attempting to perform the `alter` auto-migration strategy on model `customcommandargument`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  536.  
  537. Error details:
  538. ```
  539. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'customcommandargument'
  540. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  541. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  542. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  543. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  544. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  545. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  546. at emitOne (events.js:116:13)
  547. at Socket.emit (events.js:211:7)
  548. at addChunk (_stream_readable.js:263:12)
  549. at readableAddChunk (_stream_readable.js:250:11)
  550. at Socket.Readable.push (_stream_readable.js:208:10)
  551. at TCP.onread (net.js:607:20)
  552. --------------------
  553. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  554. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  555. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  556. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  557. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  558. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  559. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  560. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  561. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  562. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  563. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  564. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  565. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  566. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  567. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  568. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  569. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  570. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  571. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  572. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  573. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  574. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  575. code: 'ER_TABLEACCESS_DENIED_ERROR',
  576. errno: 1142,
  577. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'customcommandargument\'',
  578. sqlState: '42000',
  579. index: 0,
  580. sql: 'DROP TABLE IF EXISTS `customcommandargument`;' }
  581. ```
  582.  
  583. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  584. Some development data was recovered (see `.tmp/automigration.customcommandargument.9471.log`). Any existing `customcommandargument` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  585.  
  586. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  587.  
  588. To do that, re-lift your app using the `drop` strategy:
  589. ```
  590. sails lift --drop
  591. ```
  592.  
  593. After doing that once, you should be able to go about your business as usual.
  594. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  595.  
  596. For more about auto-migrations, visit:
  597. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  598.  
  599.  
  600. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  601. using the `alter` strategy, but was unable to transform all of your
  602. existing development data automatically. This temporary file was created
  603. for your convenience, as a way of holding on to the unmigrated records that
  604. were originally stored in the `customcommandargument` model.
  605. (Otherwise, this data would have been lost forever.)
  606.  
  607. ================================
  608. Recovered data (`customcommandargument`):
  609. ================================
  610.  
  611. []
  612.  
  613.  
  614. --
  615. For help with auto-migrations, visit:
  616. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  617.  
  618. For questions, additional resources, or to talk to a human, visit:
  619. http://sailsjs.com/support
  620.  
  621.  
  622.  
  623. When attempting to perform the `alter` auto-migration strategy on model `customcommand`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  624.  
  625. Error details:
  626. ```
  627. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'customcommand'
  628. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  629. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  630. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  631. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  632. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  633. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  634. at emitOne (events.js:116:13)
  635. at Socket.emit (events.js:211:7)
  636. at addChunk (_stream_readable.js:263:12)
  637. at readableAddChunk (_stream_readable.js:250:11)
  638. at Socket.Readable.push (_stream_readable.js:208:10)
  639. at TCP.onread (net.js:607:20)
  640. --------------------
  641. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  642. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  643. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  644. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  645. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  646. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  647. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  648. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  649. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  650. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  651. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  652. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  653. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  654. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  655. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  656. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  657. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  658. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  659. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  660. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  661. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  662. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  663. code: 'ER_TABLEACCESS_DENIED_ERROR',
  664. errno: 1142,
  665. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'customcommand\'',
  666. sqlState: '42000',
  667. index: 0,
  668. sql: 'DROP TABLE IF EXISTS `customcommand`;' }
  669. ```
  670.  
  671. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  672. Some development data was recovered (see `.tmp/automigration.customcommand.9471.log`). Any existing `customcommand` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  673.  
  674. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  675.  
  676. To do that, re-lift your app using the `drop` strategy:
  677. ```
  678. sails lift --drop
  679. ```
  680.  
  681. After doing that once, you should be able to go about your business as usual.
  682. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  683.  
  684. For more about auto-migrations, visit:
  685. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  686.  
  687.  
  688. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  689. using the `alter` strategy, but was unable to transform all of your
  690. existing development data automatically. This temporary file was created
  691. for your convenience, as a way of holding on to the unmigrated records that
  692. were originally stored in the `customcommand` model.
  693. (Otherwise, this data would have been lost forever.)
  694.  
  695. ================================
  696. Recovered data (`customcommand`):
  697. ================================
  698.  
  699. []
  700.  
  701.  
  702. --
  703. For help with auto-migrations, visit:
  704. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  705.  
  706. For questions, additional resources, or to talk to a human, visit:
  707. http://sailsjs.com/support
  708.  
  709.  
  710.  
  711. When attempting to perform the `alter` auto-migration strategy on model `cronjob`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  712.  
  713. Error details:
  714. ```
  715. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'cronjob'
  716. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  717. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  718. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  719. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  720. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  721. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  722. at emitOne (events.js:116:13)
  723. at Socket.emit (events.js:211:7)
  724. at addChunk (_stream_readable.js:263:12)
  725. at readableAddChunk (_stream_readable.js:250:11)
  726. at Socket.Readable.push (_stream_readable.js:208:10)
  727. at TCP.onread (net.js:607:20)
  728. --------------------
  729. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  730. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  731. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  732. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  733. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  734. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  735. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  736. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  737. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  738. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  739. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  740. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  741. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  742. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  743. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  744. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  745. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  746. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  747. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  748. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  749. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  750. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  751. code: 'ER_TABLEACCESS_DENIED_ERROR',
  752. errno: 1142,
  753. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'cronjob\'',
  754. sqlState: '42000',
  755. index: 0,
  756. sql: 'DROP TABLE IF EXISTS `cronjob`;' }
  757. ```
  758.  
  759. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  760. Some development data was recovered (see `.tmp/automigration.cronjob.9471.log`). Any existing `cronjob` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  761.  
  762. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  763.  
  764. To do that, re-lift your app using the `drop` strategy:
  765. ```
  766. sails lift --drop
  767. ```
  768.  
  769. After doing that once, you should be able to go about your business as usual.
  770. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  771.  
  772. For more about auto-migrations, visit:
  773. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  774.  
  775.  
  776. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  777. using the `alter` strategy, but was unable to transform all of your
  778. existing development data automatically. This temporary file was created
  779. for your convenience, as a way of holding on to the unmigrated records that
  780. were originally stored in the `cronjob` model.
  781. (Otherwise, this data would have been lost forever.)
  782.  
  783. ================================
  784. Recovered data (`cronjob`):
  785. ================================
  786.  
  787. []
  788.  
  789.  
  790. --
  791. For help with auto-migrations, visit:
  792. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  793.  
  794. For questions, additional resources, or to talk to a human, visit:
  795. http://sailsjs.com/support
  796.  
  797.  
  798.  
  799. When attempting to perform the `alter` auto-migration strategy on model `countryban`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  800.  
  801. Error details:
  802. ```
  803. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'countryban'
  804. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  805. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  806. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  807. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  808. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  809. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  810. at emitOne (events.js:116:13)
  811. at Socket.emit (events.js:211:7)
  812. at addChunk (_stream_readable.js:263:12)
  813. at readableAddChunk (_stream_readable.js:250:11)
  814. at Socket.Readable.push (_stream_readable.js:208:10)
  815. at TCP.onread (net.js:607:20)
  816. --------------------
  817. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  818. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  819. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  820. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  821. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  822. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  823. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  824. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  825. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  826. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  827. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  828. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  829. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  830. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  831. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  832. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  833. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  834. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  835. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  836. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  837. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  838. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  839. code: 'ER_TABLEACCESS_DENIED_ERROR',
  840. errno: 1142,
  841. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'countryban\'',
  842. sqlState: '42000',
  843. index: 0,
  844. sql: 'DROP TABLE IF EXISTS `countryban`;' }
  845. ```
  846.  
  847. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  848. Some development data was recovered (see `.tmp/automigration.countryban.9471.log`). Any existing `countryban` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  849.  
  850. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  851.  
  852. To do that, re-lift your app using the `drop` strategy:
  853. ```
  854. sails lift --drop
  855. ```
  856.  
  857. After doing that once, you should be able to go about your business as usual.
  858. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  859.  
  860. For more about auto-migrations, visit:
  861. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  862.  
  863.  
  864. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  865. using the `alter` strategy, but was unable to transform all of your
  866. existing development data automatically. This temporary file was created
  867. for your convenience, as a way of holding on to the unmigrated records that
  868. were originally stored in the `countryban` model.
  869. (Otherwise, this data would have been lost forever.)
  870.  
  871. ================================
  872. Recovered data (`countryban`):
  873. ================================
  874.  
  875. []
  876.  
  877.  
  878. --
  879. For help with auto-migrations, visit:
  880. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  881.  
  882. For questions, additional resources, or to talk to a human, visit:
  883. http://sailsjs.com/support
  884.  
  885.  
  886.  
  887. When attempting to perform the `alter` auto-migration strategy on model `customhook`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  888.  
  889. Error details:
  890. ```
  891. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'customhook'
  892. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  893. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  894. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  895. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  896. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  897. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  898. at emitOne (events.js:116:13)
  899. at Socket.emit (events.js:211:7)
  900. at addChunk (_stream_readable.js:263:12)
  901. at readableAddChunk (_stream_readable.js:250:11)
  902. at Socket.Readable.push (_stream_readable.js:208:10)
  903. at TCP.onread (net.js:607:20)
  904. --------------------
  905. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  906. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  907. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  908. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  909. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  910. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  911. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  912. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  913. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  914. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  915. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  916. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  917. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  918. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  919. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  920. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  921. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  922. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  923. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  924. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  925. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  926. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  927. code: 'ER_TABLEACCESS_DENIED_ERROR',
  928. errno: 1142,
  929. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'customhook\'',
  930. sqlState: '42000',
  931. index: 0,
  932. sql: 'DROP TABLE IF EXISTS `customhook`;' }
  933. ```
  934.  
  935. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  936. Some development data was recovered (see `.tmp/automigration.customhook.9471.log`). Any existing `customhook` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  937.  
  938. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  939.  
  940. To do that, re-lift your app using the `drop` strategy:
  941. ```
  942. sails lift --drop
  943. ```
  944.  
  945. After doing that once, you should be able to go about your business as usual.
  946. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  947.  
  948. For more about auto-migrations, visit:
  949. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  950.  
  951.  
  952. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  953. using the `alter` strategy, but was unable to transform all of your
  954. existing development data automatically. This temporary file was created
  955. for your convenience, as a way of holding on to the unmigrated records that
  956. were originally stored in the `customhook` model.
  957. (Otherwise, this data would have been lost forever.)
  958.  
  959. ================================
  960. Recovered data (`customhook`):
  961. ================================
  962.  
  963. []
  964.  
  965.  
  966. --
  967. For help with auto-migrations, visit:
  968. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  969.  
  970. For questions, additional resources, or to talk to a human, visit:
  971. http://sailsjs.com/support
  972.  
  973.  
  974.  
  975. When attempting to perform the `alter` auto-migration strategy on model `gblcomment`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  976.  
  977. Error details:
  978. ```
  979. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'gblcomment'
  980. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  981. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  982. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  983. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  984. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  985. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  986. at emitOne (events.js:116:13)
  987. at Socket.emit (events.js:211:7)
  988. at addChunk (_stream_readable.js:263:12)
  989. at readableAddChunk (_stream_readable.js:250:11)
  990. at Socket.Readable.push (_stream_readable.js:208:10)
  991. at TCP.onread (net.js:607:20)
  992. --------------------
  993. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  994. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  995. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  996. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  997. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  998. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  999. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  1000. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  1001. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  1002. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  1003. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  1004. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  1005. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  1006. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  1007. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  1008. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  1009. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  1010. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  1011. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  1012. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  1013. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  1014. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1015. code: 'ER_TABLEACCESS_DENIED_ERROR',
  1016. errno: 1142,
  1017. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'gblcomment\'',
  1018. sqlState: '42000',
  1019. index: 0,
  1020. sql: 'DROP TABLE IF EXISTS `gblcomment`;' }
  1021. ```
  1022.  
  1023. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1024. Some development data was recovered (see `.tmp/automigration.gblcomment.9471.log`). Any existing `gblcomment` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  1025.  
  1026. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  1027.  
  1028. To do that, re-lift your app using the `drop` strategy:
  1029. ```
  1030. sails lift --drop
  1031. ```
  1032.  
  1033. After doing that once, you should be able to go about your business as usual.
  1034. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1035.  
  1036. For more about auto-migrations, visit:
  1037. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1038.  
  1039.  
  1040. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  1041. using the `alter` strategy, but was unable to transform all of your
  1042. existing development data automatically. This temporary file was created
  1043. for your convenience, as a way of holding on to the unmigrated records that
  1044. were originally stored in the `gblcomment` model.
  1045. (Otherwise, this data would have been lost forever.)
  1046.  
  1047. ================================
  1048. Recovered data (`gblcomment`):
  1049. ================================
  1050.  
  1051. []
  1052.  
  1053.  
  1054. --
  1055. For help with auto-migrations, visit:
  1056. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1057.  
  1058. For questions, additional resources, or to talk to a human, visit:
  1059. http://sailsjs.com/support
  1060.  
  1061.  
  1062.  
  1063. When attempting to perform the `alter` auto-migration strategy on model `player`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  1064.  
  1065. Error details:
  1066. ```
  1067. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'player'
  1068. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  1069. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  1070. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1071. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  1072. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  1073. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  1074. at emitOne (events.js:116:13)
  1075. at Socket.emit (events.js:211:7)
  1076. at addChunk (_stream_readable.js:263:12)
  1077. at readableAddChunk (_stream_readable.js:250:11)
  1078. at Socket.Readable.push (_stream_readable.js:208:10)
  1079. at TCP.onread (net.js:607:20)
  1080. --------------------
  1081. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  1082. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  1083. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  1084. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  1085. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  1086. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  1087. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  1088. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  1089. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  1090. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  1091. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  1092. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  1093. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  1094. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  1095. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  1096. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  1097. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  1098. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  1099. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  1100. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  1101. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  1102. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1103. code: 'ER_TABLEACCESS_DENIED_ERROR',
  1104. errno: 1142,
  1105. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'player\'',
  1106. sqlState: '42000',
  1107. index: 0,
  1108. sql: 'DROP TABLE IF EXISTS `player`;' }
  1109. ```
  1110.  
  1111. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1112. Some development data was recovered (see `.tmp/automigration.player.9471.log`). Any existing `player` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  1113.  
  1114. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  1115.  
  1116. To do that, re-lift your app using the `drop` strategy:
  1117. ```
  1118. sails lift --drop
  1119. ```
  1120.  
  1121. After doing that once, you should be able to go about your business as usual.
  1122. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1123.  
  1124. For more about auto-migrations, visit:
  1125. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1126.  
  1127.  
  1128. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  1129. using the `alter` strategy, but was unable to transform all of your
  1130. existing development data automatically. This temporary file was created
  1131. for your convenience, as a way of holding on to the unmigrated records that
  1132. were originally stored in the `player` model.
  1133. (Otherwise, this data would have been lost forever.)
  1134.  
  1135. ================================
  1136. Recovered data (`player`):
  1137. ================================
  1138.  
  1139. []
  1140.  
  1141.  
  1142. --
  1143. For help with auto-migrations, visit:
  1144. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1145.  
  1146. For questions, additional resources, or to talk to a human, visit:
  1147. http://sailsjs.com/support
  1148.  
  1149.  
  1150.  
  1151. When attempting to perform the `alter` auto-migration strategy on model `playerclaimitem`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  1152.  
  1153. Error details:
  1154. ```
  1155. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'playerclaimitem'
  1156. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  1157. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  1158. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1159. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  1160. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  1161. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  1162. at emitOne (events.js:116:13)
  1163. at Socket.emit (events.js:211:7)
  1164. at addChunk (_stream_readable.js:263:12)
  1165. at readableAddChunk (_stream_readable.js:250:11)
  1166. at Socket.Readable.push (_stream_readable.js:208:10)
  1167. at TCP.onread (net.js:607:20)
  1168. --------------------
  1169. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  1170. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  1171. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  1172. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  1173. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  1174. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  1175. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  1176. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  1177. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  1178. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  1179. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  1180. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  1181. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  1182. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  1183. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  1184. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  1185. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  1186. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  1187. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  1188. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  1189. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  1190. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1191. code: 'ER_TABLEACCESS_DENIED_ERROR',
  1192. errno: 1142,
  1193. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'playerclaimitem\'',
  1194. sqlState: '42000',
  1195. index: 0,
  1196. sql: 'DROP TABLE IF EXISTS `playerclaimitem`;' }
  1197. ```
  1198.  
  1199. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1200. Some development data was recovered (see `.tmp/automigration.playerclaimitem.9471.log`). Any existing `playerclaimitem` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  1201.  
  1202. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  1203.  
  1204. To do that, re-lift your app using the `drop` strategy:
  1205. ```
  1206. sails lift --drop
  1207. ```
  1208.  
  1209. After doing that once, you should be able to go about your business as usual.
  1210. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1211.  
  1212. For more about auto-migrations, visit:
  1213. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1214.  
  1215.  
  1216. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  1217. using the `alter` strategy, but was unable to transform all of your
  1218. existing development data automatically. This temporary file was created
  1219. for your convenience, as a way of holding on to the unmigrated records that
  1220. were originally stored in the `playerclaimitem` model.
  1221. (Otherwise, this data would have been lost forever.)
  1222.  
  1223. ================================
  1224. Recovered data (`playerclaimitem`):
  1225. ================================
  1226.  
  1227. []
  1228.  
  1229.  
  1230. --
  1231. For help with auto-migrations, visit:
  1232. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1233.  
  1234. For questions, additional resources, or to talk to a human, visit:
  1235. http://sailsjs.com/support
  1236.  
  1237.  
  1238.  
  1239. When attempting to perform the `alter` auto-migration strategy on model `customdiscordnotification`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  1240.  
  1241. Error details:
  1242. ```
  1243. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'customdiscordnotification'
  1244. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  1245. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  1246. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1247. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  1248. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  1249. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  1250. at emitOne (events.js:116:13)
  1251. at Socket.emit (events.js:211:7)
  1252. at addChunk (_stream_readable.js:263:12)
  1253. at readableAddChunk (_stream_readable.js:250:11)
  1254. at Socket.Readable.push (_stream_readable.js:208:10)
  1255. at TCP.onread (net.js:607:20)
  1256. --------------------
  1257. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  1258. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  1259. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  1260. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  1261. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  1262. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  1263. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  1264. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  1265. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  1266. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  1267. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  1268. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  1269. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  1270. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  1271. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  1272. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  1273. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  1274. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  1275. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  1276. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  1277. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  1278. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1279. code: 'ER_TABLEACCESS_DENIED_ERROR',
  1280. errno: 1142,
  1281. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'customdiscordnotification\'',
  1282. sqlState: '42000',
  1283. index: 0,
  1284. sql: 'DROP TABLE IF EXISTS `customdiscordnotification`;' }
  1285. ```
  1286.  
  1287. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1288. Some development data was recovered (see `.tmp/automigration.customdiscordnotification.9471.log`). Any existing `customdiscordnotification` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  1289.  
  1290. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  1291.  
  1292. To do that, re-lift your app using the `drop` strategy:
  1293. ```
  1294. sails lift --drop
  1295. ```
  1296.  
  1297. After doing that once, you should be able to go about your business as usual.
  1298. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1299.  
  1300. For more about auto-migrations, visit:
  1301. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1302.  
  1303.  
  1304. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  1305. using the `alter` strategy, but was unable to transform all of your
  1306. existing development data automatically. This temporary file was created
  1307. for your convenience, as a way of holding on to the unmigrated records that
  1308. were originally stored in the `customdiscordnotification` model.
  1309. (Otherwise, this data would have been lost forever.)
  1310.  
  1311. ================================
  1312. Recovered data (`customdiscordnotification`):
  1313. ================================
  1314.  
  1315. []
  1316.  
  1317.  
  1318. --
  1319. For help with auto-migrations, visit:
  1320. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1321.  
  1322. For questions, additional resources, or to talk to a human, visit:
  1323. http://sailsjs.com/support
  1324.  
  1325.  
  1326.  
  1327. When attempting to perform the `alter` auto-migration strategy on model `playerteleport`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  1328.  
  1329. Error details:
  1330. ```
  1331. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'playerteleport'
  1332. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  1333. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  1334. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1335. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  1336. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  1337. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  1338. at emitOne (events.js:116:13)
  1339. at Socket.emit (events.js:211:7)
  1340. at addChunk (_stream_readable.js:263:12)
  1341. at readableAddChunk (_stream_readable.js:250:11)
  1342. at Socket.Readable.push (_stream_readable.js:208:10)
  1343. at TCP.onread (net.js:607:20)
  1344. --------------------
  1345. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  1346. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  1347. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  1348. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  1349. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  1350. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  1351. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  1352. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  1353. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  1354. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  1355. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  1356. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  1357. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  1358. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  1359. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  1360. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  1361. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  1362. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  1363. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  1364. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  1365. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  1366. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1367. code: 'ER_TABLEACCESS_DENIED_ERROR',
  1368. errno: 1142,
  1369. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'playerteleport\'',
  1370. sqlState: '42000',
  1371. index: 0,
  1372. sql: 'DROP TABLE IF EXISTS `playerteleport`;' }
  1373. ```
  1374.  
  1375. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1376. Some development data was recovered (see `.tmp/automigration.playerteleport.9471.log`). Any existing `playerteleport` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  1377.  
  1378. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  1379.  
  1380. To do that, re-lift your app using the `drop` strategy:
  1381. ```
  1382. sails lift --drop
  1383. ```
  1384.  
  1385. After doing that once, you should be able to go about your business as usual.
  1386. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1387.  
  1388. For more about auto-migrations, visit:
  1389. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1390.  
  1391.  
  1392. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  1393. using the `alter` strategy, but was unable to transform all of your
  1394. existing development data automatically. This temporary file was created
  1395. for your convenience, as a way of holding on to the unmigrated records that
  1396. were originally stored in the `playerteleport` model.
  1397. (Otherwise, this data would have been lost forever.)
  1398.  
  1399. ================================
  1400. Recovered data (`playerteleport`):
  1401. ================================
  1402.  
  1403. []
  1404.  
  1405.  
  1406. --
  1407. For help with auto-migrations, visit:
  1408. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1409.  
  1410. For questions, additional resources, or to talk to a human, visit:
  1411. http://sailsjs.com/support
  1412.  
  1413.  
  1414.  
  1415. When attempting to perform the `alter` auto-migration strategy on model `playerusedcommand`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  1416.  
  1417. Error details:
  1418. ```
  1419. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'playerusedcommand'
  1420. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  1421. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  1422. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1423. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  1424. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  1425. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  1426. at emitOne (events.js:116:13)
  1427. at Socket.emit (events.js:211:7)
  1428. at addChunk (_stream_readable.js:263:12)
  1429. at readableAddChunk (_stream_readable.js:250:11)
  1430. at Socket.Readable.push (_stream_readable.js:208:10)
  1431. at TCP.onread (net.js:607:20)
  1432. --------------------
  1433. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  1434. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  1435. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  1436. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  1437. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  1438. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  1439. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  1440. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  1441. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  1442. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  1443. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  1444. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  1445. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  1446. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  1447. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  1448. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  1449. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  1450. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  1451. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  1452. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  1453. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  1454. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1455. code: 'ER_TABLEACCESS_DENIED_ERROR',
  1456. errno: 1142,
  1457. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'playerusedcommand\'',
  1458. sqlState: '42000',
  1459. index: 0,
  1460. sql: 'DROP TABLE IF EXISTS `playerusedcommand`;' }
  1461. ```
  1462.  
  1463. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1464. Some development data was recovered (see `.tmp/automigration.playerusedcommand.9471.log`). Any existing `playerusedcommand` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  1465.  
  1466. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  1467.  
  1468. To do that, re-lift your app using the `drop` strategy:
  1469. ```
  1470. sails lift --drop
  1471. ```
  1472.  
  1473. After doing that once, you should be able to go about your business as usual.
  1474. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1475.  
  1476. For more about auto-migrations, visit:
  1477. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1478.  
  1479.  
  1480. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  1481. using the `alter` strategy, but was unable to transform all of your
  1482. existing development data automatically. This temporary file was created
  1483. for your convenience, as a way of holding on to the unmigrated records that
  1484. were originally stored in the `playerusedcommand` model.
  1485. (Otherwise, this data would have been lost forever.)
  1486.  
  1487. ================================
  1488. Recovered data (`playerusedcommand`):
  1489. ================================
  1490.  
  1491. []
  1492.  
  1493.  
  1494. --
  1495. For help with auto-migrations, visit:
  1496. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1497.  
  1498. For questions, additional resources, or to talk to a human, visit:
  1499. http://sailsjs.com/support
  1500.  
  1501.  
  1502.  
  1503. When attempting to perform the `alter` auto-migration strategy on model `playerusedgimme`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  1504.  
  1505. Error details:
  1506. ```
  1507. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'playerusedgimme'
  1508. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  1509. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  1510. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1511. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  1512. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  1513. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  1514. at emitOne (events.js:116:13)
  1515. at Socket.emit (events.js:211:7)
  1516. at addChunk (_stream_readable.js:263:12)
  1517. at readableAddChunk (_stream_readable.js:250:11)
  1518. at Socket.Readable.push (_stream_readable.js:208:10)
  1519. at TCP.onread (net.js:607:20)
  1520. --------------------
  1521. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  1522. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  1523. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  1524. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  1525. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  1526. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  1527. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  1528. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  1529. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  1530. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  1531. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  1532. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  1533. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  1534. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  1535. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  1536. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  1537. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  1538. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  1539. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  1540. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  1541. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  1542. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1543. code: 'ER_TABLEACCESS_DENIED_ERROR',
  1544. errno: 1142,
  1545. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'playerusedgimme\'',
  1546. sqlState: '42000',
  1547. index: 0,
  1548. sql: 'DROP TABLE IF EXISTS `playerusedgimme`;' }
  1549. ```
  1550.  
  1551. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1552. Some development data was recovered (see `.tmp/automigration.playerusedgimme.9471.log`). Any existing `playerusedgimme` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  1553.  
  1554. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  1555.  
  1556. To do that, re-lift your app using the `drop` strategy:
  1557. ```
  1558. sails lift --drop
  1559. ```
  1560.  
  1561. After doing that once, you should be able to go about your business as usual.
  1562. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1563.  
  1564. For more about auto-migrations, visit:
  1565. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1566.  
  1567.  
  1568. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  1569. using the `alter` strategy, but was unable to transform all of your
  1570. existing development data automatically. This temporary file was created
  1571. for your convenience, as a way of holding on to the unmigrated records that
  1572. were originally stored in the `playerusedgimme` model.
  1573. (Otherwise, this data would have been lost forever.)
  1574.  
  1575. ================================
  1576. Recovered data (`playerusedgimme`):
  1577. ================================
  1578.  
  1579. []
  1580.  
  1581.  
  1582. --
  1583. For help with auto-migrations, visit:
  1584. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1585.  
  1586. For questions, additional resources, or to talk to a human, visit:
  1587. http://sailsjs.com/support
  1588.  
  1589.  
  1590.  
  1591. When attempting to perform the `alter` auto-migration strategy on model `role`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  1592.  
  1593. Error details:
  1594. ```
  1595. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'role'
  1596. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  1597. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  1598. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1599. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  1600. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  1601. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  1602. at emitOne (events.js:116:13)
  1603. at Socket.emit (events.js:211:7)
  1604. at addChunk (_stream_readable.js:263:12)
  1605. at readableAddChunk (_stream_readable.js:250:11)
  1606. at Socket.Readable.push (_stream_readable.js:208:10)
  1607. at TCP.onread (net.js:607:20)
  1608. --------------------
  1609. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  1610. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  1611. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  1612. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  1613. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  1614. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  1615. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  1616. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  1617. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  1618. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  1619. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  1620. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  1621. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  1622. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  1623. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  1624. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  1625. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  1626. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  1627. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  1628. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  1629. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  1630. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1631. code: 'ER_TABLEACCESS_DENIED_ERROR',
  1632. errno: 1142,
  1633. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'role\'',
  1634. sqlState: '42000',
  1635. index: 0,
  1636. sql: 'DROP TABLE IF EXISTS `role`;' }
  1637. ```
  1638.  
  1639. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1640. Some development data was recovered (see `.tmp/automigration.role.9471.log`). Any existing `role` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  1641.  
  1642. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  1643.  
  1644. To do that, re-lift your app using the `drop` strategy:
  1645. ```
  1646. sails lift --drop
  1647. ```
  1648.  
  1649. After doing that once, you should be able to go about your business as usual.
  1650. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1651.  
  1652. For more about auto-migrations, visit:
  1653. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1654.  
  1655.  
  1656. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  1657. using the `alter` strategy, but was unable to transform all of your
  1658. existing development data automatically. This temporary file was created
  1659. for your convenience, as a way of holding on to the unmigrated records that
  1660. were originally stored in the `role` model.
  1661. (Otherwise, this data would have been lost forever.)
  1662.  
  1663. ================================
  1664. Recovered data (`role`):
  1665. ================================
  1666.  
  1667. []
  1668.  
  1669.  
  1670. --
  1671. For help with auto-migrations, visit:
  1672. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1673.  
  1674. For questions, additional resources, or to talk to a human, visit:
  1675. http://sailsjs.com/support
  1676.  
  1677.  
  1678.  
  1679. When attempting to perform the `alter` auto-migration strategy on model `sdtdconfig`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  1680.  
  1681. Error details:
  1682. ```
  1683. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'sdtdconfig'
  1684. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  1685. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  1686. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1687. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  1688. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  1689. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  1690. at emitOne (events.js:116:13)
  1691. at Socket.emit (events.js:211:7)
  1692. at addChunk (_stream_readable.js:263:12)
  1693. at readableAddChunk (_stream_readable.js:250:11)
  1694. at Socket.Readable.push (_stream_readable.js:208:10)
  1695. at TCP.onread (net.js:607:20)
  1696. --------------------
  1697. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  1698. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  1699. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  1700. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  1701. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  1702. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  1703. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  1704. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  1705. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  1706. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  1707. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  1708. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  1709. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  1710. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  1711. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  1712. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  1713. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  1714. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  1715. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  1716. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  1717. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  1718. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1719. code: 'ER_TABLEACCESS_DENIED_ERROR',
  1720. errno: 1142,
  1721. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'sdtdconfig\'',
  1722. sqlState: '42000',
  1723. index: 0,
  1724. sql: 'DROP TABLE IF EXISTS `sdtdconfig`;' }
  1725. ```
  1726.  
  1727. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1728. Some development data was recovered (see `.tmp/automigration.sdtdconfig.9471.log`). Any existing `sdtdconfig` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  1729.  
  1730. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  1731.  
  1732. To do that, re-lift your app using the `drop` strategy:
  1733. ```
  1734. sails lift --drop
  1735. ```
  1736.  
  1737. After doing that once, you should be able to go about your business as usual.
  1738. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1739.  
  1740. For more about auto-migrations, visit:
  1741. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1742.  
  1743.  
  1744. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  1745. using the `alter` strategy, but was unable to transform all of your
  1746. existing development data automatically. This temporary file was created
  1747. for your convenience, as a way of holding on to the unmigrated records that
  1748. were originally stored in the `sdtdconfig` model.
  1749. (Otherwise, this data would have been lost forever.)
  1750.  
  1751. ================================
  1752. Recovered data (`sdtdconfig`):
  1753. ================================
  1754.  
  1755. []
  1756.  
  1757.  
  1758. --
  1759. For help with auto-migrations, visit:
  1760. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1761.  
  1762. For questions, additional resources, or to talk to a human, visit:
  1763. http://sailsjs.com/support
  1764.  
  1765.  
  1766.  
  1767. When attempting to perform the `alter` auto-migration strategy on model `sdtdserver`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  1768.  
  1769. Error details:
  1770. ```
  1771. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'sdtdserver'
  1772. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  1773. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  1774. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1775. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  1776. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  1777. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  1778. at emitOne (events.js:116:13)
  1779. at Socket.emit (events.js:211:7)
  1780. at addChunk (_stream_readable.js:263:12)
  1781. at readableAddChunk (_stream_readable.js:250:11)
  1782. at Socket.Readable.push (_stream_readable.js:208:10)
  1783. at TCP.onread (net.js:607:20)
  1784. --------------------
  1785. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  1786. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  1787. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  1788. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  1789. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  1790. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  1791. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  1792. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  1793. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  1794. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  1795. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  1796. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  1797. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  1798. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  1799. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  1800. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  1801. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  1802. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  1803. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  1804. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  1805. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  1806. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1807. code: 'ER_TABLEACCESS_DENIED_ERROR',
  1808. errno: 1142,
  1809. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'sdtdserver\'',
  1810. sqlState: '42000',
  1811. index: 0,
  1812. sql: 'DROP TABLE IF EXISTS `sdtdserver`;' }
  1813. ```
  1814.  
  1815. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1816. Some development data was recovered (see `.tmp/automigration.sdtdserver.9471.log`). Any existing `sdtdserver` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  1817.  
  1818. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  1819.  
  1820. To do that, re-lift your app using the `drop` strategy:
  1821. ```
  1822. sails lift --drop
  1823. ```
  1824.  
  1825. After doing that once, you should be able to go about your business as usual.
  1826. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1827.  
  1828. For more about auto-migrations, visit:
  1829. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1830.  
  1831.  
  1832. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  1833. using the `alter` strategy, but was unable to transform all of your
  1834. existing development data automatically. This temporary file was created
  1835. for your convenience, as a way of holding on to the unmigrated records that
  1836. were originally stored in the `sdtdserver` model.
  1837. (Otherwise, this data would have been lost forever.)
  1838.  
  1839. ================================
  1840. Recovered data (`sdtdserver`):
  1841. ================================
  1842.  
  1843. []
  1844.  
  1845.  
  1846. --
  1847. For help with auto-migrations, visit:
  1848. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1849.  
  1850. For questions, additional resources, or to talk to a human, visit:
  1851. http://sailsjs.com/support
  1852.  
  1853.  
  1854.  
  1855. When attempting to perform the `alter` auto-migration strategy on model `sdtdticket`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  1856.  
  1857. Error details:
  1858. ```
  1859. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'sdtdticket'
  1860. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  1861. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  1862. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1863. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  1864. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  1865. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  1866. at emitOne (events.js:116:13)
  1867. at Socket.emit (events.js:211:7)
  1868. at addChunk (_stream_readable.js:263:12)
  1869. at readableAddChunk (_stream_readable.js:250:11)
  1870. at Socket.Readable.push (_stream_readable.js:208:10)
  1871. at TCP.onread (net.js:607:20)
  1872. --------------------
  1873. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  1874. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  1875. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  1876. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  1877. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  1878. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  1879. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  1880. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  1881. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  1882. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  1883. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  1884. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  1885. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  1886. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  1887. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  1888. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  1889. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  1890. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  1891. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  1892. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  1893. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  1894. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1895. code: 'ER_TABLEACCESS_DENIED_ERROR',
  1896. errno: 1142,
  1897. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'sdtdticket\'',
  1898. sqlState: '42000',
  1899. index: 0,
  1900. sql: 'DROP TABLE IF EXISTS `sdtdticket`;' }
  1901. ```
  1902.  
  1903. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1904. Some development data was recovered (see `.tmp/automigration.sdtdticket.9471.log`). Any existing `sdtdticket` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  1905.  
  1906. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  1907.  
  1908. To do that, re-lift your app using the `drop` strategy:
  1909. ```
  1910. sails lift --drop
  1911. ```
  1912.  
  1913. After doing that once, you should be able to go about your business as usual.
  1914. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1915.  
  1916. For more about auto-migrations, visit:
  1917. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1918.  
  1919.  
  1920. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  1921. using the `alter` strategy, but was unable to transform all of your
  1922. existing development data automatically. This temporary file was created
  1923. for your convenience, as a way of holding on to the unmigrated records that
  1924. were originally stored in the `sdtdticket` model.
  1925. (Otherwise, this data would have been lost forever.)
  1926.  
  1927. ================================
  1928. Recovered data (`sdtdticket`):
  1929. ================================
  1930.  
  1931. []
  1932.  
  1933.  
  1934. --
  1935. For help with auto-migrations, visit:
  1936. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  1937.  
  1938. For questions, additional resources, or to talk to a human, visit:
  1939. http://sailsjs.com/support
  1940.  
  1941.  
  1942.  
  1943. When attempting to perform the `alter` auto-migration strategy on model `shoplisting`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  1944.  
  1945. Error details:
  1946. ```
  1947. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'shoplisting'
  1948. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  1949. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  1950. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1951. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  1952. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  1953. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  1954. at emitOne (events.js:116:13)
  1955. at Socket.emit (events.js:211:7)
  1956. at addChunk (_stream_readable.js:263:12)
  1957. at readableAddChunk (_stream_readable.js:250:11)
  1958. at Socket.Readable.push (_stream_readable.js:208:10)
  1959. at TCP.onread (net.js:607:20)
  1960. --------------------
  1961. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  1962. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  1963. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  1964. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  1965. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  1966. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  1967. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  1968. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  1969. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  1970. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  1971. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  1972. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  1973. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  1974. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  1975. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  1976. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  1977. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  1978. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  1979. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  1980. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  1981. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  1982. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  1983. code: 'ER_TABLEACCESS_DENIED_ERROR',
  1984. errno: 1142,
  1985. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'shoplisting\'',
  1986. sqlState: '42000',
  1987. index: 0,
  1988. sql: 'DROP TABLE IF EXISTS `shoplisting`;' }
  1989. ```
  1990.  
  1991. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  1992. Some development data was recovered (see `.tmp/automigration.shoplisting.9471.log`). Any existing `shoplisting` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  1993.  
  1994. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  1995.  
  1996. To do that, re-lift your app using the `drop` strategy:
  1997. ```
  1998. sails lift --drop
  1999. ```
  2000.  
  2001. After doing that once, you should be able to go about your business as usual.
  2002. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  2003.  
  2004. For more about auto-migrations, visit:
  2005. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  2006.  
  2007.  
  2008. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  2009. using the `alter` strategy, but was unable to transform all of your
  2010. existing development data automatically. This temporary file was created
  2011. for your convenience, as a way of holding on to the unmigrated records that
  2012. were originally stored in the `shoplisting` model.
  2013. (Otherwise, this data would have been lost forever.)
  2014.  
  2015. ================================
  2016. Recovered data (`shoplisting`):
  2017. ================================
  2018.  
  2019. []
  2020.  
  2021.  
  2022. --
  2023. For help with auto-migrations, visit:
  2024. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  2025.  
  2026. For questions, additional resources, or to talk to a human, visit:
  2027. http://sailsjs.com/support
  2028.  
  2029.  
  2030.  
  2031. When attempting to perform the `alter` auto-migration strategy on model `ticketcomment`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  2032.  
  2033. Error details:
  2034. ```
  2035. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'ticketcomment'
  2036. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  2037. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  2038. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  2039. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  2040. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  2041. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  2042. at emitOne (events.js:116:13)
  2043. at Socket.emit (events.js:211:7)
  2044. at addChunk (_stream_readable.js:263:12)
  2045. at readableAddChunk (_stream_readable.js:250:11)
  2046. at Socket.Readable.push (_stream_readable.js:208:10)
  2047. at TCP.onread (net.js:607:20)
  2048. --------------------
  2049. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  2050. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  2051. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  2052. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  2053. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  2054. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  2055. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  2056. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  2057. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  2058. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  2059. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  2060. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  2061. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  2062. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  2063. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  2064. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  2065. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  2066. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  2067. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  2068. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  2069. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  2070. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  2071. code: 'ER_TABLEACCESS_DENIED_ERROR',
  2072. errno: 1142,
  2073. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'ticketcomment\'',
  2074. sqlState: '42000',
  2075. index: 0,
  2076. sql: 'DROP TABLE IF EXISTS `ticketcomment`;' }
  2077. ```
  2078.  
  2079. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  2080. Some development data was recovered (see `.tmp/automigration.ticketcomment.9471.log`). Any existing `ticketcomment` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  2081.  
  2082. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  2083.  
  2084. To do that, re-lift your app using the `drop` strategy:
  2085. ```
  2086. sails lift --drop
  2087. ```
  2088.  
  2089. After doing that once, you should be able to go about your business as usual.
  2090. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  2091.  
  2092. For more about auto-migrations, visit:
  2093. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  2094.  
  2095.  
  2096. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  2097. using the `alter` strategy, but was unable to transform all of your
  2098. existing development data automatically. This temporary file was created
  2099. for your convenience, as a way of holding on to the unmigrated records that
  2100. were originally stored in the `ticketcomment` model.
  2101. (Otherwise, this data would have been lost forever.)
  2102.  
  2103. ================================
  2104. Recovered data (`ticketcomment`):
  2105. ================================
  2106.  
  2107. []
  2108.  
  2109.  
  2110. --
  2111. For help with auto-migrations, visit:
  2112. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  2113.  
  2114. For questions, additional resources, or to talk to a human, visit:
  2115. http://sailsjs.com/support
  2116.  
  2117.  
  2118.  
  2119. When attempting to perform the `alter` auto-migration strategy on model `usagestats`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  2120.  
  2121. Error details:
  2122. ```
  2123. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'usagestats'
  2124. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  2125. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  2126. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  2127. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  2128. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  2129. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  2130. at emitOne (events.js:116:13)
  2131. at Socket.emit (events.js:211:7)
  2132. at addChunk (_stream_readable.js:263:12)
  2133. at readableAddChunk (_stream_readable.js:250:11)
  2134. at Socket.Readable.push (_stream_readable.js:208:10)
  2135. at TCP.onread (net.js:607:20)
  2136. --------------------
  2137. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  2138. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  2139. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  2140. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  2141. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  2142. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  2143. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  2144. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  2145. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  2146. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  2147. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  2148. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  2149. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  2150. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  2151. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  2152. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  2153. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  2154. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  2155. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  2156. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  2157. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  2158. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  2159. code: 'ER_TABLEACCESS_DENIED_ERROR',
  2160. errno: 1142,
  2161. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'usagestats\'',
  2162. sqlState: '42000',
  2163. index: 0,
  2164. sql: 'DROP TABLE IF EXISTS `usagestats`;' }
  2165. ```
  2166.  
  2167. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  2168. Some development data was recovered (see `.tmp/automigration.usagestats.9471.log`). Any existing `usagestats` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  2169.  
  2170. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  2171.  
  2172. To do that, re-lift your app using the `drop` strategy:
  2173. ```
  2174. sails lift --drop
  2175. ```
  2176.  
  2177. After doing that once, you should be able to go about your business as usual.
  2178. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  2179.  
  2180. For more about auto-migrations, visit:
  2181. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  2182.  
  2183.  
  2184. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  2185. using the `alter` strategy, but was unable to transform all of your
  2186. existing development data automatically. This temporary file was created
  2187. for your convenience, as a way of holding on to the unmigrated records that
  2188. were originally stored in the `usagestats` model.
  2189. (Otherwise, this data would have been lost forever.)
  2190.  
  2191. ================================
  2192. Recovered data (`usagestats`):
  2193. ================================
  2194.  
  2195. []
  2196.  
  2197.  
  2198. --
  2199. For help with auto-migrations, visit:
  2200. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  2201.  
  2202. For questions, additional resources, or to talk to a human, visit:
  2203. http://sailsjs.com/support
  2204.  
  2205.  
  2206.  
  2207. When attempting to perform the `alter` auto-migration strategy on model `user`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  2208.  
  2209. Error details:
  2210. ```
  2211. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'user'
  2212. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  2213. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  2214. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  2215. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  2216. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  2217. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  2218. at emitOne (events.js:116:13)
  2219. at Socket.emit (events.js:211:7)
  2220. at addChunk (_stream_readable.js:263:12)
  2221. at readableAddChunk (_stream_readable.js:250:11)
  2222. at Socket.Readable.push (_stream_readable.js:208:10)
  2223. at TCP.onread (net.js:607:20)
  2224. --------------------
  2225. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  2226. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  2227. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  2228. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  2229. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  2230. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  2231. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  2232. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  2233. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  2234. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  2235. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  2236. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  2237. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  2238. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  2239. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  2240. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  2241. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  2242. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  2243. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  2244. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  2245. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  2246. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  2247. code: 'ER_TABLEACCESS_DENIED_ERROR',
  2248. errno: 1142,
  2249. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'user\'',
  2250. sqlState: '42000',
  2251. index: 0,
  2252. sql: 'DROP TABLE IF EXISTS `user`;' }
  2253. ```
  2254.  
  2255. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  2256. Some development data was recovered (see `.tmp/automigration.user.9471.log`). Any existing `user` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  2257.  
  2258. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  2259.  
  2260. To do that, re-lift your app using the `drop` strategy:
  2261. ```
  2262. sails lift --drop
  2263. ```
  2264.  
  2265. After doing that once, you should be able to go about your business as usual.
  2266. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  2267.  
  2268. For more about auto-migrations, visit:
  2269. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  2270.  
  2271.  
  2272. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  2273. using the `alter` strategy, but was unable to transform all of your
  2274. existing development data automatically. This temporary file was created
  2275. for your convenience, as a way of holding on to the unmigrated records that
  2276. were originally stored in the `user` model.
  2277. (Otherwise, this data would have been lost forever.)
  2278.  
  2279. ================================
  2280. Recovered data (`user`):
  2281. ================================
  2282.  
  2283. []
  2284.  
  2285.  
  2286. --
  2287. For help with auto-migrations, visit:
  2288. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  2289.  
  2290. For questions, additional resources, or to talk to a human, visit:
  2291. http://sailsjs.com/support
  2292.  
  2293.  
  2294.  
  2295. When attempting to perform the `alter` auto-migration strategy on model `archive`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  2296.  
  2297. Error details:
  2298. ```
  2299. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'archive'
  2300. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  2301. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  2302. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  2303. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  2304. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  2305. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  2306. at emitOne (events.js:116:13)
  2307. at Socket.emit (events.js:211:7)
  2308. at addChunk (_stream_readable.js:263:12)
  2309. at readableAddChunk (_stream_readable.js:250:11)
  2310. at Socket.Readable.push (_stream_readable.js:208:10)
  2311. at TCP.onread (net.js:607:20)
  2312. --------------------
  2313. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  2314. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  2315. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  2316. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  2317. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  2318. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  2319. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  2320. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  2321. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  2322. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  2323. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  2324. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  2325. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  2326. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  2327. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  2328. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  2329. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  2330. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  2331. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  2332. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  2333. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  2334. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  2335. code: 'ER_TABLEACCESS_DENIED_ERROR',
  2336. errno: 1142,
  2337. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'archive\'',
  2338. sqlState: '42000',
  2339. index: 0,
  2340. sql: 'DROP TABLE IF EXISTS `archive`;' }
  2341. ```
  2342.  
  2343. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  2344. Some development data was recovered (see `.tmp/automigration.archive.9471.log`). Any existing `archive` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  2345.  
  2346. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  2347.  
  2348. To do that, re-lift your app using the `drop` strategy:
  2349. ```
  2350. sails lift --drop
  2351. ```
  2352.  
  2353. After doing that once, you should be able to go about your business as usual.
  2354. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  2355.  
  2356. For more about auto-migrations, visit:
  2357. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  2358.  
  2359.  
  2360. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  2361. using the `alter` strategy, but was unable to transform all of your
  2362. existing development data automatically. This temporary file was created
  2363. for your convenience, as a way of holding on to the unmigrated records that
  2364. were originally stored in the `archive` model.
  2365. (Otherwise, this data would have been lost forever.)
  2366.  
  2367. ================================
  2368. Recovered data (`archive`):
  2369. ================================
  2370.  
  2371. []
  2372.  
  2373.  
  2374. --
  2375. For help with auto-migrations, visit:
  2376. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  2377.  
  2378. For questions, additional resources, or to talk to a human, visit:
  2379. http://sailsjs.com/support
  2380.  
  2381.  
  2382.  
  2383. When attempting to perform the `alter` auto-migration strategy on model `gblcomment_heartedby__user_heartedgblcomment`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  2384.  
  2385. Error details:
  2386. ```
  2387. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'gblcomment_heartedBy__user_heartedGblComment'
  2388. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  2389. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  2390. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  2391. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  2392. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  2393. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  2394. at emitOne (events.js:116:13)
  2395. at Socket.emit (events.js:211:7)
  2396. at addChunk (_stream_readable.js:263:12)
  2397. at readableAddChunk (_stream_readable.js:250:11)
  2398. at Socket.Readable.push (_stream_readable.js:208:10)
  2399. at TCP.onread (net.js:607:20)
  2400. --------------------
  2401. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  2402. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  2403. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  2404. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  2405. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  2406. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  2407. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  2408. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  2409. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  2410. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  2411. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  2412. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  2413. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  2414. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  2415. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  2416. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  2417. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  2418. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  2419. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  2420. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  2421. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  2422. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  2423. code: 'ER_TABLEACCESS_DENIED_ERROR',
  2424. errno: 1142,
  2425. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'gblcomment_heartedBy__user_heartedGblComment\'',
  2426. sqlState: '42000',
  2427. index: 0,
  2428. sql: 'DROP TABLE IF EXISTS `gblcomment_heartedBy__user_heartedGblComment`;' }
  2429. ```
  2430.  
  2431. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  2432. Some development data was recovered (see `.tmp/automigration.gblcomment_heartedby__user_heartedgblcomment.9471.log`). Any existing `gblcomment_heartedby__user_heartedgblcomment` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  2433.  
  2434. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  2435.  
  2436. To do that, re-lift your app using the `drop` strategy:
  2437. ```
  2438. sails lift --drop
  2439. ```
  2440.  
  2441. After doing that once, you should be able to go about your business as usual.
  2442. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  2443.  
  2444. For more about auto-migrations, visit:
  2445. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  2446.  
  2447.  
  2448. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  2449. using the `alter` strategy, but was unable to transform all of your
  2450. existing development data automatically. This temporary file was created
  2451. for your convenience, as a way of holding on to the unmigrated records that
  2452. were originally stored in the `gblcomment_heartedby__user_heartedgblcomment` model.
  2453. (Otherwise, this data would have been lost forever.)
  2454.  
  2455. ================================
  2456. Recovered data (`gblcomment_heartedby__user_heartedgblcomment`):
  2457. ================================
  2458.  
  2459. []
  2460.  
  2461.  
  2462. --
  2463. For help with auto-migrations, visit:
  2464. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  2465.  
  2466. For questions, additional resources, or to talk to a human, visit:
  2467. http://sailsjs.com/support
  2468.  
  2469.  
  2470.  
  2471. When attempting to perform the `alter` auto-migration strategy on model `sdtdserver_admins__user_adminof`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  2472.  
  2473. Error details:
  2474. ```
  2475. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'sdtdserver_admins__user_adminOf'
  2476. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  2477. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  2478. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  2479. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  2480. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  2481. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  2482. at emitOne (events.js:116:13)
  2483. at Socket.emit (events.js:211:7)
  2484. at addChunk (_stream_readable.js:263:12)
  2485. at readableAddChunk (_stream_readable.js:250:11)
  2486. at Socket.Readable.push (_stream_readable.js:208:10)
  2487. at TCP.onread (net.js:607:20)
  2488. --------------------
  2489. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  2490. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  2491. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  2492. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  2493. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  2494. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  2495. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  2496. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  2497. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  2498. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  2499. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  2500. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  2501. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  2502. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  2503. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  2504. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  2505. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  2506. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  2507. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  2508. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  2509. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  2510. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  2511. code: 'ER_TABLEACCESS_DENIED_ERROR',
  2512. errno: 1142,
  2513. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'sdtdserver_admins__user_adminOf\'',
  2514. sqlState: '42000',
  2515. index: 0,
  2516. sql: 'DROP TABLE IF EXISTS `sdtdserver_admins__user_adminOf`;' }
  2517. ```
  2518.  
  2519. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  2520. Some development data was recovered (see `.tmp/automigration.sdtdserver_admins__user_adminof.9471.log`). Any existing `sdtdserver_admins__user_adminof` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  2521.  
  2522. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  2523.  
  2524. To do that, re-lift your app using the `drop` strategy:
  2525. ```
  2526. sails lift --drop
  2527. ```
  2528.  
  2529. After doing that once, you should be able to go about your business as usual.
  2530. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  2531.  
  2532. For more about auto-migrations, visit:
  2533. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  2534.  
  2535.  
  2536. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  2537. using the `alter` strategy, but was unable to transform all of your
  2538. existing development data automatically. This temporary file was created
  2539. for your convenience, as a way of holding on to the unmigrated records that
  2540. were originally stored in the `sdtdserver_admins__user_adminof` model.
  2541. (Otherwise, this data would have been lost forever.)
  2542.  
  2543. ================================
  2544. Recovered data (`sdtdserver_admins__user_adminof`):
  2545. ================================
  2546.  
  2547. []
  2548.  
  2549.  
  2550. --
  2551. For help with auto-migrations, visit:
  2552. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  2553.  
  2554. For questions, additional resources, or to talk to a human, visit:
  2555. http://sailsjs.com/support
  2556.  
  2557.  
  2558.  
  2559. When attempting to perform the `alter` auto-migration strategy on model `trackinginfo`, Sails encountered an unexpected error when performing the `drop` step. This could have happened for a number of different reasons: be it because your database went offline, because of a db permission issue, because of some database-specific edge case, or (more rarely) it could even be due to some kind of bug in this adapter.
  2560.  
  2561. Error details:
  2562. ```
  2563. { Error: ER_TABLEACCESS_DENIED_ERROR: DROP command denied to user 'csmm'@'localhost' for table 'trackinginfo'
  2564. at Query.Sequence._packetToError (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:52:14)
  2565. at Query.ErrorPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Query.js:77:18)
  2566. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  2567. at Parser.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Parser.js:76:12)
  2568. at Protocol.write (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:39:16)
  2569. at Socket.<anonymous> (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:103:28)
  2570. at emitOne (events.js:116:13)
  2571. at Socket.emit (events.js:211:7)
  2572. at addChunk (_stream_readable.js:263:12)
  2573. at readableAddChunk (_stream_readable.js:250:11)
  2574. at Socket.Readable.push (_stream_readable.js:208:10)
  2575. at TCP.onread (net.js:607:20)
  2576. --------------------
  2577. at Protocol._enqueue (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:145:48)
  2578. at PoolConnection.query (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Connection.js:208:25)
  2579. at Object.sendNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/send-native-query.js:149:23)
  2580. at wrapper (/home/prcsmm/7-days-to-die-server-manager/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  2581. at Deferred._handleExec (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  2582. at Deferred.exec (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:286:10)
  2583. at Deferred.switch (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  2584. at Object.runNativeQuery (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/query/run-native-query.js:27:10)
  2585. at spawnConnectionCb (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/drop.js:98:21)
  2586. at Object.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:37:14)
  2587. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1517:30
  2588. at proceedToFinalAfterExecLC (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:1155:14)
  2589. at proceedToInterceptsAndChecks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:913:12)
  2590. at proceedToAfterExecSpinlocks (/home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:845:10)
  2591. at /home/prcsmm/7-days-to-die-server-manager/node_modules/parley/lib/private/Deferred.js:303:7
  2592. at /home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:954:24
  2593. at Function.handlerCbs.success (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:814:26)
  2594. at _gotConnection (/home/prcsmm/7-days-to-die-server-manager/node_modules/machinepack-mysql/lib/get-connection.js:88:20)
  2595. at Ping.onOperationComplete [as _callback] (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/Pool.js:110:5)
  2596. at Ping.Sequence.end (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:88:24)
  2597. at Ping.Sequence.OkPacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/sequences/Sequence.js:97:8)
  2598. at Protocol._parsePacket (/home/prcsmm/7-days-to-die-server-manager/node_modules/mysql/lib/protocol/Protocol.js:279:23)
  2599. code: 'ER_TABLEACCESS_DENIED_ERROR',
  2600. errno: 1142,
  2601. sqlMessage: 'DROP command denied to user \'csmm\'@\'localhost\' for table \'trackinginfo\'',
  2602. sqlState: '42000',
  2603. index: 0,
  2604. sql: 'DROP TABLE IF EXISTS `trackinginfo`;' }
  2605. ```
  2606.  
  2607. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  2608. Some development data was recovered (see `.tmp/automigration.trackinginfo.9471.log`). Any existing `trackinginfo` records were deleted, but your data from OTHER models (including any relationships tracked in foreign keys and join tables) might still be intact. If you care about recovering any of that data, be sure to back it up now before you continue.
  2609.  
  2610. The best way to proceed from here is to clear out all of your old development data and start fresh; allowing Sails to generate new tables/collections(s) to reflect your app's models. (In other words, to DELETE ALL EXISTING DATA stored in models.)
  2611.  
  2612. To do that, re-lift your app using the `drop` strategy:
  2613. ```
  2614. sails lift --drop
  2615. ```
  2616.  
  2617. After doing that once, you should be able to go about your business as usual.
  2618. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  2619.  
  2620. For more about auto-migrations, visit:
  2621. https://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  2622.  
  2623.  
  2624. On Sun Oct 20 2019 20:44:31 GMT-0700 (MST), Sails attempted to auto-migrate
  2625. using the `alter` strategy, but was unable to transform all of your
  2626. existing development data automatically. This temporary file was created
  2627. for your convenience, as a way of holding on to the unmigrated records that
  2628. were originally stored in the `trackinginfo` model.
  2629. (Otherwise, this data would have been lost forever.)
  2630.  
  2631. ================================
  2632. Recovered data (`trackinginfo`):
  2633. ================================
  2634.  
  2635. []
  2636.  
  2637.  
  2638. --
  2639. For help with auto-migrations, visit:
  2640. http://sailsjs.com/docs/concepts/models-and-orm/model-settings#?migrate
  2641.  
  2642. For questions, additional resources, or to talk to a human, visit:
  2643. http://sailsjs.com/support
  2644.  
  2645.  
  2646. 2019-10-21T03:44:32.605Z - error: A hook (`orm`) failed to load!
  2647. 2019-10-21T03:44:32.638Z - error: Failed to lift app: message=Automigrations failed. (See logs above for help, and a summary of what went wrong.), stack=Error: Automigrations failed. (See logs above for help, and a summary of what went wrong.)
  2648. at Timeout._onTimeout (/home/prcsmm/7-days-to-die-server-manager/node_modules/waterline-utils/lib/auto-migrations/private/run-alter-strategy/private/inform-re-failed-alter-stratagem.js:213:55)
  2649. at ontimeout (timers.js:482:11)
  2650. at tryOnTimeout (timers.js:317:5)
  2651. at Timer.listOnTimeout (timers.js:277:5), code=E_FAILED_ALTER_STRATEGEM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement