You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Regression tests can now be run as any properly-configured user, not just vagrant.
This commit is contained in:
Vendored
+2
-1
@@ -33,7 +33,8 @@ Vagrant.configure(2) do |config|
|
||||
apt-get install -y vim htop
|
||||
|
||||
# Install Texlive
|
||||
apt-get install -y texlive texlive-latex-extra
|
||||
apt-get install -y texlive
|
||||
apt-get install -y --no-install-recommends texlive-latex-extra
|
||||
|
||||
# Create backrest user and postgres group
|
||||
groupadd -g5000 postgres
|
||||
|
||||
Reference in New Issue
Block a user