Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 278 Bytes

iSunOne.md

File metadata and controls

17 lines (13 loc) · 278 Bytes

iSunOne

Deploy Database

  • install PostgreSQL
# update library
sudo apt update

# install PostgreSQL
sudo apt install postgresql postgresql-contrib

# check DB status
systemctl status postgresql.service

# Create DB
sudo -u postgres createdb blobvault_staging