WIP
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# Install posgres and configure
|
||||
sudo su - postgres
|
||||
psql
|
||||
CREATE USER postshop WITH PASSWORD 'ACvL2(F@H^F)D7gs';
|
||||
CREATE USER postshop WITH PASSWORD 'HRbuBNRBaTPeUfbcFf9XHWay';
|
||||
CREATE DATABASE postshopdb WITH OWNER = postshop LC_COLLATE = 'en_US.UTF-8' TEMPLATE template0;
|
||||
|
||||
# Clone
|
||||
|
||||
Reference in New Issue
Block a user