mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 09:15:44 +03:00
merge: remote-tracking branch 'origin/main' into feat/database-restores
This commit is contained in:
@@ -69,7 +69,11 @@ export async function buildPostgresLaunchArguments(
|
||||
args.push('--dbname');
|
||||
}
|
||||
|
||||
args.push(databaseConfig.url);
|
||||
const url = new URL(databaseConfig.url);
|
||||
// remove known bad parameters
|
||||
url.searchParams.delete('uselibpqcompat');
|
||||
|
||||
args.push(url.toString());
|
||||
} else {
|
||||
args.push(
|
||||
'--username',
|
||||
|
||||
Reference in New Issue
Block a user