Skip to content

Instantly share code, notes, and snippets.

View nelvson's full-sized avatar
💭
🧗‍♀️ 🌊 🏄‍♂️

Nelvson nelvson

💭
🧗‍♀️ 🌊 🏄‍♂️
View GitHub Profile
@nelvson
nelvson / postgres-docker.sh
Last active June 25, 2021 07:30
Backup a postgres db on Docker
# backup both tables and data
docker exec -t CONTAINER pg_dumpall -c -U USERNAME > dump_`date +%d-%m-%Y"_"%H_%M_%S`.sql
# backup data only
docker exec -t api_postgres_1 pg_dumpall -c -U prisma -a > dump_`date +%d-%m-%Y"_"%H_%M_%S`.sql
# apply backup
cat your_dump.sql | docker exec -i CONTAINER psql -U USERNAME
@nelvson
nelvson / 5.gif
Created April 14, 2019 01:29
Gist for 5.gif
5.gif
@nelvson
nelvson / 4.gif
Created April 14, 2019 01:29
Gist for 4.gif
4.gif
@nelvson
nelvson / 3.gif
Created April 14, 2019 01:28
Gist for 3.gif
3.gif
@nelvson
nelvson / 2.gif
Created April 14, 2019 01:28
Gist for 2.gif
2.gif
@nelvson
nelvson / 1.gif
Created April 14, 2019 01:28
Gist for 1.gif
1.gif
@nelvson
nelvson / 0.gif
Created April 14, 2019 01:28
Gist for 0.gif
0.gif
@nelvson
nelvson / t.gif
Last active April 11, 2019 04:05
t.gif
@nelvson
nelvson / h.gif
Last active April 11, 2019 04:04
h.gif