Pierre Ozoux
Pierre Ozoux
It worked, so we just need to add an index to fix it :) Do you manage these files manually? Or do you have some cli to template them? I...
From what I understand, postgres doesn't reclaim space automatically. So when I run the commands, I got: (I think first command returns table size, and second, table size plus all...
On an other Nextcloud instance: Before and after the index creation: ``` nextcloud=# SELECT pg_size_pretty(pg_relation_size('activity')); pg_size_pretty ---------------- 2203 MB (1 row) nextcloud=# SELECT pg_size_pretty( pg_total_relation_size('activity') ); pg_size_pretty ---------------- 3150 MB...
How can I add this index in a migration? I'm willing to PR it, but I've read the files, without much success, if you could help a bit, I think...
I come here from the size perspective. I have a reasonable instance, some 30 people, and the activity table, for a year takes more than 3GB, it is crazy for...
I agree that in term of UX this is confusing between the UI that does run them in order, and the CLI that does run them randomly.
We'd like to at least be able to hide the email.
Actually @ImaCrea maybe we see emails because we are admin. I didnt consider this, I'll try again when in front of a laptop.
Yes, I confirm that if you are not admin, you don't see emails. (Except if the username is the email, but well, we can't do much on that case :)...
I have 2 comments here :) I came to open the same issue ;) Yes, an official image would be amazing, I already created [this one](https://github.com/libresh/docker-borg) and I'd be happy...