Closed SeritavdW closed 1 year ago
Neither the filename (underscore versus dash) nor the file structure (fields that did not exist before) match the existing version. Do you still have the original file?
No, replacing the files don't work in any way, I tried to upload these as a new layer (not replace an existing), which caused the issue.
e HTTP/1.1" 200 146 "https://geonode.goosocean.org/layers/upload" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36"
db4geonode | 2023-01-25 13:57:34.131 UTC [1160] ERROR: relation "gt_pk_metadata" does not exist at character 15
db4geonode | 2023-01-25 13:57:34.131 UTC [1160] STATEMENT: SELECT * FROM GT_PK_METADATA WHERE 1 = 0
Creating the table removes the error but does not resolve the issue:
CREATE TABLE public.gt_pk_metadata (
table_schema VARCHAR(32) NOT NULL,
table_name VARCHAR(32) NOT NULL,
pk_column VARCHAR(32) NOT NULL,
pk_column_idx INTEGER,
pk_policy VARCHAR(32),
pk_sequence VARCHAR(64),
unique (table_schema, table_name, pk_column),
check (pk_policy in ('sequence', 'assigned', 'autogenerated'))
)
Solved for now by rolling back to 3 days old version
Issue came back after a system update and container rebuild. To test:
docker-compose.development.yml
) -> OK
delfini_del_ponente-dolphin_research_project..zip