Skip to content

Instantly share code, notes, and snippets.

View ames0k0's full-sized avatar
🕜
PM友善:你很可爱!你和那些中国或日本的MtF!

YóUnǎi ames0k0

🕜
PM友善:你很可爱!你和那些中国或日本的MtF!
View GitHub Profile

Restore database dump

docker compose up -d
docker cp yandex_lr2 -i $container_id:/tmp/dump.sql
docker exec -it $container_id bash
pg_restore -U db_user -v -d general < /tmp/dump.sql

Migrations