mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-31 18:46:02 +00:00
Debian Unstable has PostgreSQL 15 now
This commit is contained in:
parent
cc0d627a21
commit
547c78c48f
@ -64,13 +64,13 @@ test:
|
||||
- ln -s /etc/davical/regression-conf.php /etc/davical/myempty-conf.php
|
||||
- mkdir -p /var/log/davical
|
||||
- chown www-data /var/log/davical
|
||||
- sed -i '/peer/d' /etc/postgresql/14/main/pg_hba.conf
|
||||
- echo 'local all all trust' >> /etc/postgresql/14/main/pg_hba.conf
|
||||
- pg_ctlcluster 14 main start
|
||||
- sed -i '/peer/d' /etc/postgresql/15/main/pg_hba.conf
|
||||
- echo 'local all all trust' >> /etc/postgresql/15/main/pg_hba.conf
|
||||
- pg_ctlcluster 15 main start
|
||||
- su postgres -c 'createuser davical_dba --createdb --createrole --superuser'
|
||||
- su postgres -c 'createuser davical_app --superuser'
|
||||
- su postgres -c 'createuser testrunner --superuser'
|
||||
- pg_ctlcluster 14 main restart
|
||||
- pg_ctlcluster 15 main restart
|
||||
- a2enmod rewrite
|
||||
- apache2ctl start
|
||||
- useradd testrunner
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user