Il template Redis genera errore "permission denied"

Quando si utilizza redis.template.yml su rebuild in una configurazione con container separati (solo web, dati), vedo

...
/.launcher rebuild web_only

I, [2022-04-01T06:14:05.621316 #1]  INFO -- : End of custom commands
I, [2022-04-01T06:14:05.621524 #1]  INFO -- : Terminating async processes
I, [2022-04-01T06:14:05.621574 #1]  INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 29
29:signal-handler (1648793645) Received SIGTERM scheduling shutdown...
29:M 01 Apr 2022 06:14:05.643 # User requested shutdown...
29:M 01 Apr 2022 06:14:05.643 * Saving the final RDB snapshot before exiting.
29:M 01 Apr 2022 06:14:05.896 # Failed opening the RDB file dump.rdb (in server root dir /) for saving: Permission denied
29:M 01 Apr 2022 06:14:05.896 # Error trying to save the DB, can't exit.
29:M 01 Apr 2022 06:14:05.896 # SIGTERM received but errors trying to shut down the server, check the logs for more information
I, [2022-04-01T06:14:15.622606 #1]  INFO -- : exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid:29 did not terminate cleanly, forcing termination!

redis.template.yml dovrebbe far parte di data.yml

Ho appena eseguito un git pull seguito da ./launcher rebuild web_only e il processo è stato completato con successo.
Hai provato a usare ./discourse-doctor anche se potrebbe non aiutare molto.

Se riesci ancora ad avviare il tuo vecchio container usando ./launcher start web_only, allora forse potresti provare a fare un backup completo (come precauzione) e poi provare ./launcher stop web_only; ./launcher rebuild data. Se non si verificano errori nella ricostruzione di data, prova ./launcher rebuild web_only per vedere se questo risolve il problema?
Nel frattempo, sto spostando questo argomento in Support a causa della mancanza di una riproduzione coerente.

2 Mi Piace

Ok, allora ho confuso qualcosa, pensavo che il template di redis facesse parte del container web_only ma è già incluso nelle impostazioni del container dati - dove ha più senso :wink:

2 Mi Piace