add postgres script in comment

This commit is contained in:
thomas 2021-02-28 22:37:22 +00:00
parent ce81918f76
commit 4e53ce9a5d
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
#!/bin/bash
#Requirement
# -DEBIAN 11
#
# - Postgres database
# CREATE USER librephoto WITH PASSWORD 'bovCevIrwomNeOgceshteudhekCubyosogvoanFaSokyodvonIgEnOyRabZypVam';
# CREATE DATABASE "librephoto" WITH OWNER "librephoto" ENCODING 'UTF8' LC_COLLATE = 'fr_FR.UTF-8' LC_CTYPE = 'fr_FR.UTF-8' TEMPLATE template0;
# GRANT ALL privileges ON DATABASE librephoto TO librephoto;
set -ex
apt install --no-install-recommends -y \