#author("2025-06-21T19:32:58+09:00","default:pengwei","pengwei") #author("2026-01-05T16:14:38+09:00","default:pengwei-admin","pengwei-admin") *[[postgre]] [#ne7393b6] #contents **installation [#v0818e6f] https://zenn.dev/fjnkt98/articles/1334f974259255 **Postgre Command [#l9a87813] DB file import psql -d yourdb_name -U yourdb_user -f 'youdb_file.sql' ** docker container内のpostgreを全データーバックアップ [#y0fe533a] docker exec -t docker_container_name pg_dumpall -U postgres > all_databases.sql