Grant commands for postgres

Describe the problem you’re having:

After a migration from mysql to postgres, get a blank page without any message

If possible include steps to reproduce the problem:

create a user with no writes in blank installation

tt-rss version (including git commit id):

v19.2 version of March 5th

Platform (i.e. Linux distro, PHP, PostgreSQL, etc) versions:

Postgres 11, NAS Asustor AS1004T, ADM 3.2.7.RRE3, Apache 2.4.29, PHP 5.6.30

Please provide any additional information below:

Like the apache / php is configured to don’t leave any trace, it was difficult to understand the problem.
The created user in postgres doesn’t have any rights so execute this solved the problem

grant all on all tables in schema public to ttrss;

grant all on all sequences in schema public to ttrss;

ttrss is the user in postgres

But i’m wondering it there is not something else …

  • NAS
  • not tt-rss related
  • entirely self inflicted
  • in support subforum

excellent post, imagine i probated you for a week for it