We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53da45d commit 956ece6Copy full SHA for 956ece6
docs/usage/console_commands.md
@@ -71,3 +71,9 @@ docker exec --user=www-data partdb php bin/console cache:clear
71
72
* `php bin/console doctrine:migrations:migrate`: Migrate the database to the latest version
73
* `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