cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Not able to install apoc plugin in docker 5.2.0 community edition

ia m trying to install apoc plugin in docker 5.2.0

  • Steps to reproduce.
version: '2'
services:
  neo4j:
    image: neo4j:latest
    restart: always
    environment:
      NEO4J_dbms_memory_pagecache_size: 1G
      NEO4J_AUTH: neo4j/graphbhai
      NEO4J_dbms_security_procedures_unrestricted: apoc.\\\*
    ports:
      - 7474:7474 
      - 7687:7687
    volumes:
      - /home/ubuntu/docker-data/neo4j/data:/data
      - /home/ubuntu/docker-data/neo4j/logs:/logs
      - /home/ubuntu/docker-data/neo4j/import:/var/lib/neo4j/import
      - /home/ubuntu/docker-data/neo4j/plugins:/plugins
#      - /home/ubuntu/docker-data/neo4j/ssl:/ssl
#      - /home/ubuntu/docker-data/neo4j/conf:/conf

i am mounting /home/ubuntu/docker-data/neo4j/plugins persistent path to my docker volume
where i am downloading two plugin from apoc release

wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/5.2.0/apoc-bolt-dependencies-5.2.0-all.jar

 wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/5.2.0/apoc-5.2.0-extended.jar


  • Expected behavior
    Apoc plugin must be installed

  • Actual behavior
    when i start the container it starts in the right ports and works I am able to query and create the nodes but when i visit my container inside /plugin directory there is no plugin available there directory has only the Readme file

  • Neo4j image tag being used, eg neo4j:latest

  • The output of the docker version command
    Docker version 20.10.21, build baeda1f

  • Operating system: (for example Windows 95/Ubuntu 16.04)

PRETTY_NAME="Ubuntu 22.04.1 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.1 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

Additionally, include (as appropriate) error messages, log-files, stacktraces, and other debug outputs.

Changed password for user 'neo4j'. IMPORTANT: this change will only take effect if performed before the database is started for the first time.
2022-12-16 10:15:08.381+0000 WARN  Use of deprecated setting 'dbms.memory.pagecache.size'. It is replaced by 'server.memory.pagecache.size'.
2022-12-16 10:15:08.403+0000 INFO  Starting...
2022-12-16 10:15:08.903+0000 INFO  This instance is ServerId{9d9064a9} (9d9064a9-b5f0-4d54-a717-4371695ed8a7)
2022-12-16 10:15:09.758+0000 INFO  ======== Neo4j 5.3.0 ========
2022-12-16 10:15:11.195+0000 INFO  Bolt enabled on 0.0.0.0:7687.
2022-12-16 10:15:12.059+0000 INFO  Remote interface available at http://localhost:7474/
2022-12-16 10:15:12.063+0000 INFO  id: EE5A870D871C72A72FB431706DD14B7C20CF83A9DBFD91599FF9B4185DDBBEC7
2022-12-16 10:15:12.063+0000 INFO  name: system
2022-12-16 10:15:12.064+0000 INFO  creationDate: 2022-12-15T09:39:55.761Z
2022-12-16 10:15:12.064+0000 INFO  Started.
0 REPLIES 0