skip to Main Content

How to handle prompt in Docker Exec

I try to execute the following line: docker exec --user www-data nextcloud_docker php /var/www/html/occ db:convert-filecache-bigint which returns a prompt: This can take up to hours, depending on the number of files in your instance! Continue with the conversion (y/n)? [n]…

VIEW QUESTION
Back To Top
Search