|
@@ -13,7 +13,6 @@ GRANT das TO pi;
|
|
|
EOF
|
|
|
)
|
|
|
podman exec -i grocery_db_1 pg_restore -U postgres -Ce --dbname postgres < dump
|
|
|
-podman exec -i grocery_db_1 psql -d grocery -U postgres -c 'grant select on all tables in schema public to pi;'
|
|
|
sudo cp pg_hba.conf data/pg_hba.conf
|
|
|
podman exec -i grocery_db_1 bash -c 'kill -HUP 1'
|
|
|
|