mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-25 02:58:44 +00:00
reverted to alpine-16, with commented out attempted changes
This commit is contained in:
parent
55a6a3c0b5
commit
b98d5d6ce4
2 changed files with 6 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'migrate')\gexec
|
|||
|
||||
SELECT 'CREATE USER acceptance PASSWORD ''acceptance'''
|
||||
WHERE NOT EXISTS (SELECT FROM pg_user WHERE usename = 'acceptance')\gexec
|
||||
SELECT 'CREATE DATABASE acceptance OWNER acceptance'
|
||||
-- SELECT 'CREATE DATABASE acceptance OWNER acceptance TEMPLATE "template0" LOCALE_PROVIDER "icu" ICU_LOCALE "und-u-ks-level2";'
|
||||
SELECT 'CREATE DATABASE acceptance OWNER acceptance;'
|
||||
WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'acceptance')\gexec
|
||||
|
||||
SELECT 'CREATE USER photoprism_01 PASSWORD ''photoprism_01'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue