feat(etna/nextcloud): migrate to postgres
This commit is contained in:
parent
415edf41f3
commit
7a823e72c0
1 changed files with 2 additions and 1 deletions
|
@ -24,11 +24,12 @@ in
|
||||||
hostName = "cloud.uku3lig.net";
|
hostName = "cloud.uku3lig.net";
|
||||||
datadir = "/data/nextcloud";
|
datadir = "/data/nextcloud";
|
||||||
|
|
||||||
|
database.createLocally = true;
|
||||||
configureRedis = true;
|
configureRedis = true;
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
adminpassFile = adminPass.path;
|
adminpassFile = adminPass.path;
|
||||||
dbtype = "sqlite";
|
dbtype = "pgsql";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue