All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Chorke Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:21, 11 August 2024 Shahed talk contribs created page Dockerized PostgreSQL (Created page with "==Copy Database Dump into Dump== <syntaxhighlight lang="bash"> mkdir -p ${HOME}/Documents/pgsql-playground/dump/ # cd <path of your data staging-gbsn dump directory> cp ${PWD}/*.gz ${HOME}/Documents/pgsql-playground/dump/ </syntaxhighlight> ==Database Dump Import Script== <syntaxhighlight lang="bash"> cd ${HOME}/Documents/pgsql-playground/ tee ./dump/restore_locale >/dev/null <<'EOF' #!/bin/sh cat << SQL | psql -p 5432 -U postgres -- terminate all th...")