My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
Software Engineering
Security
Data Science
Disclaimer
About
▼
Showing posts with label
PostgreSQL
.
Show all posts
Showing posts with label
PostgreSQL
.
Show all posts
Monday, 19 April 2021
PostgreSQL on Ubuntu
›
Here are some my notes on PostgreSQL on Ubuntu. To check the PostgreSQL version running: $ postgres -V Command 'postgres' not found,...
Friday, 14 February 2020
Running pgAdmin in Docker container
›
pgAdmin is a browser-based DB client. It is possible to run it from a Docker container - an image is available at DockerHub: dpage/pgadmi...
1 comment:
Monday, 7 October 2019
What do you need to do before upgrading Postgres Docker image
›
If you just use the new Postgres version, it is very likely you'll get a message like this: FATAL: database files are incompatible w...
1 comment:
Friday, 10 May 2019
Introduction to PostgreSQL
›
Installation & Running To start the server: $ initdb /usr/local/pgsql/data To start that instance: $ postgres -D /usr/loca...
›
Home
View web version