Advertisement
Guest User

Bacula errors - postgres

a guest
Mar 20th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.46 KB | None | 0 0
  1. -bash-4.1$ /usr/libexec/bacula/make_postgresql_tables
  2. psql:<stdin>:7: NOTICE:  CREATE TABLE will create implicit sequence "filename_filenameid_seq" for serial column "filename.filenameid"
  3. psql:<stdin>:7: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "filename_pkey" for table "filename"
  4. CREATE TABLE
  5. ALTER TABLE
  6. CREATE INDEX
  7. psql:<stdin>:17: NOTICE:  CREATE TABLE will create implicit sequence "path_pathid_seq" for serial column "path.pathid"
  8. psql:<stdin>:17: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "path_pkey" for table "path"
  9. CREATE TABLE
  10. ALTER TABLE
  11. CREATE INDEX
  12. psql:<stdin>:33: NOTICE:  CREATE TABLE will create implicit sequence "file_fileid_seq" for serial column "file.fileid"
  13. psql:<stdin>:33: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "file_pkey" for table "file"
  14. CREATE TABLE
  15. CREATE INDEX
  16. CREATE INDEX
  17. psql:<stdin>:84: NOTICE:  CREATE TABLE will create implicit sequence "job_jobid_seq" for serial column "job.jobid"
  18. psql:<stdin>:84: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "job_pkey" for table "job"
  19. CREATE TABLE
  20. CREATE INDEX
  21. CREATE TABLE
  22. CREATE INDEX
  23. psql:<stdin>:99: NOTICE:  CREATE TABLE will create implicit sequence "location_locationid_seq" for serial column "location.locationid"
  24. psql:<stdin>:99: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "location_pkey" for table "location"
  25. CREATE TABLE
  26. psql:<stdin>:109: NOTICE:  CREATE TABLE will create implicit sequence "fileset_filesetid_seq" for serial column "fileset.filesetid"
  27. psql:<stdin>:109: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "fileset_pkey" for table "fileset"
  28. CREATE TABLE
  29. CREATE INDEX
  30. psql:<stdin>:126: NOTICE:  CREATE TABLE will create implicit sequence "jobmedia_jobmediaid_seq" for serial column "jobmedia.jobmediaid"
  31. psql:<stdin>:126: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "jobmedia_pkey" for table "jobmedia"
  32. CREATE TABLE
  33. CREATE INDEX
  34. psql:<stdin>:178: NOTICE:  CREATE TABLE will create implicit sequence "media_mediaid_seq" for serial column "media.mediaid"
  35. psql:<stdin>:178: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "media_pkey" for table "media"
  36. CREATE TABLE
  37. CREATE INDEX
  38. psql:<stdin>:188: NOTICE:  CREATE TABLE will create implicit sequence "mediatype_mediatypeid_seq" for serial column "mediatype.mediatypeid"
  39. psql:<stdin>:188: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "mediatype_pkey" for table "mediatype"
  40. CREATE TABLE
  41. psql:<stdin>:195: NOTICE:  CREATE TABLE will create implicit sequence "storage_storageid_seq" for serial column "storage.storageid"
  42. psql:<stdin>:195: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "storage_pkey" for table "storage"
  43. CREATE TABLE
  44. psql:<stdin>:214: NOTICE:  CREATE TABLE will create implicit sequence "device_deviceid_seq" for serial column "device.deviceid"
  45. psql:<stdin>:214: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "device_pkey" for table "device"
  46. CREATE TABLE
  47. psql:<stdin>:246: NOTICE:  CREATE TABLE will create implicit sequence "pool_poolid_seq" for serial column "pool.poolid"
  48. psql:<stdin>:246: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "pool_pkey" for table "pool"
  49. CREATE TABLE
  50. CREATE INDEX
  51. psql:<stdin>:259: NOTICE:  CREATE TABLE will create implicit sequence "client_clientid_seq" for serial column "client.clientid"
  52. psql:<stdin>:259: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "client_pkey" for table "client"
  53. CREATE TABLE
  54. CREATE INDEX
  55. psql:<stdin>:270: NOTICE:  CREATE TABLE will create implicit sequence "log_logid_seq" for serial column "log.logid"
  56. psql:<stdin>:270: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "log_pkey" for table "log"
  57. CREATE TABLE
  58. CREATE INDEX
  59. psql:<stdin>:285: NOTICE:  CREATE TABLE will create implicit sequence "locationlog_loclogid_seq" for serial column "locationlog.loclogid"
  60. psql:<stdin>:285: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "locationlog_pkey" for table "locationlog"
  61. CREATE TABLE
  62. psql:<stdin>:297: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "counters_pkey" for table "counters"
  63. CREATE TABLE
  64. psql:<stdin>:309: NOTICE:  CREATE TABLE will create implicit sequence "basefiles_baseid_seq" for serial column "basefiles.baseid"
  65. psql:<stdin>:309: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "basefiles_pkey" for table "basefiles"
  66. CREATE TABLE
  67. CREATE INDEX
  68. psql:<stdin>:320: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "unsavedfiles_pkey" for table "unsavedfiles"
  69. CREATE TABLE
  70. psql:<stdin>:327: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "cdimages_pkey" for table "cdimages"
  71. CREATE TABLE
  72. psql:<stdin>:335: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "pathhierarchy_pkey" for table "pathhierarchy"
  73. CREATE TABLE
  74. CREATE INDEX
  75. psql:<stdin>:347: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "pathvisibility_pkey" for table "pathvisibility"
  76. CREATE TABLE
  77. CREATE INDEX
  78. CREATE TABLE
  79. psql:<stdin>:361: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "status_pkey" for table "status"
  80. CREATE TABLE
  81. INSERT 0 1
  82. INSERT 0 1
  83. INSERT 0 1
  84. INSERT 0 1
  85. INSERT 0 1
  86. INSERT 0 1
  87. INSERT 0 1
  88. INSERT 0 1
  89. INSERT 0 1
  90. INSERT 0 1
  91. INSERT 0 1
  92. INSERT 0 1
  93. INSERT 0 1
  94. INSERT 0 1
  95. INSERT 0 1
  96. INSERT 0 1
  97. INSERT 0 1
  98. INSERT 0 1
  99. INSERT 0 1
  100. INSERT 0 1
  101. INSERT 0 1
  102. INSERT 0 1
  103. Creation of Bacula PostgreSQL tables succeeded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement