Trying to configure external s3 storage, and when testing via
docker compose exec service node lib/bin/s3.js upload-pending 1
get the following error:
error: function pgrowlocks(unknown) does not exist
at Parser.parseErrorMessage (/usr/odk/node_modules/pg-protocol/dist/parser.js:287:98)
at Parser.handlePacket (/usr/odk/node_modules/pg-protocol/dist/parser.js:126:29)
at Parser.parse (/usr/odk/node_modules/pg-protocol/dist/parser.js:39:38)
at Socket.<anonymous> (/usr/odk/node_modules/pg-protocol/dist/index.js:11:42)
at Socket.emit (node:events:519:28)
at Socket.emit (node:domain:488:12)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
at Readable.push (node:internal/streams/readable:390:5)
at TCP.onStreamRead (node:internal/stream_base_commons:191:23) {
length: 213,
severity: 'ERROR',
code: '42883',
detail: undefined,
hint: 'No function matches the given name and argument types. You might need to add explicit type casts.',
position: '162',
internalPosition: undefined,
internalQuery: undefined,
where: undefined,
schema: undefined,
table: undefined,
column: undefined,
dataType: undefined,
constraint: undefined,
file: 'parse_func.c',
line: '629',
routine: 'ParseFuncOrColumn',
notices: []
}node:internal/process/promises:391
triggerUncaughtException(err, true /* fromPromise */);
^
error: function pgrowlocks(unknown) does not exist
at Parser.parseErrorMessage (/usr/odk/node_modules/pg-protocol/dist/parser.js:287:98)
at Parser.handlePacket (/usr/odk/node_modules/pg-protocol/dist/parser.js:126:29)
at Parser.parse (/usr/odk/node_modules/pg-protocol/dist/parser.js:39:38)
at Socket.<anonymous> (/usr/odk/node_modules/pg-protocol/dist/index.js:11:42)
at Socket.emit (node:events:519:28)
at Socket.emit (node:domain:488:12)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
at Readable.push (node:internal/streams/readable:390:5)
at TCP.onStreamRead (node:internal/stream_base_commons:191:23) {
length: 213,
severity: 'ERROR',
code: '42883',
detail: undefined,
hint: 'No function matches the given name and argument types. You might need to add explicit type casts.',
position: '162',
internalPosition: undefined,
internalQuery: undefined,
where: undefined,
schema: undefined,
table: undefined,
column: undefined,
dataType: undefined,
constraint: undefined,
file: 'parse_func.c',
line: '629',
routine: 'ParseFuncOrColumn',
notices: []
}