• person rss_feed

    Adrien Dorsaz’s feed

    Blog

    • chevron_right

      Contact publication

      Adrien Dorsaz · Saturday, 26 August, 2017 - 10:50 edit

    Just a reminder to give read access to backup postgresql user:

    grant select on all tables in schema public to backup ;
    alter default privileges in schema public grant select on tables to backup ;
    grant select on all sequences in schema public to backup ;
    alter default privileges in schema public grant select on sequences to backup ;