Docker Manager esegue un task rake inesistente

Il task rake per svuotare il service worker fallisce come mostrato di seguito:

$ bundle exec rake assets:flush_sw
rake aborted!
Don't know how to build task 'assets:flush_sw' (See the list of available tasks with `rake --tasks`)
Did you mean?  assets:clean
/var/www/discourse/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:23:in `load'
/usr/local/bin/bundle:23:in `<main>'
(See full trace by running task with --trace)
WARNING: Unable to flush service worker file
Running post deploy migrations
$ bundle exec rake multisite:migrate
Multisite migrator is running using 20 threads

Migrating default
DONE

Ho pensato di segnalarlo. Ho fatto una ricerca veloce, ma potrei aver perso se si tratta di un duplicato.

2 Mi Piace

L’ho visto io stesso mentre aggiornavo un sito la settimana scorsa. Per quanto ne so, l’aggiornamento sembra essere andato a buon fine e il sito è ancora operativo.

Scusate per il disturbo, al momento è in corso un lavoro sullo service worker che richiede ancora alcune correzioni e test per poterlo testare a fondo. Questo avviso sparirà non appena avremo integrato la logica di svuotamento dello service worker nel core :slight_smile:

5 Mi Piace