All public logs

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

Logs
  • 12:16, 30 June 2024 Jhjacobs81 talk contribs created page Postgresql 16 (Created page with "= General = PostgreSQL is a well known opensource database that scales well and is easy to use. in Alpine v3.20 we can install the latest version using the package postgresql16 = Install = {{Cmd|apk add postgresql16 postgresql16-contrib postgresql16-openrc}} {{Cmd|rc-update add postgresql}} {{Cmd|rc-service postgresql start}} This will start the postgresql 16 server and perform some initial configuration. = Configure = login as the postgres user and start psql to cr...")