Skip to content

Commit 956ece6

Browse files
committed
Added documentation for attachments download command
1 parent 53da45d commit 956ece6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/usage/console_commands.md

+6
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,9 @@ docker exec --user=www-data partdb php bin/console cache:clear
7171

7272
* `php bin/console doctrine:migrations:migrate`: Migrate the database to the latest version
7373
* `php bin/console doctrine:migrations:up-to-date`: Check if the database is up-to-date
74+
75+
## Attachment commands
76+
77+
* `php bin/console partdb:attachments:download`: Download all attachments, which are not already downloaded, to the
78+
local filesystem. This is useful to create local backups of the attachments, no matter what happens on the remote and
79+
also makes pictures thumbnails available for the frontend for them

0 commit comments

Comments
 (0)