Advertisement
Guest User

Sentry Install Logs

a guest
Oct 15th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. Checking minimum requirements...
  2.  
  3. Creating volumes for persistent storage...
  4. Created sentry-data.
  5. Created sentry-postgres.
  6.  
  7. .env already exists, skipped creation.
  8.  
  9. $SENTRY_IMAGE not set, using latest stable: sentry:9.1.2
  10.  
  11. Building and tagging Docker images...
  12.  
  13. smtp uses an image, skipping
  14. memcached uses an image, skipping
  15. redis uses an image, skipping
  16. postgres uses an image, skipping
  17. Building web
  18. Step 1/2 : ARG SENTRY_IMAGE
  19. Step 2/2 : FROM ${SENTRY_IMAGE}-onbuild
  20. # Executing 4 build triggers
  21. ---> Running in c8bf381ecbcc
  22. DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
  23. Removing intermediate container c8bf381ecbcc
  24. ---> Running in 95ca285c95ee
  25. Removing intermediate container 95ca285c95ee
  26. ---> Running in fb1c440be86d
  27. Removing intermediate container fb1c440be86d
  28. ---> 375a0db2b638
  29.  
  30. Successfully built 375a0db2b638
  31. Successfully tagged onpremise_web:latest
  32. Building cron
  33. Step 1/2 : ARG SENTRY_IMAGE
  34. Step 2/2 : FROM ${SENTRY_IMAGE}-onbuild
  35. # Executing 4 build triggers
  36. ---> Using cache
  37. ---> Using cache
  38. ---> Using cache
  39. ---> Using cache
  40. ---> 375a0db2b638
  41.  
  42. Successfully built 375a0db2b638
  43. Successfully tagged onpremise_cron:latest
  44. Building worker
  45. Step 1/2 : ARG SENTRY_IMAGE
  46. Step 2/2 : FROM ${SENTRY_IMAGE}-onbuild
  47. # Executing 4 build triggers
  48. ---> Using cache
  49. ---> Using cache
  50. ---> Using cache
  51. ---> Using cache
  52. ---> 375a0db2b638
  53.  
  54. Successfully built 375a0db2b638
  55. Successfully tagged onpremise_worker:latest
  56.  
  57. Docker images built.
  58.  
  59. Generating secret key...
  60. Secret key written to .env
  61.  
  62. Setting up database...
  63. Starting onpremise_postgres_1 ...
  64. Starting onpremise_memcached_1 ...
  65. Starting onpremise_smtp_1 ...
  66. Starting onpremise_redis_1 ... done
  67. 12:48:03 [WARNING] sentry.utils.geo: settings.GEOIP_PATH_MMDB not configured.
  68. 12:48:08 [INFO] sentry.plugins.github: apps-not-configured
  69. Syncing...
  70. Creating tables ...
  71. Installing custom SQL ...
  72. Installing indexes ...
  73. Installed 0 object(s) from 0 fixture(s)
  74. Migrating...
  75. Running migrations for sentry:
  76. - Nothing to migrate.
  77. Running migrations for sentry.nodestore:
  78. - Nothing to migrate.
  79. Running migrations for sentry.search:
  80. - Nothing to migrate.
  81. Running migrations for social_auth:
  82. - Nothing to migrate.
  83. Running migrations for sentry.tagstore:
  84. - Nothing to migrate.
  85. Running migrations for sentry_plugins.hipchat_ac:
  86. - Nothing to migrate.
  87. Running migrations for sentry_plugins.jira_ac:
  88. - Nothing to migrate.
  89.  
  90. Synced:
  91. > django.contrib.admin
  92. > django.contrib.auth
  93. > django.contrib.contenttypes
  94. > django.contrib.messages
  95. > django.contrib.sessions
  96. > django.contrib.sites
  97. > django.contrib.staticfiles
  98. > crispy_forms
  99. > debug_toolbar
  100. > rest_framework
  101. > sentry.plugins.sentry_interface_types
  102. > sentry.plugins.sentry_mail
  103. > sentry.plugins.sentry_urls
  104. > sentry.plugins.sentry_useragents
  105. > sentry.plugins.sentry_webhooks
  106. > sudo
  107. > south
  108.  
  109. Migrated:
  110. - sentry
  111. - sentry.nodestore
  112. - sentry.search
  113. - social_auth
  114. - sentry.tagstore
  115. - sentry_plugins.hipchat_ac
  116. - sentry_plugins.jira_ac
  117. Creating missing DSNs
  118. Correcting Group.num_comments counter
  119. Cleaning up...
  120.  
  121. ----------------
  122. You're all done! Run the following command get Sentry running:
  123.  
  124. docker-compose up -d
  125.  
  126. Creating onpremise_smtp_1 ... done
  127. Creating onpremise_memcached_1 ... done
  128. Creating onpremise_redis_1 ... done
  129. Creating onpremise_postgres_1 ... done
  130. Creating onpremise_memcached_1 ...
  131. Creating onpremise_postgres_1 ...
  132. Creating onpremise_redis_1 ...
  133. Creating onpremise_web_1 ... done
  134. Creating onpremise_cron_1 ... done
  135. Creating onpremise_worker_1 ... done
  136. [trevor@vps262525 onpremise]$ ./test.sh
  137. [trevor@vps262525 onpremise]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement