Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

timezone brasil postgresql

## Edit file
/var/lib/postgresql/data/postgresql.conf

# Update
timezone='America/Sao_Paulo'

## If you're in docker container run:
apt update
apt install nano

# Run to edit file
nano /var/lib/postgresql/data/postgresql.conf
 
PREVIOUS NEXT
Tagged: #timezone #brasil #postgresql
ADD COMMENT
Topic
Name
9+9 =