feoblog icon indicating copy to clipboard operation
feoblog copied to clipboard

Better server maintenance tools

Open NfNitLoop opened this issue 5 years ago • 1 comments

As a server admin, I should be able to use the CLI to:

  • [x] See how much data users are using.
  • [ ] Delete and/or ban particular content/users I find objectionable.
  • [x] Delete data that is no longer used. (ex: users that are no longer followed)
  • [ ] Find out why a particular user/Item is on my server. (Who follows this person?)

In the meantime you have to make DB calls yourself.

NfNitLoop avatar Jan 21 '21 02:01 NfNitLoop

These two are going into v0.6.0:

See how much data users are using

See the db usage subcommand.

Delete data that is no longer used. (ex: users that are no longer followed)

See the db prune command.

NfNitLoop avatar Aug 09 '21 22:08 NfNitLoop