Skip to content

Commit

Permalink
Remove grant for removed table
Browse files Browse the repository at this point in the history
  • Loading branch information
eshkinkot committed Sep 25, 2021
1 parent 4b9f630 commit 9205fd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-launcher-postgres.sh
Expand Up @@ -84,7 +84,6 @@ su -c "psql -d pgwatch2 -f /pgwatch2/metrics/00_helpers/get_psutil_mem/9.1/metri
su -c "psql -d pgwatch2 -f /pgwatch2/metrics/00_helpers/get_psutil_disk/9.1/metric.sql" postgres
su -c "psql -d pgwatch2 -f /pgwatch2/metrics/00_helpers/get_psutil_disk_io_total/9.1/metric.sql" postgres
su -c "psql -d pgwatch2 -c 'create extension pg_qualstats'" postgres
su -c "psql -d pgwatch2 -c 'grant select on pg_qualstats_indexes_ddl to pgwatch2'" postgres

if [ -n "$PW2_TESTDB" ] ; then
su -c "psql -d pgwatch2 -f /pgwatch2/bootstrap/insert_test_monitored_db.sql" postgres
Expand Down

0 comments on commit 9205fd0

Please sign in to comment.