ale on Nostr: Cleaning #mastodon docker instance. $ docker cp clean-mastodon.sh mastodon:/ ...
Cleaning #mastodon docker instance.
$ docker cp clean-mastodon.sh mastodon:/
Successfully copied 2.05kB to mastodon:/
$ docker-compose exec mastodon bash
mastodon@mastodon:~$ /clean-mastodon.sh
Creating temporary database indices...
Extract the deletion target from statuses... This might take a while...
Removing temporary database indices to restore write performance...
Beginning statuses removal... This might take a while...
https://gitlab.com/-/snippets/3745315
$ docker cp clean-mastodon.sh mastodon:/
Successfully copied 2.05kB to mastodon:/
$ docker-compose exec mastodon bash
mastodon@mastodon:~$ /clean-mastodon.sh
Creating temporary database indices...
Extract the deletion target from statuses... This might take a while...
Removing temporary database indices to restore write performance...
Beginning statuses removal... This might take a while...
https://gitlab.com/-/snippets/3745315