pleroma.database fill_old_hashtags: Add month_limit argument
[akkoma] / docs / administration / CLI_tasks / database.md
index a2d2e8cdda516b57db0d2bdb322f7346a3f6876a..eb85381ffa779eb49af9f72cf6ac7fa04391fd04 100644 (file)
@@ -93,12 +93,14 @@ Can be safely re-run
 
 ## Fill hashtags for old objects
 
+Migrate hashags fields for old objects, from now to `months_limit` months.
+
 ```sh tab="OTP"
-./bin/pleroma_ctl database fill_old_hashtags
+./bin/pleroma_ctl database fill_old_hashtags <months_limit>
 ```
 
 ```sh tab="From Source"
-mix pleroma.database fill_old_hashtags
+mix pleroma.database fill_old_hashtags <months_limit>
 ```
 
 ## Vacuum the database