Closed nishit93-hub closed 2 years ago
Hi @nishit93-hub,
What happens when you visit http://localhost:8000? Is it different if you visit http://0.0.0.0:8000
Do you get errors in the browser or in the browser's network tab?
Closing due to inactivity. Feel free to reopen if you have new information!
Hi, I have deployed Posthog using the docker-compose.yml file. However, i am not able to access it on the browser. i am trying to access from http://localhost:8000
Below are the logs:-
Attaching to posthog_db, posthog_redis, posthog_web posthog_db | posthog_db | PostgreSQL Database directory appears to contain a database; Skipping initialization posthog_db | posthog_redis | 1:C 25 Oct 2021 18:35:27.033 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo posthog_redis | 1:C 25 Oct 2021 18:35:27.033 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=1, just started posthog_redis | 1:C 25 Oct 2021 18:35:27.033 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf posthog_redis | 1:M 25 Oct 2021 18:35:27.034 * monotonic clock: POSIX clock_gettime posthog_db | 2021-10-25 18:35:27.159 UTC [1] LOG: starting PostgreSQL 13.4 on x86_64-pc-linux-musl, compiled by gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424, 64-bit posthog_db | 2021-10-25 18:35:27.159 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 posthog_db | 2021-10-25 18:35:27.159 UTC [1] LOG: listening on IPv6 address "::", port 5432 posthog_db | 2021-10-25 18:35:27.278 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" posthog_db | 2021-10-25 18:35:27.462 UTC [21] LOG: database system was shut down at 2021-10-25 18:20:21 UTC posthog_redis | 1:M 25 Oct 2021 18:35:27.035 * Running mode=standalone, port=6379. posthog_redis | 1:M 25 Oct 2021 18:35:27.035 # Server initialized posthog_db | 2021-10-25 18:35:27.604 UTC [1] LOG: database system is ready to accept connections posthog_redis | 1:M 25 Oct 2021 18:35:27.036 * Loading RDB produced by version 6.2.6 posthog_redis | 1:M 25 Oct 2021 18:35:27.036 * RDB age 907 seconds posthog_redis | 1:M 25 Oct 2021 18:35:27.036 * RDB memory usage when created 0.77 Mb posthog_redis | 1:M 25 Oct 2021 18:35:27.036 # Done loading RDB, keys loaded: 0, keys expired: 0. posthog_redis | 1:M 25 Oct 2021 18:35:27.036 * DB loaded from disk: 0.000 seconds posthog_redis | 1:M 25 Oct 2021 18:35:27.036 * Ready to accept connections posthog_web | System check identified some issues: posthog_web | posthog_web | WARNINGS: posthog_web | axes.AccessAttempt: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the AppConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | axes.AccessLog: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the AppConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | ee.License: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the EnterpriseConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.Action: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.ActionStep: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.Annotation: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.Cohort: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.Dashboard: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.Element: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.ElementGroup: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.Event: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.FeatureFlag: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.FeatureFlagOverride: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.GroupTypeMapping: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.Insight: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.Person: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.PersonDistinctId: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.Plugin: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.PluginAttachment: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.PluginConfig: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.PluginStorage: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.SessionRecordingEvent: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.SessionRecordingViewed: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.SessionsFilter: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.Team: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | posthog.User: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the PostHogConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | rest_hooks.Hook: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. posthog_web | HINT: Configure the DEFAULT_AUTO_FIELD setting or the AppConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. posthog_web | Operations to perform: posthog_web | Apply all migrations: admin, auth, axes, contenttypes, ee, posthog, rest_hooks, sessions, social_django posthog_web | Running migrations: posthog_web | Applying contenttypes.0001_initial... OK posthog_web | Applying contenttypes.0002_remove_content_type_name... OK posthog_web | Applying auth.0001_initial... OK posthog_web | Applying auth.0002_alter_permission_name_max_length... OK posthog_web | Applying auth.0003_alter_user_email_max_length... OK posthog_web | Applying auth.0004_alter_user_username_opts... OK posthog_web | Applying auth.0005_alter_user_last_login_null... OK posthog_web | Applying auth.0006_require_contenttypes_0002... OK posthog_web | Applying auth.0007_alter_validators_add_error_messages... OK posthog_web | Applying auth.0008_alter_user_username_max_length... OK posthog_web | Applying auth.0009_alter_user_last_name_max_length... OK posthog_web | Applying auth.0010_alter_group_name_max_length... OK posthog_web | Applying auth.0011_update_proxy_permissions... OK posthog_web | Applying posthog.0001_initial... OK posthog_web | Applying admin.0001_initial... OK posthog_web | Applying admin.0002_logentry_remove_auto_add... OK posthog_web | Applying admin.0003_logentry_add_action_flag_choices... OK posthog_web | Applying auth.0012_alter_user_first_name_max_length... OK posthog_web | Applying axes.0001_initial... OK posthog_web | Applying axes.0002_auto_20151217_2044... OK posthog_web | Applying axes.0003_auto_20160322_0929... OK posthog_web | Applying axes.0004_auto_20181024_1538... OK posthog_web | Applying axes.0005_remove_accessattempt_trusted... OK posthog_web | Applying axes.0006_remove_accesslog_trusted... OK posthog_web | Applying posthog.0002_person... OK posthog_web | Applying posthog.0003_person_is_user... OK posthog_web | Applying posthog.0004_auto_20200125_0415... OK posthog_web | Applying posthog.0005_remove_person_distinct_ids... OK posthog_web | Applying posthog.0006_person_distinct_ids... OK posthog_web | Applying posthog.0007_element... OK posthog_web | Applying posthog.0008_action_actionstep... OK posthog_web | Applying posthog.0009_auto_20200127_0018... OK posthog_web | Applying posthog.0010_funnel_funnelstep... OK posthog_web | Applying posthog.0011_auto_20200127_2105... OK posthog_web | Applying posthog.0012_team_app_url... OK posthog_web | Applying posthog.0013_element_attr_class... OK posthog_web | Applying posthog.0014_auto_20200129_0703... OK posthog_web | Applying posthog.0015_actionstep_event... OK posthog_web | Applying posthog.0016_user_temporary_token... OK posthog_web | Applying posthog.0017_dashboarditem... OK posthog_web | Applying posthog.0018_funnel_deleted... OK posthog_web | Applying posthog.0019_team_name... OK posthog_web | Applying posthog.0020_auto_20200210_0212... OK posthog_web | Applying posthog.0021_user_distinct_id... OK posthog_web | Applying posthog.0022_action_deleted... OK posthog_web | Applying posthog.0023_team_opt_out_capture... OK posthog_web | Applying posthog.0024_add_event_distinct_id_index... OK posthog_web | Applying posthog.0025_cohort... OK posthog_web | Applying posthog.0026_auto_20200227_0804... OK posthog_web | Applying posthog.0027_move_elements_to_group... OK posthog_web | Applying posthog.0028_actionstep_url_matching... OK posthog_web | Applying posthog.0029_migrate_dashboard_actions... OK posthog_web | Applying posthog.0030_migrate_dashboard_days... OK posthog_web | Applying posthog.0031_team_signup_token... OK posthog_web | Applying posthog.0032_team_multiple_app_urls... OK posthog_web | Applying posthog.0033_auto_20200316_1655... OK posthog_web | Applying posthog.0034_pg_trgm_and_btree_20200318_1447... OK posthog_web | Applying posthog.0035_current_url_index_20200318_1459... OK posthog_web | Applying posthog.0036_remove_current_url_index... OK posthog_web | Applying posthog.0037_action_step_url_matching_can_be_null_20200402_1351... OK posthog_web | Applying posthog.0038_migrate_actions_to_precalculate_events... OK posthog_web | Applying posthog.0039_populate_event_ip_property... OK posthog_web | Applying posthog.0040_remove_event_ip... OK posthog_web | Applying posthog.0039_user_email_opt_in... OK posthog_web | Applying posthog.0041_merge_20200407_1805... OK posthog_web | Applying posthog.0042_add_type_dashboarditems... OK posthog_web | Applying posthog.0043_slack_webhooks... OK posthog_web | Applying posthog.0044_auto_20200413_1936... OK posthog_web | Applying posthog.0045_add_timestamp_index... OK posthog_web | Applying posthog.0046_event_names_properties_to_team... OK posthog_web | Applying posthog.0047_auto_20200416_1631... OK posthog_web | Applying posthog.0048_auto_20200420_1051... OK posthog_web | Applying posthog.0049_delete_funnelstep... OK posthog_web | Applying posthog.0050_dashboards... OK posthog_web | Applying posthog.0051_precalculate_cohorts... OK posthog_web | Applying posthog.0052_data_precalculate_cohorts... OK posthog_web | Applying posthog.0053_dashboard_item_layouts... OK posthog_web | Applying posthog.0054_dashboard_item_color... OK posthog_web | Applying posthog.0055_user_anonymize_data... OK posthog_web | Applying posthog.0056_auto_20200522_1024... OK posthog_web | Applying posthog.0057_action_updated_at... OK posthog_web | Applying posthog.0058_dashboarditem_last_refresh... OK posthog_web | Applying posthog.0059_dashboarditem_refreshing... OK posthog_web | Applying posthog.0060_auto_20200616_0746... OK posthog_web | Applying posthog.0061_featureflag... OK posthog_web | Applying posthog.0062_team_anonymize_ips... OK posthog_web | Applying posthog.0063_team_completed_snippet_onboarding... OK posthog_web | Applying posthog.0064_toolbar_mode... OK posthog_web | Applying posthog.0065_auto_20200624_1842... OK posthog_web | Applying posthog.0066_team_created_at... OK posthog_web | Applying posthog.0067_team_updated_at... OK posthog_web | Applying posthog.0068_auto_20200629_1322... OK posthog_web | Applying posthog.0069_auto_20200714_1642... OK posthog_web | Applying posthog.0070_team_event_properties_numerical... OK posthog_web | Applying posthog.0071_cache_dashboard_items... OK posthog_web | Applying posthog.0072_action_step_url_matching_regex... OK posthog_web | Applying posthog.0073_update_dashboard_item_filters... OK posthog_web | Applying posthog.0074_toolbar_default_on... OK posthog_web | Applying posthog.0075_action_slack_message_format... OK posthog_web | Applying posthog.0076_auto_20200819_1214... OK posthog_web | Applying posthog.0077_cohortpeople_id_to_bigautofield... OK posthog_web | Applying posthog.0078_auto_20200731_1323... OK posthog_web | Applying posthog.0079_move_funnels_to_insights... OK posthog_web | Applying posthog.0080_update_dashboard_funnel_filters... OK posthog_web | Applying posthog.0081_person_is_identified... OK posthog_web | Applying posthog.0082_personalapikey... OK posthog_web | Applying posthog.0083_auto_20200826_1504... OK posthog_web | Applying posthog.0084_person_uuid... OK posthog_web | Applying posthog.0085_org_models... OK posthog_web | Applying posthog.0086_team_session_recording_opt_in... OK posthog_web | Applying posthog.0087_fix_annotation_created_at... OK posthog_web | Applying posthog.0088_toolbar_disabled... OK posthog_web | Applying posthog.0089_auto_20201015_1031... OK posthog_web | Applying posthog.0090_org_live... OK posthog_web | Applying posthog.0091_messagingrecord... OK posthog_web | Applying posthog.0092_rename_projects_to_default... OK posthog_web | Applying posthog.0093_remove_user_is_superuser... OK posthog_web | Applying posthog.0094_description_on_dashboard_items... OK posthog_web | Applying posthog.0095_session_recording_event_table... OK posthog_web | Applying posthog.0096_plugins... OK posthog_web | Applying posthog.0097_invite_emails... OK posthog_web | Applying posthog.0098_events_property_usage... OK posthog_web | Applying posthog.0099_plugin_attachment... OK posthog_web | Applying posthog.0100_action_step_max_length... OK posthog_web | Applying posthog.0101_org_owners... OK posthog_web | Applying posthog.0102_dashboarditem_filters_hash... OK posthog_web | Applying posthog.0103_retention_remove_date... OK posthog_web | Applying posthog.0104_auto_20201208_1052... OK posthog_web | Applying posthog.0105_cohort_errors_calculating... OK posthog_web | Applying posthog.0106_dashboard_item_type_to_display... OK posthog_web | Applying posthog.0107_plugin_source... OK posthog_web | Applying posthog.0108_plugin_organization... OK posthog_web | Applying posthog.0109_fix_retention_filters... OK posthog_web | Applying posthog.0110_sessionrecordingeventbyteamandtimestamp... OK posthog_web | Applying posthog.0111_plugin_storage... OK posthog_web | Applying posthog.0112_sessions_filter... OK posthog_web | Applying posthog.0113_cohort_is_static... OK posthog_web | Applying posthog.0114_fix_team_event_names... OK posthog_web | Applying posthog.0115_session_recording_viewed... OK posthog_web | Applying posthog.0116_session_recording_retention_period... OK posthog_web | Applying posthog.0116_plugin_latest_tag... OK posthog_web | Applying posthog.0117_merge_20210126_0917... OK posthog_web | Applying posthog.0118_is_demo... OK posthog_web | Applying posthog.0119_mandatory_plugin_order... OK posthog_web | Applying posthog.0120_organization_personalization... OK posthog_web | Applying posthog.0121_person_email_index... OK posthog_web | Applying posthog.0122_organization_setup_section_2_completed... OK posthog_web | Applying posthog.0123_organizationinvite_first_name... OK posthog_web | Applying posthog.0124_unset_is_calculating_static_cohorts... OK posthog_web | Applying posthog.0125_longer_webhook_url... OK posthog_web | Applying posthog.0126_fix_funnels_insights_links... OK posthog_web | Applying posthog.0127_stricter_team_data... OK posthog_web | Applying posthog.0128_stricter_team_schema... OK posthog_web | Applying posthog.0127_add_dashboard_filters... OK posthog_web | Applying posthog.0129_merge_20210223_0757... OK posthog_web | Applying posthog.0130_dashboard_creation_mode... OK posthog_web | Applying posthog.0131_add_plugins_updated_created_at.../usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Plugin.created_at received a naive datetime (2020-01-01 00:00:00) while time zone support is active. posthog_web | warnings.warn("DateTimeField %s received a naive datetime (%s)" posthog_web | /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField PluginConfig.created_at received a naive datetime (2020-01-01 00:00:00) while time zone support is active. posthog_web | warnings.warn("DateTimeField %s received a naive datetime (%s)" posthog_web | OK posthog_web | Applying posthog.0132_team_test_account_filters... OK posthog_web | Applying posthog.0133_plugins_access_control... OK posthog_web | Applying posthog.0134_event_site_url... OK posthog_web | Applying posthog.0135_plugins_on_cloud... OK posthog_web | Applying posthog.0136_global_plugin_attachments... OK posthog_web | Applying posthog.0137_team_timezone... OK posthog_web | Applying posthog.0138_featureflag_name_optional... OK posthog_web | Applying posthog.0139_dashboard_tagging... OK posthog_web | Applying posthog.0140_team_data_attributes... OK posthog_web | Applying posthog.0141_events_created_at_index... OK posthog_web | Applying posthog.0142_fix_team_data_attributes_default... OK posthog_web | Applying posthog.0143_user_uuid... OK posthog_web | Applying posthog.0144_update_django_3_1_8... OK posthog_web | Applying posthog.0145_eventdefinition_propertydefinition... OK posthog_web | Applying posthog.0146_eventproperty_sync... OK posthog_web | Applying posthog.0147_plugin_logs... OK posthog_web | Applying posthog.0147_fix_stickiness_dashboard_items... OK posthog_web | Applying posthog.0148_merge_20210506_0823... OK posthog_web | Applying posthog.0149_fix_lifecycle_dashboard_items... OK posthog_web | Applying posthog.0150_increase_element_varchars... OK posthog_web | Applying posthog.0151_plugin_preinstalled... OK posthog_web | Applying posthog.0152_user_events_column_config... OK posthog_web | Applying posthog.0153_plugin_capabilities... OK posthog_web | Applying posthog.0154_organization_for_internal_metrics... OK posthog_web | Applying posthog.0155_organization_available_features... OK posthog_web | Applying posthog.0156_insight_short_id... OK posthog_web | Applying posthog.0157_plugin_metrics... OK posthog_web | Applying posthog.0158_new_token_format... OK posthog_web | Applying posthog.0159_remove_funnels_with_breakdown... OK posthog_web | Applying posthog.0160_organization_domain_whitelist... OK posthog_web | Applying posthog.0161_property_defs_search... OK posthog_web | Applying posthog.0162_organization_is_member_join_email_enabled... OK posthog_web | Applying posthog.0163_insights_favorited_updatedat_tags... OK posthog_web | Applying posthog.0164_person_index_by_team_and_id... OK posthog_web | Applying posthog.0165_dashboarditem_dive_dashboard... OK posthog_web | Applying posthog.0166_plugin_public_jobs... OK posthog_web | Applying posthog.0167_feature_flag_override... OK posthog_web | Applying posthog.0168_action_step_empty_string_reset... OK posthog_web | Applying posthog.0169_person_properties_last_updated_at... OK posthog_web | Applying posthog.0170_project_based_permissioning... OK posthog_web | Applying ee.0001_initial... OK posthog_web | Applying ee.0002_hook... OK posthog_web | Applying ee.0003_license_max_users... OK posthog_web | Applying ee.0004_enterpriseeventdefinition_enterprisepropertydefinition... OK posthog_web | Applying ee.0005_project_based_permissioning... OK posthog_web | Applying posthog.0171_cohort_description... OK posthog_web | Applying posthog.0172_person_properties_last_operation... OK posthog_web | Applying posthog.0173_should_update_person_props_function... OK posthog_web | Applying posthog.0174_organization_slug... OK posthog_web | Applying posthog.0175_should_update_person_props_function... OK posthog_web | Applying posthog.0176_update_person_props_function... OK posthog_web | Applying posthog.0177_path_cleaning_filters... OK posthog_web | Applying posthog.0178_rename_dashboard_item_to_insight... OK posthog_web | Applying posthog.0179_add_group_type_mapping... OK posthog_web | Applying rest_hooks.0001_initial... OK posthog_web | Applying rest_hooks.0002_swappable_hook_model... OK posthog_web | Applying sessions.0001_initial... OK posthog_web | Applying social_django.0001_initial... OK posthog_web | Applying social_django.0002_add_related_name... OK posthog_web | Applying social_django.0003_alter_email_max_length... OK posthog_web | Applying social_django.0004_auto_20160423_0400... OK posthog_web | Applying social_django.0005_auto_20160727_2333... OK posthog_web | Applying social_django.0006_partial... OK posthog_web | Applying social_django.0007_code_timestamp... OK posthog_web | Applying social_django.0008_partial_timestamp... OK posthog_web | Applying social_django.0009_auto_20191118_0520... OK posthog_web | Applying social_django.0010_uid_db_index... OK posthog_web | posthog_web | celery -A posthog worker -Ofair --without-gossip --without-mingle --without-heartbeat posthog_web | posthog_web | rm: cannot remove 'celerybeat.pid': No such file or directory posthog_web | celerybeat.pid not found, proceeding posthog_web | ๐ง Verifying installed packages... posthog_web | [2021-10-25 18:36:15 +0000] [13] [INFO] Starting gunicorn 20.1.0 posthog_web | posthog_web | posthog_web | _____ _ _ _ posthog_web | | __ \ | | | | | | posthog_web | | |__) |__ ___| |_| |__| | ___ __ _ posthog_web | | ___/ _ \/ __| __| __ |/ _ \ / _
| posthogweb | | | | () _ \ || | | | () | (| | posthogweb | || _/|/\|| ||\/ __, | posthog_web | / | posthogweb | |/ posthog_web | posthog_web | posthog_web | posthog_web | Server running on http://0.0.0.0:8000 posthog_web | Questions? Please shoot us an email at hey@posthog.com posthog_web | posthog_web | To stop, press CTRL + C posthog_web | [2021-10-25 18:36:15 +0000] [13] [INFO] Listening at: http://0.0.0.0:8000 (13) posthog_web | [2021-10-25 18:36:15 +0000] [13] [INFO] Using worker: gthread posthog_web | [2021-10-25 18:36:15 +0000] [29] [INFO] Booting worker with pid: 29 posthog_web | [2021-10-25 18:36:15 +0000] [30] [INFO] Booting worker with pid: 30 posthog_web | celery beat v4.4.2 (cliffs) is starting. posthog_web | yarn install v1.22.17 posthogweb | - ... - posthog_web | LocalTime -> 2021-10-25 18:36:18 posthog_web | Configuration -> posthog_web | . broker -> redis://redis:6379// posthog_web | . loader -> celery.loaders.app.AppLoader posthog_web | . scheduler -> redbeat.schedulers.RedBeatScheduler posthog_web | . redis -> redis://redis:6379/ posthog_web | . lock ->redbeat::lock
45.00 seconds (45s) posthog_web | . logfile -> [stderr]@%WARNING posthog_web | . maxinterval -> 30.00 seconds (30s) posthog_web | [1/4] Resolving packages... posthog_web |posthog_web | -------------- celery@5ac84a868d95 v4.4.2 (cliffs) posthog_web | --- * ----- posthog_web | -- *** ---- Linux-5.11.0-38-generic-x86_64-with-glibc2.2.5 2021-10-25 18:36:19 posthog_web | - --- --- posthog_web | - ---------- [config] posthog_web | - ---------- .> app: posthog:0x7f1e1dde0640 posthog_web | - ---------- .> transport: redis://redis:6379// posthog_web | - ---------- .> results: redis://redis:6379/ posthog_web | - --- --- .> concurrency: 8 (prefork) posthog_web | -- *** ---- .> task events: OFF (enable -E to monitor tasks in this worker) posthog_web | --- * ----- posthog_web | -------------- [queues] posthog_web | .> celery exchange=celery(direct) key=celery posthog_web |
posthog_web | posthog_web | success Already up-to-date. posthog_web | Done in 1.79s. posthog_web | ๐ Starting plugin server in a resiliency loop... posthog_web | yarn run v1.22.17 posthog_web | $ posthog-plugin-server posthog_web | [MAIN] 18:36:22 โก @posthog/plugin-server v1.10.2 posthog_web | [MAIN] 18:36:22 โน๏ธ 8 workers, 10 tasks per worker posthog_web | [MAIN] 18:36:22 โ Connected to Redis! posthog_web | [MAIN] 18:36:22 ๐ฟ Fetched all actions from DB anew posthog_db | 2021-10-25 18:36:22.417 UTC [31] ERROR: relation "graphile_worker.migrations" does not exist at character 16 posthog_db | 2021-10-25 18:36:22.417 UTC [31] STATEMENT: select id from "graphile_worker".migrations order by id desc limit 1; posthog_web | [MAIN] 18:36:23 ๐ถ Connected to job queue producer "graphile" posthog_web | [MAIN] 18:36:23 โฌ๏ธ Fetching @posthog/mmdb for the first time posthog_web | [MAIN] 18:36:23 โณ Downloading GeoLite2 database from PostHog servers... posthog_web | [MAIN] 18:36:29 โ Downloaded GeoLite2-City-2021-10-19.mmdb of 24.5 MB posthog_web | [MAIN] 18:36:32 ๐พ Saved GeoLite2-City-2021-10-19.mmdb into the database posthog_web | [MAIN] 18:36:34 ๐ช Decompressed GeoLite2-City-2021-10-19.mmdb from 24.5 MB into 71.8 MB posthog_web | [MAIN] 18:36:34 ๐บ Starting internal MMDB server... posthog_web | [MAIN] 18:36:34 ๐ Internal MMDB server listening on port 45709 posthog_web | [MAIN] 18:36:34 โฐ Starting scheduling service... posthog_web | [_4] 18:36:43 ๐งต Starting Piscina worker thread 4โฆ posthog_web | [_7] 18:36:43 ๐งต Starting Piscina worker thread 7โฆ posthogweb | [4] 18:36:43 โ Connected to Redis! posthog_web | [_4] 18:36:43 ๐ฟ Fetched all actions from DB anew posthogweb | [7] 18:36:43 โ Connected to Redis! posthog_web | [_7] 18:36:43 ๐ฟ Fetched all actions from DB anew posthogweb | [4] 18:36:43 ๐ถ Connected to job queue producer "graphile" posthog_web | [_7] 18:36:43 ๐ถ Connected to job queue producer "graphile" posthogweb | [3] 18:36:43 ๐งต Starting Piscina worker thread 3โฆ posthog_web | [_1] 18:36:43 ๐งต Starting Piscina worker thread 1โฆ posthogweb | [3] 18:36:43 โ Connected to Redis! posthog_web | [_3] 18:36:43 ๐ฟ Fetched all actions from DB anew posthogweb | [5] 18:36:43 ๐งต Starting Piscina worker thread 5โฆ posthog_web | [_1] 18:36:43 โ Connected to Redis! posthogweb | [3] 18:36:43 ๐ถ Connected to job queue producer "graphile" posthog_web | [_1] 18:36:43 ๐ฟ Fetched all actions from DB anew posthogweb | [6] 18:36:43 ๐งต Starting Piscina worker thread 6โฆ posthog_web | [_1] 18:36:43 ๐ถ Connected to job queue producer "graphile" posthogweb | [6] 18:36:43 โ Connected to Redis! posthog_web | [_5] 18:36:43 โ Connected to Redis! posthogweb | [5] 18:36:43 ๐ฟ Fetched all actions from DB anew posthog_web | [MAIN] 18:36:43 โฐ Starting redlock "plugin-server:locks:schedule" ... posthogweb | [5] 18:36:43 ๐ถ Connected to job queue producer "graphile" posthog_web | [_6] 18:36:43 ๐ฟ Fetched all actions from DB anew posthog_web | [_8] 18:36:43 ๐งต Starting Piscina worker thread 8โฆ posthogweb | [6] 18:36:43 ๐ถ Connected to job queue producer "graphile" posthog_web | [MAIN] 18:36:43 โ Connected to Redis! posthog_web | [MAIN] 18:36:43 ๐ Starting job queue consumer, trying to get lock... posthog_web | [MAIN] 18:36:43 โฐ Starting redlock "plugin-server:locks:job-queue-consumer" ... posthog_web | [MAIN] 18:36:43 ๐ Redlock "plugin-server:locks:schedule" acquired! posthog_web | [MAIN] 18:36:43 โ Connected to Redis! posthog_web | [MAIN] 18:36:43 ๐ Starting Celery worker... posthog_web | [MAIN] 18:36:43 โ Celery worker subscribed to posthog.tasks.plugins.plugin_job, posthog.tasks.process_event.process_event_with_plugins! posthog_web | [MAIN] 18:36:43 ๐ Redlock "plugin-server:locks:job-queue-consumer" acquired! posthog_web | [MAIN] 18:36:43 ๐ Job queue consumer lock acquired posthog_web | [MAIN] 18:36:43 โ Connected to Redis! posthog_web | [MAIN] 18:36:43 ๐ Pub-sub started for channels: reload-plugins, reload-action, drop-action posthog_web | [_8] 18:36:43 โ Connected to Redis! posthog_web | [MAIN] 18:36:43 โ Connected to Redis! posthog_web | [MAIN] 18:36:43 ๐ All systems go posthogweb | [8] 18:36:43 ๐ฟ Fetched all actions from DB anew posthog_web | [_2] 18:36:43 ๐งต Starting Piscina worker thread 2โฆ posthogweb | [8] 18:36:43 ๐ถ Connected to job queue producer "graphile" posthog_web | [core] INFO: Worker connected and looking for jobs... (task names: 'pluginJob') posthogweb | [2] 18:36:43 โ Connected to Redis! posthog_web | [_2] 18:36:43 ๐ฟ Fetched all actions from DB anew posthog_web | [_2] 18:36:44 ๐ถ Connected to job queue producer "graphile" posthog_web | 172.18.0.1 - - [25/Oct/2021:18:37:55 +0000] "GET / HTTP/1.1" 301 0 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36" posthogweb | [6] 18:40:00 ๐ฟ Fetched all actions from DB anew posthog_web | [_3] 18:40:00 ๐ฟ Fetched all actions from DB anew posthogweb | [1] 18:40:00 ๐ฟ Fetched all actions from DB anew posthog_web | [_5] 18:40:00 ๐ฟ Fetched all actions from DB anew posthogweb | [7] 18:40:00 ๐ฟ Fetched all actions from DB anew posthog_web | [_8] 18:40:00 ๐ฟ Fetched all actions from DB anew posthogweb | [2] 18:40:00 ๐ฟ Fetched all actions from DB anew posthog_web | [___4] 18:40:00 ๐ฟ Fetched all actions from DB anew posthog_redis | 1:M 25 Oct 2021 18:40:28.012 100 changes in 300 seconds. Saving... posthog_redis | 1:M 25 Oct 2021 18:40:28.012 Background saving started by pid 14 posthog_redis | 14:C 25 Oct 2021 18:40:28.055 DB saved on disk posthog_redis | 14:C 25 Oct 2021 18:40:28.056 RDB: 0 MB of memory used by copy-on-write posthog_redis | 1:M 25 Oct 2021 18:40:28.113 * Background saving terminated with success posthogweb | [4] 18:45:00 ๐ฟ Fetched all actions from DB anew posthog_web | [_6] 18:45:00 ๐ฟ Fetched all actions from DB anew posthogweb | [2] 18:45:00 ๐ฟ Fetched all actions from DB anew posthog_web | [_1] 18:45:00 ๐ฟ Fetched all actions from DB anew posthogweb | [3] 18:45:00 ๐ฟ Fetched all actions from DB anew posthog_web | [_8] 18:45:00 ๐ฟ Fetched all actions from DB anew posthogweb | [7] 18:45:00 ๐ฟ Fetched all actions from DB anew posthog_web | [___5] 18:45:00 ๐ฟ Fetched all actions from DB anew posthog_redis | 1:M 25 Oct 2021 18:45:29.051 100 changes in 300 seconds. Saving... posthog_redis | 1:M 25 Oct 2021 18:45:29.051 Background saving started by pid 15 posthog_redis | 15:C 25 Oct 2021 18:45:29.090 DB saved on disk posthog_redis | 15:C 25 Oct 2021 18:45:29.091 RDB: 0 MB of memory used by copy-on-write posthog_redis | 1:M 25 Oct 2021 18:45:29.152 * Background saving terminated with success`
Please suggest how can I access it.