This website works better with JavaScript.
Home
Explore
Help
Sign In
robin.thoni
/
docker-postgres-backup
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
3
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16
Commits
2
Branches
Tree:
c09451667a
develop
master
9.6-1.1.0
9.6-1.0.0
9.6
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'c09451667a'
${ noResults }
docker-postgres-backup
/
docker-entrypoint-initdb-co...
/
1.1.0_01_revoke_public.sh
1.1.0_01_revoke_public.sh
98B
History
Raw
1
2
3
4
5
6
7
#! /usr/bin/env bash
psql <<-EOF
\c ${POSTGRES_DB}
REVOKE ALL ON schema public FROM public;
EOF