agora inbox for pgsql-sql@postgresql.org  
help / color / mirror / Atom feed
From: Rob Sargent <robjsargent@gmail.com>
To: pgsql-sql@lists.postgresql.org
Subject: Re: install sample database error
Date: Wed, 31 Jul 2019 10:30:38 -0600
Message-ID: <0ee28f8d-727e-c99b-30d5-022f558e17d2@gmail.com> (raw)
In-Reply-To: <MWHPR0401MB3515D32B68DE114A5B92A110CBDF0@MWHPR0401MB3515.namprd04.prod.outlook.com>
References: <MWHPR0401MB351540C74EB0D1DB8367B15ECBDC0@MWHPR0401MB3515.namprd04.prod.outlook.com>
	<3728498d-fc28-4cc1-2fad-37f716eaad60@gmx.net>
	<MWHPR0401MB3515D32B68DE114A5B92A110CBDF0@MWHPR0401MB3515.namprd04.prod.outlook.com>

/usr/bin/unzip some.zip

On 7/31/19 10:28 AM, Cao, Xiaowei wrote:
> Thanks, yes, I tried to install that sample database from ubuntu terminal. The file I downloaded for the sample database is a .zip file.
> The link in your email seems for windows version.
>
> What command should I use to achieve : "you only need to unzip the ZIP archive, that gives you a .tar file which you do NOT need to unpack."
>
>
> Thanks
>
> -----Original Message-----
> From: Thomas Kellerer <spam_eater@gmx.net>
> Sent: Tuesday, July 30, 2019 11:16 PM
> To: pgsql-sql@lists.postgresql.org
> Subject: Re: install sample database error
>
> Cao, Xiaowei schrieb am 31.07.2019 um 01:27:
>> I tried to download the postgresql sample database dvdrental to install on ubuntu.  This is a test environment.
>>
>> I got some errors while running the restore.sql in the downloaded file.
>>
>> Psql : restore.sql 1015: Error: could not open file $$PATH$$/3077.dat for reading: NO such file or directory.
>>
>> And the same error for all other dat files…
>>
>>
>> I guessed  first the permission issue, I tried to give the file directory the widest privilege like 777, but still has this error.
>>
>> Database and tables are created, but there are no rows in table.
>>
>> What could be wrong, what does $$PATH$$ mean?
> I assume you are referring to the sample database from:
>
>    https://nam05.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.postgresqltutorial.com%2Fload-p...
>
> You can't restore that sample database using psql, you need to use pg_restore.
>
> As described in the link above, you only need to unzip the ZIP archive, that gives you a .tar file which you do NOT need to unpack.
>
> Assuming you did already create the dvdrental database, you can restore the backup using:
>
>     pg_restore -U postgres -d dvdrental /path/to/dvdrental.tar
>
> Thomas
>
>
> CAUTION: This email originated from outside of the organization. Please don't click links, open attachments, or reply with confidential details unless you are certain you know the sender and are expecting the content.
>





view thread (4+ messages)

Message-ID: <0ee28f8d-727e-c99b-30d5-022f558e17d2@gmail.com>
Permalink:  ../0ee28f8d-727e-c99b-30d5-022f558e17d2@gmail.com/
Also on:    postgresql.org/message-id/0ee28f8d-727e-c99b-30d5-022f558e17d2@gmail.com

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: pgsql-sql@postgresql.org
  Cc: robjsargent@gmail.com, pgsql-sql@lists.postgresql.org
  Subject: Re: install sample database error
  In-Reply-To: <0ee28f8d-727e-c99b-30d5-022f558e17d2@gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox