database migration from sqlite to postgres

Signed-off-by: philippe lhardy <philippe.lhardy@astrolabe.coop>
This commit is contained in:
2025-08-18 09:46:24 +02:00
parent 7408912bd5
commit b7db03be76
5 changed files with 82 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
query_password "database password :" password
if [[ -z $password ]]
then
log_error "Missing password"
exit 1
fi
flavor=dev
database_name=nextcloud_$flavor
username=nextcloud_$flavor
db_port=5432
db_hostname=127.0.0.1