All public logs

Jump to navigation Jump to search

Combined display of all available logs of Tom's notes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:31, 26 June 2021 Tom talk contribs created page PostgreSQL (Created page with "=Migrating all databases= On the old server: <source lang="sh"> su - postgres pg_dumpall > /tmp/pg-dump.sql </source> On the new server: <source lang="sh"> su - postgres psql...")