Main 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).

Logs
  • 06:08, 8 July 2025 Shahed talk contribs created page K8s/PgBouncer (Created page with "==Auth » Query== {|class='wikitable mw-collapsible mw-collapsed' !scope='col' colspan='2' style='width:1000px'| Auth » Query |- |valign='top' colspan='2'| <syntaxhighlight lang="bash"> echo -n 'Password: ';read -s PGPASSWORD; export PGPASSWORD; echo # Password: sadaqah! </syntaxhighlight> |- |valign='top'| <syntaxhighlight lang="bash"> psql -U bouncer -d bouncer -p 5432 -h 192.168.49.1 psql -U gitlab -d gitlab -p 5432 -h 192.168.49.1 psql -U harbor -d harbor...")