Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. root@librenms:/opt/librenms# ./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: 2019_05_12_202407_create_mpls_lsps_table
  10.  
  11. In Connection.php line 664:
  12.  
  13. SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'mpls_lsps' already exists (SQL: create table `mpls_lsps` (`lsp_id` int unsigned not null auto_increment
  14. primary key, `vrf_oid` int unsigned not null, `lsp_oid` int unsigned not null, `device_id` int unsigned not null, `mplsLspRowStatus` enum('active', 'notInService', 'not
  15. Ready', 'createAndGo', 'createAndWait', 'destroy') not null, `mplsLspLastChange` bigint null, `mplsLspName` varchar(64) not null, `mplsLspAdminState` enum('noop', 'inSe
  16. rvice', 'outOfService') not null, `mplsLspOperState` enum('unknown', 'inService', 'outOfService', 'transition') not null, `mplsLspFromAddr` varchar(32) not null, `mplsL
  17. spToAddr` varchar(32) not null, `mplsLspType` enum('unknown', 'dynamic', 'static', 'bypassOnly', 'p2mpLsp', 'p2mpAuto', 'mplsTp', 'meshP2p', 'oneHopP2p', 'srTe', 'meshP
  18. 2pSrTe', 'oneHopP2pSrTe') not null, `mplsLspFastReroute` enum('true', 'false') not null, `mplsLspAge` bigint null, `mplsLspTimeUp` bigint null, `mplsLspTimeDown` bigint
  19. null, `mplsLspPrimaryTimeUp` bigint null, `mplsLspTransitions` int unsigned null, `mplsLspLastTransition` bigint null, `mplsLspConfiguredPaths` int unsigned null, `mpl
  20. sLspStandbyPaths` int unsigned null, `mplsLspOperationalPaths` int unsigned null) default character set utf8 collate 'utf8_unicode_ci')
  21.  
  22.  
  23. In PDOStatement.php line 119:
  24.  
  25. SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'mpls_lsps' already exists
  26.  
  27.  
  28. In PDOStatement.php line 117:
  29.  
  30. SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'mpls_lsps' already exists
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement