Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tBIRX-002wQM-IE for pgsql-general@arkaria.postgresql.org; Wed, 13 Nov 2024 18:50:18 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tBIRT-00G4Nz-Uf for pgsql-general@arkaria.postgresql.org; Wed, 13 Nov 2024 18:50:16 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tBIRT-00G4Nm-Ic for pgsql-general@lists.postgresql.org; Wed, 13 Nov 2024 18:50:16 +0000 Received: from mail-yb1-xb32.google.com ([2607:f8b0:4864:20::b32]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1tBIRR-001hvC-Df for pgsql-general@lists.postgresql.org; Wed, 13 Nov 2024 18:50:14 +0000 Received: by mail-yb1-xb32.google.com with SMTP id 3f1490d57ef6-e30eca40dedso7127207276.3 for ; Wed, 13 Nov 2024 10:50:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=uwalumni.com; s=google; t=1731523812; x=1732128612; darn=lists.postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=yK7BK9xXxNDIFsE69wNmt820z5eS9/lkxEgCF2+FEgU=; b=OF1UxorrAcGAv4irnhxFTx9MUckmtdAr69c4KGEGdeGxQUim6FPQMAIK2Pih4likD8 W6NZYyDVhdDc2iVc/8PRODtALcMKSPI6l7NqN2v2GB6AgqHea0Oo0ZaWXE7NkmNXT7BT A+RNXBQUtXS4lQhfcLwnxkGde7JHWYo5kNQ5o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1731523812; x=1732128612; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=yK7BK9xXxNDIFsE69wNmt820z5eS9/lkxEgCF2+FEgU=; b=qejyCq4zmFaHMefbRbqcsDaksom3fGt9KyU/ukgzrVJCjjKR9y1avQ6sOs3WisU1Ui L3Vy1V5xA/SJjLtS3jjmqUphJ+r1yHf1k4yhTnITvQ/5by0d2qF83C8rtoVUQC36mkFK yxoD/ZSZFNqKGUq5f6F9y9+Alvnh9rfOHYHGNf9gDHl1aryPvlBbXU349zMiAh50tAKL htzjSyirliL43mm7wTuBHKbQJhI3hxkkMp7xhrPpUOsNod7S0Xazt9aM9MU/dTm3NaQD GwndhKx7pD8ODyCDpQ8Vwf9qizudNOCkrtISFqJ7eXlA2LnSw9R9Sow1Qec+GRHDrLgx sgwQ== X-Gm-Message-State: AOJu0Yyxwbxyx9OJk2cI97mmfhNriz45g4EK6CQv6PiAGgja1ZDnqPem 8LvhJM5uebdsx9gEu15VwIjAyfvZrMLlLPpHCn4pyK4QKCluQ44hLZh7Q/wZY5xc0+BFCNStNDx amMpKlceNKYSDRcyPdP9Zb3CDegV7+Rx8Uh8fzfMP42EaaeGoxYn3mg== X-Google-Smtp-Source: AGHT+IFG2nvtd7IRcGghiPWIV79IOBJbhs3UHXl950deQ9SN72U42XO9udYJNQwuzBUhZZIETeC0ZtDdaPDUmB3dskI= X-Received: by 2002:a05:6902:3487:b0:e29:11f4:81ec with SMTP id 3f1490d57ef6-e337f8eafd7mr18833788276.48.1731523812439; Wed, 13 Nov 2024 10:50:12 -0800 (PST) MIME-Version: 1.0 From: Catherine Frock Date: Wed, 13 Nov 2024 13:50:00 -0500 Message-ID: Subject: Help with restoring database from old version of PostgreSQL To: pgsql-general@lists.postgresql.org Content-Type: multipart/alternative; boundary="000000000000c2cedc0626cfcdce" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000c2cedc0626cfcdce Content-Type: text/plain; charset="UTF-8" I'm seeking help in restoring a database that was created with PostgreSQL 9.6. I backed it up successfully and have restored it before, but that was when PostgreSQL 9.6 was still supported. After going through the installation of PostgreSQL 16.3, I opened up pgAdmin 4 to try to verify the PostgreSQL/PostGIS installation, but when I try to connect to the PostgreSQL 16.3 server, I get an internal server error message: 'ServerManager' object has no attribute 'user_info'. In pgAdmin4, I am able to connect to the PostgreSQL 9.6 server, but when I try to verify the install by querying: CREATE EXTENSION postgis; SELECT postgis_version(); I get the following error message: ERROR: could not open extension control file "C:/Program Files/PostgreSQL/9.6/share/extension/postgis.control": No such file or directory SQL state: 58P01 How can I restore my database to have access to it again? Thanks. --000000000000c2cedc0626cfcdce Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I'm = seeking help in restoring a database that was created with=C2=A0PostgreSQL 9.6. I b= acked it up successfully and have restored it before, but that was when Pos= tgreSQL 9.6 was still supported.=C2=A0Af= ter going through the installation of PostgreSQL 16.3, I opened up pgAdmin = 4 to try to verify the PostgreSQL/PostGIS= =C2=A0installation, but when I try to connect to the PostgreSQL 16.3 server= , I get an internal server error message:=C2=A0=C2=A0=C2=A0'Serve= rManager' object has no attribute 'user_info'.

=
In pgAdmin4, = I am able to connect to the PostgreSQL 9.6 server, but when I try to verify= the install by querying:=C2=A0CREATE EXTENSION=C2=A0postgis;
SELECT postgis_ve= rsion();
I get the following er= ror message:=C2=A0=C2=A0ERROR: could not open extension control file "= C:/Program Files/PostgreSQL/9.6/share/extension/po= stgis.control": No such file or directory SQL state: 58P01
<= br>How can I restore my database to have access to it again?

Thanks.=
--000000000000c2cedc0626cfcdce--