repman-io / repman

Repman - PHP Repository Manager: packagist proxy and host for private packages
https://repman.io
MIT License
508 stars 105 forks source link

Synchronize all packages command not working #674

Open LPawinsky opened 4 months ago

LPawinsky commented 4 months ago

Like in the title. Command bin/console repman:package:synchronize-all is not working. Console returns no command found

ddrv commented 1 week ago

@LPawinsky I don't understand how it works, but the command only disappears in docker.

ddrv commented 1 week ago

@LPawinsky you need create docker-compose.override.yml file with next contents:

services:
  app:
    image: buddy/repman:1.4.0
  consumer:
    image: buddy/repman:1.4.0
  cron:
    image: buddy/repman:1.4.0

In original docker-compose.yml using version 1.3.4 of repman image, but this version has not repman:package:synchronize-all command