From Voluminous Tamarin, 2 Years ago, written in Plain Text.
Embed
  1. $ ./lnms migrate;
  2. **************************************
  3. *     Application In Production!     *
  4. **************************************
  5.  
  6.  Do you really wish to run this command? (yes/no) [no]:
  7.  > yes
  8.  
  9. Migrating: 2021_07_28_102443_plugins_add_version_and_settings
  10. Migrated:  2021_07_28_102443_plugins_add_version_and_settings (4.08ms)
  11. Migrating: 2021_08_04_102914_add_syslog_indexes
  12.  
  13. In Connection.php line 703:
  14.  
  15.   SQLSTATE[42000]: Syntax error or access violation: 1061 Duplicate key name 'syslog_device_id_program_index' (SQL: alter
  16.   table `syslog` add index `syslog_device_id_program_index`(`device_id`, `program`))
  17.  
  18.  
  19. In Exception.php line 18:
  20.  
  21.   SQLSTATE[42000]: Syntax error or access violation: 1061 Duplicate key name 'syslog_device_id_program_index'
  22.  
  23.  
  24. In PDOStatement.php line 117:
  25.  
  26.   SQLSTATE[42000]: Syntax error or access violation: 1061 Duplicate key name 'syslog_device_id_program_index'
  27.  
  28.  
  29. $
  30.