Hello! I'm trying to deploy the standalone with my already existing postgresql container and I am getting the following error:
[SHIM_FATAL] SIGSEGV
Last Phase: step
Last Query: SELECT plugins.id AS "plugins_id", plugins.identifier AS "plugins_identifier", plugins.framework_version AS "plugins_framework_version", plugins.access_count AS "plugins_access_count", plugins.installed_at AS "plugins_installed_at", plugins.accessed_at AS "plugins_accessed_at", plugins.modified_at AS "plugins_modified_at", plugin_prefixes.id AS "plugin_prefixes_id", plugin_prefixes.name AS "plugin_prefixes_name", plugin_prefixes.plugin_id AS "plugin_prefixes_plugin_id", plugin_prefixes.prefix AS "plugin_pr
╔══════════════════════════════════════════════════════════════════════════════╗
║ FATAL SIGNAL: SIGSEGV ║
║ Description: Segmentation fault ║
╠══════════════════════════════════════════════════════════════════════════════╣
║ Last Query: SELECT plugins.id AS "plugins_id", plugins.identifier AS "plugin ║
║ Last Column: plugin_prefixes_prefs ║
╚══════════════════════════════════════════════════════════════════════════════╝
[Stack trace unavailable]
this is what I incorporated into my existing compose file (same compose where my postgres and other services live):
plex:
build:
context: /opt/docker/plex-postgresql
dockerfile: Dockerfile.standalone
container_name: plex-pg
restart: unless-stopped
networks:
- docknet
environment:
- TZ=America/New_York
- PLEX_CLAIM=claim-xxxxxxxxxxxxxxxxxxxx
- PLEX_PG_HOST=dock2pgsql
- PLEX_PG_PORT=5432
- PLEX_PG_DATABASE=plex
- PLEX_PG_USER=plex
- PLEX_PG_PASSWORD=mypassword
- PLEX_PG_SCHEMA=plex
- PLEX_PG_POOL_SIZE=50
- PLEX_PG_POOL_MAX=100
- PLEX_PG_LOG_LEVEL=DEBUG
- PLEX_PG_ENABLE_SIGNAL_LOG=1
- PLEX_PG_TRACE_LOADONE=1
- PLEX_PG_LOG_FILE=/config/Library/Application Support/Plex Media Server/Logs/plex_redirect_pg.log
- PLEX_PG_LOG_TRUNCATE_ON_START=1
volumes:
- /opt/docker/plex-pg:/config
ports:
- "32400:32400"
Docker log output attached as well
plex-postgresql.log
Hello! I'm trying to deploy the standalone with my already existing postgresql container and I am getting the following error:
this is what I incorporated into my existing compose file (same compose where my postgres and other services live):
Docker log output attached as well
plex-postgresql.log